Monday, January 4, 2010

Submitting job to jaguarpf


  1. Use this job script (test.pbs)

  2. #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


  3. Submit it using qsub test.pbs

  4. Monitor the job status using qstat -a

No comments:

Post a Comment