gcc 4.3.5, Mac OS X 10.6.7, error message is
gfortran -c -O3 -mtune=generic -ffree-form -o parameterReader.o
_parameterReader.f
_parameterReader.f:114.29:
inquire(unit=readUnit, size=size)
1
Error: Syntax error in INQUIRE statement at (1)
make[1]: *** [parameterReader.o] Error 1
make: *** [serial] Error 2
This error appears to go away with GCC 4.4.5 on the same machine. Based on
the description of INQUIRE here:
http://terpconnect.umd.edu/~nsw/ench250/fortran1.htm#INQUIRE, it would
appear as though size is not an optional argument in every case. Is there a
way that can be eliminated?
All the best,
Jason
--
Jason M. Swails
Quantum Theory Project,
University of Florida
Ph.D. Candidate
352-392-4032
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Tue May 10 2011 - 23:00:02 PDT