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?
problems with the mpi
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 1
- Joined: Mon Jun 07, 2010 1:40 pm
problems with the mpi
Last edited by jfajin on Mon Jun 07, 2010 1:56 pm, edited 1 time in total.
-
- Hero Member
- Posts: 583
- Joined: Tue Nov 16, 2004 2:21 pm
- License Nr.: 5-67
- Location: Germany
problems with the mpi
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
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.