problem compiling vasp parallel version with ifort version 13.1.3

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

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
freshwind
Newbie
Newbie
Posts: 16
Joined: Fri Jul 19, 2013 10:26 am

problem compiling vasp parallel version with ifort version 13.1.3

#1 Post by freshwind » Thu Jan 23, 2014 10:24 pm

Hello,

the following lines appear at the make output:

fftmpi.F(687): 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


These are my settings in the MPI-section of the makefile:

FC=mpif90
FCL=$(FC)...CPP =$(CPP_) -DMPI -DHOST=\"DarwinIntel\" \
-Dkind8 -DNGZhalf -DCACHE_SIZE=5000 -Davoidalloc

.....

# FFT: fftmpi.o with fft3dlib of Juergen Furthmueller
FFT3D = fftmpi.o fftmpi_map.o fft3dlib.o


Many thanks.
Last edited by freshwind on Thu Jan 23, 2014 10:24 pm, edited 1 time in total.

Post Reply