AMBER Archive (2005)

Subject: Re: AMBER: AMBER 8 installation problem -- undefined reference to `EXIT'

From: luckyang_at_gmail.com
Date: Wed Mar 23 2005 - 17:01:49 CST


Dear Dr. Zhang,

Thank you very much for your suggestions. I solve the "EXIT", "getarg"
problems by adding " -lU77" at the end of the line 59 of config.h

But I still can not compile AMBER 8 with ABSOFT v9.0 due to the
following errors.
****************************************************************************************************
cf90-1640 f90fe: ERROR CNSTPHREAD, File = _mdread.f, Line = 1493, Column = 39
 Dummy arguments with the INTENT(OUT) attribute must be defined before use.

              = chrgdat(stateinf(itres)%first_charge + iatom &
!corresponding atom charge value
                                        ^
cf90-1640 f90fe: ERROR CNSTPHREAD, File = _mdread.f, Line = 1494, Column = 42
 Dummy arguments with the INTENT(OUT) attribute must be defined before use.

              + resstate(itres) * stateinf(itres)%num_atoms & !from
selected new state
                              ^
*************************************************************************************************
I see that Dr. Case have discussed this problem in this archive:
http://amber.ch.ic.ac.uk/archive/200409/0263.html
I followed his suggestion and I get new problems as follow:

***************************************************************************************************
cf90-113 f90fe: ERROR CNSTPHREAD, File = _mdread.f, Line = 1468, Column = 1
 IMPLICIT NONE is specified in the local scope, therefore an explicit
type must be specified for data object "C".
   ^
cf90-724 f90fe: ERROR CNSTPHREAD, File = _mdread.f, Line = 1468, Column = 5
 Unknown statement. Expected assignment statement but found "t"
instead of "=" or "=>".

              + resstate(itres) * stateinf(itres)%num_atoms & !from
selected new state
                              ^
cf90-1640 f90fe: ERROR CNSTPHREAD, File = _mdread.f, Line = 1496, Column = 32
 Dummy arguments with the INTENT(OUT) attribute must be defined before use.

  character(len=1) atsymb,atsymb2
*****************************************************************************************************

Do you have idea about it?

Thanks,

Lu
-----------------------------------------------------------------------
The AMBER Mail Reflector
To post, send mail to amber_at_scripps.edu
To unsubscribe, send "unsubscribe amber" to majordomo_at_scripps.edu