Hi, All,
I posted a message a week ago about compiling amber10 on mac
(Darwin Kernel Version 8.11.1: Wed Oct 10 18:23:28 PDT 2007; root:xnu-792.25.20~1/RELEASE
_I386 i386) with ifort 10.1
I got the following error message:
ld: Undefined symbols:
ts_module_mp_boptts_
ts_module_mp_bopttsbaker_
ts_module_mp_bopttsprfo_
ts_module_mp_bopttsqna_
ts_module_mp_bopttsnr_
Now I have solved the problem by adding the following lines in
amber10/src/dcqtp/src/ts/ts_module.F90
data bOptTs /.false./
data bOptTsBaker /.false./
data bOptTsPrfo /.false./
data bOptTsQna /.false./
data bOptTsNr /.false./
Those lines are in the amber9/src/dcqtp/src/ts/ts_module.F90. But for some reason, they are deleted in amber10 and amber11.
Best
Junmei
Received on Wed Jul 09 2008 - 06:07:29 PDT