Hi Sergey, Thanks for the fast response. Those changes to the make.sys file appear to have done the trick!
Derek Sergey Lisenkov writes: > Hi, Derek! > > Yes, I had this problem some times ago with using Intel 9.0 compiler > (latest patch) on all machines where Intel fortran 9.0 can be used (Xeon, > Opteron, Altix). > > But using "/lib/cpp" and these settings: > > .SUFFIXES : > .SUFFIXES : .o .c .f .f90 > > .f90.o: > $(CPP) $(CPPFLAGS) $< -o $*.F90 > $(MPIF90) $(F90FLAGS) -c $*.F90 -o $*.o > > CPP = /lib/cpp > CPPFLAGS = -P -C -traditional $(DFLAGS) $(IFLAGS) > > everything is working correctly. > > Thanks, > Sergey > _______________________________________________ > Pw_forum mailing list > Pw_forum at pwscf.org > http://www.democritos.it/mailman/listinfo/pw_forum ################################ Derek Stewart, Ph. D. Scientific Computation Associate 250 Duffield Hall Cornell Nanoscale Facility (CNF) Ithaca, NY 14853 stewart (at) cnf.cornell.edu (607) 255-2856
