what might cause this problem?

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

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
fanghz
Newbie
Newbie
Posts: 28
Joined: Fri May 11, 2007 1:47 am

what might cause this problem?

#1 Post by fanghz » Fri Jul 06, 2007 10:36 am

Dear Admin,
I was using intel fortran 10.0 to compile vasp.4.6 serial version, but I have got the error message below. Can you give some suggestions ?

fortcom: Error: fftmpi_map.f90, line 141: This is not
a field name that is defined in the encompassing
structure. [NODE_ME]
NODE_ME=C%NODE_ME
----------------^
fortcom: Error: fftmpi_map.f90, line 142: This is not
a field name that is defined in the encompassing
structure. [IONODE]
IONODE =C%IONODE
----------------^
fortcom: Error: fftmpi_map.f90, line 161: This is not
a field name that is defined in the encompassing
structure. [NCPU]
NC=C%NCPU+1
-----------^
fortcom: Error: fftmpi_map.f90, line 206: This is not
a field name that is defined in the encompassing
structure. [MPI_COMM]
CALL MPI_barrier( C%MPI_COMM, ierror )
----------------------------^
fortcom: Error: fftmpi_map.f90, line 391: This is not
a field name that is defined in the encompassing
structure. [NCPU]
DO I=MAP%PTRI(COMM%NCPU+1)+1,NZERO
----------------------------^
fortcom: Error: fftmpi_map.f90, line 447: This is not
a field name that is defined in the encompassing
structure. [NCPU]
DO I=MAP%PTR(COMM%NCPU+1)+1,NZERO
---------------------------^
compilation aborted for fftmpi_map.f90 (code 1)
Last edited by fanghz on Fri Jul 06, 2007 10:36 am, edited 1 time in total.

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

what might cause this problem?

#2 Post by admin » Sun Jul 08, 2007 7:36 pm

1) make sure that you do not mix up the compilation of parallel an serial executables in the same directory.
Last edited by admin on Sun Jul 08, 2007 7:36 pm, edited 1 time in total.

Post Reply