On Nov 22, 2006, at 10:09 , Pio B?ttig wrote: > (the correct fortran-compiler should be mpxlf90)
"./configure F90=mpxlf90" should do the job > I then set the following environment variables: > > ---- > export FC=mpixf90 is it mpxlf90 or mpixf90? the name of the compiler is important for configure. > FDFLAGS = $(DFLAGS) for the IBM xlf compiler you should have something like > FDFLAGS = -D__AIX,-D__FFTW,-D__USE_INTERNAL_FFTW, -D__MPI,- > D__PARA i.e. with commas instead of spaces. Paolo --- Paolo Giannozzi, Democritos and University of Udine, Italy
