problem compiling vasp parallel version with ifort version 13.1.3
Posted: 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.
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.