VASP complile on REdHat9.0, IFC-7.0, mpiifc,

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

Moderators: Global Moderator, Moderator

Post Reply
Message
Author
mbhabani
Newbie
Newbie
Posts: 2
Joined: Fri Feb 25, 2005 8:02 am
License Nr.: 289

VASP complile on REdHat9.0, IFC-7.0, mpiifc,

#1 Post by mbhabani » Sun Feb 27, 2005 5:50 am

I have compiled vasp on a Linux- P4-cluster running on RedHat9.0, IFC-7.0 with mpiifc for parallel version. but when I run it as

mpirun -np 6 vasp

Error reading item 'IMAGES' from file INCAR.
Error reading item 'IMAGES' from file INCAR.
Error reading item 'IMAGES' from file INCAR.
Error reading item 'IMAGES' from file INCAR.
Error reading item 'IMAGES' from file INCAR.
MPI_Recv: process in local group is dead (rank 0, MPI_COMM_WORLD)
Rank (0, MPI_COMM_WORLD): Call stack within LAM:
Rank (0, MPI_COMM_WORLD): - MPI_Recv()
Rank (0, MPI_COMM_WORLD): - MPI_Barrier()
Rank (0, MPI_COMM_WORLD): - main()

But when I run it as a single node job then it is running fine.
mpirun -np 1 vasp

It will be great if someone can suppy me with the Makefile for this platform.
please help me. Help will be greatly appreciated.

Thanks for help.
Bhabani
Last edited by mbhabani on Sun Feb 27, 2005 5:50 am, edited 1 time in total.

masato
Newbie
Newbie
Posts: 3
Joined: Tue Mar 08, 2005 2:02 am
License Nr.: 85

VASP complile on REdHat9.0, IFC-7.0, mpiifc,

#2 Post by masato » Tue Mar 08, 2005 2:14 am

See my reply to above thread. I suppose this is not a matter of compilation but nfs.
Last edited by masato on Tue Mar 08, 2005 2:14 am, edited 1 time in total.

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

VASP complile on REdHat9.0, IFC-7.0, mpiifc,

#3 Post by admin » Mon Apr 11, 2005 1:16 pm

The most common reason for that error is that there is something wrong with the INCAR file: the errors might be
1) is is not located in the working directory
2) there are some hidden characters which cause a read error during execution
time (less probable)
Last edited by admin on Mon Apr 11, 2005 1:16 pm, edited 1 time in total.

Post Reply