[Pw_forum] Run-time error with pw.x when compiled with Intel 9.0

Sergey Lisenkov proffess at yandex.ru
Wed Jan 11 21:04:45 CET 2006


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



More information about the users mailing list