I have loaded the modules PrgEnv-intel, cray-netcdf, cray-hdf5,cary-mpich and pbs.
My domain information : iy = 176,
jx = 240,
kz = 18,
ds= 30.0,
dt = 45.,
The script that I am using to submit job is:
#!/bin/csh
#PBS -N test
#PBS -l select=5:ncpus=24
#PBS -l walltime=02:00:00
#PBS -l place=scatter
#PBS -l accelerator_type="None"
#PBS -S /bin/csh -V
. /opt/modules/default/init/csh
cd /to/the/run/folder
aprun -j 1 -n 120 -N 24 /regcm/build/folder/regcmMPI
test.in > outfile
Any thoughts on how to overcome this issue?
Thanks a lot .............. Priyanka
~
--
Priyanka Banerjee
Project Scientist
Centre for Atmospheric and Oceanic Sciences
Indian Institute of Science
Bangalore, India