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
VASP complile on REdHat9.0, IFC-7.0, mpiifc,
Moderators: Global Moderator, Moderator
-
- Newbie
- Posts: 2
- Joined: Fri Feb 25, 2005 8:02 am
- License Nr.: 289
VASP complile on REdHat9.0, IFC-7.0, mpiifc,
Last edited by mbhabani on Sun Feb 27, 2005 5:50 am, edited 1 time in total.
-
- Newbie
- Posts: 3
- Joined: Tue Mar 08, 2005 2:02 am
- License Nr.: 85
VASP complile on REdHat9.0, IFC-7.0, mpiifc,
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.
-
- Administrator
- Posts: 2921
- Joined: Tue Aug 03, 2004 8:18 am
- License Nr.: 458
VASP complile on REdHat9.0, IFC-7.0, mpiifc,
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)
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.