- Use this job script (test.pbs)
- Submit it using qsub test.pbs
- Monitor the job status using qstat -a
#PBS -A STF008
#PBS -N test
#PBS -j oe
#PBS -l walltime=1:00:00,size=12
cd /lustre/widow1/scratch/zzhang3
date
env IOTA_LOGFILE=/lustre/widow1/scratch/zzhang3/output aprun -n 12 ./pi
No comments:
Post a Comment