Page 1 of 1

problem compiling fftmpi.f90 ifort 11.0 and ifort 11.1

Posted: Thu Sep 17, 2009 8:44 pm
by dajiang
I have problem compiling the parallel version of vasp.5.2. Using either ifort 11.0 and 11.1, it gives the following error message

fftmpi.f90(580): error #6460: This is not a field name that is defined in the encompassing structure. [NODE_ME]
IF (GRID%COMM%NODE_ME==1) THEN
-----------------------------^
compilation aborted for fftmpi.f90 (code 1)
make: *** [fftmpi.o] Error 1

I have tested other version of ifort.

problem compiling fftmpi.f90 ifort 11.0 and ifort 11.1

Posted: Mon Oct 12, 2009 8:52 am
by admin
please check whether you have set the precompiler options correctly
(-DMPI has to be included)