r***@gmail.com
2009-03-13 21:35:56 UTC
I am learning MPI, and I encountered an error which I need some help
solving.
Here is my error:
1 mpispawn.c:303 Unexpected exit status
2
3 Child exited abnormally!
4 Killing remote processes...DONE
And here is a explanation of what I am doing:
I worked on my code where it can be run and I receive no errors in the
"Intelexcite.oPROCESSNUMBER" file for values of (ie,je,ke) ,up to
600. i,j,k are values for a 3-D grid. Once I increase (ie,je,ke)
to 650, I receive the error.
At this point, the program will not write out any values. For values
of (ie,je,ke) 600 and under, I do not incur any issues. Do you have
any suggestion of how I could avoid or solve this issue.
This is my submit.sh file:
#PBS -N cpmlSNARF
#PBS -l nodes=1:ppn=8
#PBS -l walltime=01:00:00
cd $PBS_O_WORKDIR
/users/system/intel/mvapich-gen2/bin/mpirun -machinefile $PBS_NODEFILE
-np 8 a.out
solving.
Here is my error:
1 mpispawn.c:303 Unexpected exit status
2
3 Child exited abnormally!
4 Killing remote processes...DONE
And here is a explanation of what I am doing:
I worked on my code where it can be run and I receive no errors in the
"Intelexcite.oPROCESSNUMBER" file for values of (ie,je,ke) ,up to
600. i,j,k are values for a 3-D grid. Once I increase (ie,je,ke)
to 650, I receive the error.
At this point, the program will not write out any values. For values
of (ie,je,ke) 600 and under, I do not incur any issues. Do you have
any suggestion of how I could avoid or solve this issue.
This is my submit.sh file:
#PBS -N cpmlSNARF
#PBS -l nodes=1:ppn=8
#PBS -l walltime=01:00:00
cd $PBS_O_WORKDIR
/users/system/intel/mvapich-gen2/bin/mpirun -machinefile $PBS_NODEFILE
-np 8 a.out