Problem with preprocessing.

Hi,

I would like to translate this Ifort line :
FFLAGS = -r8 -O3 -fast -openmp -fpp -D$(PREPROC) -D$(PREADIOS)

for pgf90.

I Try with :
FFLAGS = -r8 -O3 -fast -Mfreeform -mp -D$(PREPROC) -D$(PREADIOS)

But unfortunately it doesn’t work.

If someone could help me, will be nice.

Regards.

But unfortunately it doesn’t work.

My guess is that you just need to add the flag “-Mpreprocess”. If that’s not it, can you please give more details?

  • Mat

thanks Mat, it seem to be ok now.

regards.