vasp pathscale mpi-version error

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


Moderators: Global Moderator, Moderator

Post Reply
Message
Author
taksys
Newbie
Newbie
Posts: 3
Joined: Tue Mar 08, 2005 4:32 pm
Location: Eindhoven
Contact:

vasp pathscale mpi-version error

#1 Post by taksys » Wed Mar 09, 2005 1:17 pm

Hi,

I'm trying to get vasp to work on some opteron systems. The used compiler is Pathscale, with netlib lapack and blas. The serial version works ok, but the mpi version stops with the following error:
ERROR in FFT3RC: this version does not support the required half grid mode

could someone please explain me what this means (or better yet, how to fix it)?

Thank you for your time.
Last edited by taksys on Wed Mar 09, 2005 1:17 pm, edited 1 time in total.

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

vasp pathscale mpi-version error

#2 Post by admin » Mon Nov 28, 2005 11:20 am

the precompiler options to use halfgrid mode are different for
serial and parallel executables and have to be changed accordingly:
serial CPP = ..... -DNGXhalf
parallel CPP = .... -DNGZhalf
Last edited by admin on Mon Nov 28, 2005 11:20 am, edited 1 time in total.

Post Reply