On Sun, Aug 16, 2009, Scott Brozell wrote:
> cpp -traditional -P -DNO_SANDER_DIVCON -DBINTRAJ rism_interp.f > _rism_interp.f
> ifort -c -w95 -vec_report0 -ip -O3 -axP -FR -o rism_interp.o _rism_interp.f
> fortcom: Error: _rism_interp.f, line 68: The statement following a CONTAINS is not a function-stmt or a subroutine-stmt.
> end module rism_interp
> ^
> compilation aborted for _rism_interp.f (code 1)
Try removing the "contains" line from rism_interp.f. (I don't have access
to an ifort-enabled machine right now).
...dac
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Wed Aug 19 2009 - 23:22:21 PDT