Run error Vasp 4.6
Posted: Wed Jul 30, 2008 2:39 pm
Hello,
I have been getting the following error with Vasp 4.6. Can anyone tell me what could be the cause of this problem and how to get rid of this error.
Thanks in advance
-bash-3.2$ less SP-M1MMO.o492367
mpiexec: Warning: tasks 0-3 died with signal 11 (Segmentation fault).
My PBS script file is
#PBS -S /bin/bash
#PBS -N SP-M1MMO
#PBS -j oe
#PBS -m ae
#PBS -V
#PBS -q parallel
#PBS -l nodes=2:ppn=2
#PBS -l walltime=1:00:00
cd $PBS_O_WORKDIR
export MPICH_PTL_UNEX_EVENTS=6000
export P4_GLOBMEMSIZE=536870912
/usr/local/src/mpirun-compat/mpirun -np 4 $HOME/bin/vasp_glenn > output.vasp
I have been getting the following error with Vasp 4.6. Can anyone tell me what could be the cause of this problem and how to get rid of this error.
Thanks in advance
-bash-3.2$ less SP-M1MMO.o492367
mpiexec: Warning: tasks 0-3 died with signal 11 (Segmentation fault).
My PBS script file is
#PBS -S /bin/bash
#PBS -N SP-M1MMO
#PBS -j oe
#PBS -m ae
#PBS -V
#PBS -q parallel
#PBS -l nodes=2:ppn=2
#PBS -l walltime=1:00:00
cd $PBS_O_WORKDIR
export MPICH_PTL_UNEX_EVENTS=6000
export P4_GLOBMEMSIZE=536870912
/usr/local/src/mpirun-compat/mpirun -np 4 $HOME/bin/vasp_glenn > output.vasp