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.
vasp pathscale mpi-version error
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 3
- Joined: Tue Mar 08, 2005 4:32 pm
- Location: Eindhoven
- Contact:
vasp pathscale mpi-version error
Last edited by taksys on Wed Mar 09, 2005 1:17 pm, edited 1 time in total.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
vasp pathscale mpi-version error
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
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.