problems with the mpi

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


Moderators: Global Moderator, Moderator

Locked
Message
Author
jfajin
Newbie
Newbie
Posts: 1
Joined: Mon Jun 07, 2010 1:40 pm

problems with the mpi

#1 Post by jfajin » Mon Jun 07, 2010 1:56 pm

Hi all,
I am trying to install the vasp 5.2 and I have problems with the mpi like:

main.f90:(.text+0xad41): undefined reference to `fftchk_mpi_'

main.f90:(.text+0x146b2): undefined reference to `mapset_'
main.f90:(.text+0x4672b): undefined reference to `fft3d_mpi_'
.... etc

can anyone help me?
Last edited by jfajin on Mon Jun 07, 2010 1:56 pm, edited 1 time in total.

alex
Hero Member
Hero Member
Posts: 577
Joined: Tue Nov 16, 2004 2:21 pm
License Nr.: 5-67
Location: Germany

problems with the mpi

#2 Post by alex » Tue Jun 08, 2010 8:11 am

locate your fft installation and search for fft*.h, the header files. They are probably missing. And make sure you've linked the libraries.
If it does not work, post your makefile
Last edited by alex on Tue Jun 08, 2010 8:11 am, edited 1 time in total.

Locked