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

Reply via email to