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
Moderators: Global Moderator, Moderator
-
- 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
Last edited by dajiang on Thu Sep 17, 2009 8:44 pm, edited 1 time in total.
-
- 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
please check whether you have set the precompiler options correctly
(-DMPI has to be included)
(-DMPI has to be included)
Last edited by admin on Mon Oct 12, 2009 8:52 am, edited 1 time in total.