problem compiling fftmpi.f90 ifort 11.0 and ifort 11.1
Posted: Thu Sep 17, 2009 8:44 pm
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.
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.