Hi all,
This afternoon, a new checkout of sander from the repository caused me
the following problem when I tried to build it:
ifort -m32 -c -O0 -FR -o sander.o _sander.f
_sander.f(130): error #7002: Error in opening the compiled module file.
Check INCLUDE paths. [NBIPS]
use nbips, only: ipssys,ips
-------^
_sander.f(1255): error #6406: Conflicting attributes or multiple
declaration of name. [IPS]
if (ips .gt. 0) call ipssys(natom,ntypes,ntb,x(l15), &
-------^
_sander.f(1255): error #6406: Conflicting attributes or multiple
declaration of name. [IPSSYS]
if (ips .gt. 0) call ipssys(natom,ntypes,ntb,x(l15), &
------------------------^
_sander.f(130): error #6580: Name in only-list does not exist. [IPSSYS]
use nbips, only: ipssys,ips
--------------------^
_sander.f(130): error #6580: Name in only-list does not exist. [IPS]
use nbips, only: ipssys,ips
---------------------------^
compilation aborted for _sander.f (code 1)
make[1]: *** [sander.o] Error 1
make: *** [serial] Error 2
Indeed, there seems to be no such thing as an "nbips" file. Could the
necessary files be added?
Thanks,
Ben
--
Benjamin P. Roberts
Postdoctoral Research Associate
Quantum Theory Project
University of Florida
2301 New Physics Building #92
PO Box 118435
Gainesville FL 32611-8435
USA
Phone: +1 352 392 6712
Cell: +1 352 222 3677
Member of the Royal Australian Chemical Institute
and of the American Chemical Society
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Tue Oct 20 2009 - 14:00:03 PDT