This plus following change to the Makefile
- resp$(SFX): lapack.o resp.o
- $(FC) $(LDFLAGS) lapack.o resp.o -o resp$(SFX)
---
+ resp$(SFX): lapack.o resp.o resp_modules.o
+ $(FC) $(LDFLAGS) lapack.o resp.o resp_modules.o -o resp$(SFX)
will use the f90 version (which is what I am doing for now).
But Dave wanted to roll back to using the old resp.f until the gfortran
compiler issue is fixed.
MengJuei Hsieh wrote:
> Or it probably can be fixed by changing the depend file
>
> -resp.o: resp.f
> - $(FPP) resp.f > _resp.f
> - $(FC) -c $(FFLAGS) -o $. _resp.f
> +resp.o: resp.f90 resp_modules.o
> + $(FPP) resp.f90 > _resp.f90
> + $(FC) -c $(FFLAGS) -o $. _resp.f90
>
> Best,
--
Dr. Andreas W. Goetz
San Diego Supercomputer Center
Tel : +1-858-822-4771
Email: agoetz.sdsc.edu
Web : www.awgoetz.de
_______________________________________________
AMBER-Developers mailing list
AMBER-Developers.ambermd.org
http://lists.ambermd.org/mailman/listinfo/amber-developers
Received on Thu Feb 11 2010 - 19:00:02 PST