problem compiling fftmpi.f90 ifort 11.0 and ifort 11.1

Questions regarding the compilation of VASP on various platforms: hardware, compilers and libraries, etc.


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
dajiang
Newbie
Newbie
Posts: 3
Joined: Thu Sep 16, 2004 4:57 pm
License Nr.: 270

problem compiling fftmpi.f90 ifort 11.0 and ifort 11.1

#1 Post by dajiang » 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.
Last edited by dajiang on Thu Sep 17, 2009 8:44 pm, edited 1 time in total.

admin
Administrator
Administrator
Posts: 2921
Joined: Tue Aug 03, 2004 8:18 am
License Nr.: 458

problem compiling fftmpi.f90 ifort 11.0 and ifort 11.1

#2 Post by admin » Mon Oct 12, 2009 8:52 am

please check whether you have set the precompiler options correctly
(-DMPI has to be included)
Last edited by admin on Mon Oct 12, 2009 8:52 am, edited 1 time in total.

Post Reply