parallel problem about VASP

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

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
anin

parallel problem about VASP

#1 Post by anin » Wed Nov 29, 2006 2:27 am

My computer has 4 cpus(only 1 node), and I want to run VASP in parallel. I compilered VASP by mpf90 without errors.

I change the machine file as "hostname:4"...

However, when I input "mpirun -np 4 vasp", it outputs:

running on 4 nodes
distr: one band on 1 nodes, 4 groups
vasp.4.6.26 15Dec04 complex
POSCAR found : 2 types and 44 ions

then nothing responded and exited.. there is no process running...

In order to test, I ran "mpirun -t -np 4 ", it output:

rsh localhost cd vasp/vasp_case/test/; env GMPI_SHMEM=1 GMPI_MAGIC=9106528 GMPI_ID=0 GMPI_NP=4 GMPI_BOARD=-1 GMPI_SLAVE=127.0.0.1 vasp/vasp/vaspmpi
rsh localhost -n cd vasp/vasp_case/test/; env GMPI_SHMEM=1 GMPI_MAGIC=9106528 GMPI_ID=1 GMPI_NP=4 GMPI_BOARD=-1 GMPI_SLAVE=127.0.0.1 vasp/vasp/vaspmpi
rsh localhost -n cd vasp/vasp_case/test/; env GMPI_SHMEM=1 GMPI_MAGIC=9106528 GMPI_ID=2 GMPI_NP=4 GMPI_BOARD=-1 GMPI_SLAVE=127.0.0.1 vasp/vasp/vaspmpi
rsh localhost -n cd vasp/vasp_case/test/; env GMPI_SHMEM=1 GMPI_MAGIC=9106528 GMPI_ID=3 GMPI_NP=4 GMPI_BOARD=-1 GMPI_SLAVE=127.0.0.1 vasp/vasp/vaspmpi

I don't know how to deal with this problem and I appreciate your suggestions!
Last edited by anin on Wed Nov 29, 2006 2:27 am, edited 1 time in total.

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

parallel problem about VASP

#2 Post by admin » Thu Jan 11, 2007 12:25 pm

this error must be due to the MPI installation on your system, please contact your system managers
Last edited by admin on Thu Jan 11, 2007 12:25 pm, edited 1 time in total.

Post Reply