[AMBER] Amber12 Compilation Error in CENTOS 4.5

From: BERGY <nucleic81.gmail.com>
Date: Mon, 11 Jun 2012 15:11:15 +0530

Dear Alls,

I am installing Amber 12 on CentOS 4.5 with Intel Compilers 11 at IISc MBU,
Bangalore.

According to instruction manual, I have issued the following commands -

# tar jxvf AmberTools12.tar.bz2
# tar jxvf Amber12.tar.bz2 # cd amber12
# export AMBERHOME=`pwd`
# ./configure intel
# make install
....
....
....
*fortcom: Error: ncsu-umbrella.F90, line 9: Error in opening the compiled
module file. Check INCLUDE paths. [NETCDF]*
*use netcdf, only : nf90_double, nf90_float*
*----^*
*fortcom: Error: ncsu-umbrella.F90, line 66: This symbol must be a defined
parameter or an argument of an inquiry function that evaluates to a
compile-time constant. [NF90_DOUBLE]*
*integer, private, parameter :: coeffs_type = nf90_double*
*---------------------------------------------^*
*fortcom: Error: ncsu-umbrella.F90, line 795: Error in opening the compiled
module file. Check INCLUDE paths. [NETCDF]*
* use netcdf*
*-------^*
*fortcom: Error: ncsu-umbrella.F90, line 922: Error in opening the compiled
module file. Check INCLUDE paths. [NETCDF]*
* use netcdf*
*-------^*
*fortcom: Error: ncsu-umbrella.F90, line 9: Name in only-list does not
exist. [NF90_DOUBLE]*
*use netcdf, only : nf90_double, nf90_float*
*-------------------^*
*fortcom: Error: ncsu-umbrella.F90, line 9: Name in only-list does not
exist. [NF90_FLOAT]*
*use netcdf, only : nf90_double, nf90_float*
*--------------------------------^*
*fortcom: Error: ncsu-umbrella.F90, line 811: This name does not have a
type, and must have an explicit type. [NF90_NOWRITE]*
* rc = nf90_open(filename, nf90_nowrite, setid)*
*----------------------------^*
*fortcom: Error: ncsu-umbrella.F90, line 811: This name does not have a
type, and must have an explicit type. [NF90_OPEN]*
* rc = nf90_open(filename, nf90_nowrite, setid)*
*--------^*
*fortcom: Error: ncsu-umbrella.F90, line 814: This name does not have a
type, and must have an explicit type. [NF90_GLOBAL]*
* rc = nf90_get_att(setid, nf90_global, 'nextents', nextents)*
*----------------------------^*
*fortcom: Error: ncsu-umbrella.F90, line 814: This name does not have a
type, and must have an explicit type. [NF90_GET_ATT]*
* rc = nf90_get_att(setid, nf90_global, 'nextents', nextents)*
*--------^*
*fortcom: Error: ncsu-umbrella.F90, line 863: This name does not have a
type, and must have an explicit type. [NF90_INQ_DIMID]*
* rc = nf90_inq_dimid(setid, 'row-major', dimid)*
*--------^*
*fortcom: Error: ncsu-umbrella.F90, line 866: Keyword arguments are invalid
without an explicit interface. [LEN]*
* rc = nf90_inquire_dimension(setid, dimid, len = coeffs_len)*
*---------------------------------------------^*
*fortcom: Error: ncsu-umbrella.F90, line 866: This name does not have a
type, and must have an explicit type. [NF90_INQUIRE_DIMENSION]*
* rc = nf90_inquire_dimension(setid, dimid, len = coeffs_len)*
*--------^*
*fortcom: Error: ncsu-umbrella.F90, line 876: This name does not have a
type, and must have an explicit type. [NF90_INQ_VARID]*
* rc = nf90_inq_varid(setid, 'coeffs', varid)*
*--------^*
*fortcom: Error: ncsu-umbrella.F90, line 883: This name does not have a
type, and must have an explicit type. [NF90_GET_VAR]*
* rc = nf90_get_var(setid, varid, this%coeffs)*
*--------^*
*fortcom: Error: ncsu-umbrella.F90, line 886: This name does not have a
type, and must have an explicit type. [NF90_CLOSE]*
* rc = nf90_close(setid)*
*--------^*
*fortcom: Error: ncsu-umbrella.F90, line 905: This name does not have a
type, and must have an explicit type. [NF90_NOERR]*
* if (rc.ne.nf90_noerr) then*
*-------------^*
*fortcom: Error: ncsu-umbrella.F90, line 906: This name does not have a
type, and must have an explicit type. [NF90_STRERROR]*
* errmsg = nf90_strerror(rc)*
*---------------^*
*fortcom: Error: ncsu-umbrella.F90, line 906: A CHARACTER data type is
required in this context. [NF90_STRERROR]*
* errmsg = nf90_strerror(rc)*
*---------------^*
*fortcom: Error: ncsu-umbrella.F90, line 940: Keyword arguments are invalid
without an explicit interface. [CMODE]*
* rc = nf90_create(filename, cmode = nf90_clobber, ncid = setid)*
*------------------------------^*
*fortcom: Error: ncsu-umbrella.F90, line 940: This name does not have a
type, and must have an explicit type. [NF90_CLOBBER]*
* rc = nf90_create(filename, cmode = nf90_clobber, ncid = setid)*
*--------------------------------------^*
*fortcom: Error: ncsu-umbrella.F90, line 940: Keyword arguments are invalid
without an explicit interface. [NCID]*
* rc = nf90_create(filename, cmode = nf90_clobber, ncid = setid)*
*----------------------------------------------------^*
*fortcom: Error: ncsu-umbrella.F90, line 940: This name does not have a
type, and must have an explicit type. [NF90_CREATE]*
* rc = nf90_create(filename, cmode = nf90_clobber, ncid = setid)*
*--------^*
*fortcom: Error: ncsu-umbrella.F90, line 955: This name does not have a
type, and must have an explicit type. [NF90_PUT_ATT]*
* rc = nf90_put_att(setid, nf90_global, 'nextents', nextents)*
*--------^*
*fortcom: Error: ncsu-umbrella.F90, line 970: This name does not have a
type, and must have an explicit type. [NF90_DEF_DIM]*
* rc = nf90_def_dim(setid, 'row-major', ncoeffs, dimid)*
*--------^*
*fortcom: Error: ncsu-umbrella.F90, line 973: This name does not have a
type, and must have an explicit type. [NF90_DEF_VAR]*
* rc = nf90_def_var(setid, 'coeffs', coeffs_type, dimid, varid)*
*--------^*
*fortcom: Error: ncsu-umbrella.F90, line 976: This name does not have a
type, and must have an explicit type. [NF90_ENDDEF]*
* rc = nf90_enddef(setid)*
*--------^*
*fortcom: Error: ncsu-umbrella.F90, line 979: This name does not have a
type, and must have an explicit type. [NF90_PUT_VAR]*
* rc = nf90_put_var(setid, varid, this%coeffs)*
*--------^*
*fortcom: Error: ncsu-umbrella.F90, line 982: This name does not have a
type, and must have an explicit type. [NF90_CLOSE]*
* rc = nf90_close(setid)*
*--------^*
*fortcom: Error: ncsu-umbrella.F90, line 1000: This name does not have a
type, and must have an explicit type. [NF90_STRERROR]*
* errmsg = nf90_strerror(rc)*
*---------------^*
*fortcom: Severe: Too many errors, exiting*
*compilation aborted for ncsu-umbrella.F90 (code 1)*
*make[2]: *** [ncsu-umbrella.o] Error 1*
*make[2]: Leaving directory `/data/apps/amber12/src/sander'*
*make[1]: *** [serial] Error 2*
*make[1]: Leaving directory `/data/apps/amber12/src'*
*make: *** [install] Error 2*

Can you please help us to resolve the problem?*
*
_______________________________________________
AMBER mailing list
AMBER.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber
Received on Mon Jun 11 2012 - 03:00:03 PDT
Custom Search