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

Locked
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.

support_vasp
Global Moderator
Global Moderator
Posts: 1817
Joined: Mon Nov 18, 2019 11:00 am

Re: problem compiling vasp parallel version with ifort version 13.1.3

#2 Post by support_vasp » Wed Sep 04, 2024 12:46 pm

Hi,

We're sorry that we didn’t answer your question. This does not live up to the quality of support that we aim to provide. The team has since expanded. If we can still help with your problem, please ask again in a new post, linking to this one, and we will answer as quickly as possible.

Best wishes,

VASP


Locked