PBS 指令
** Setting in the Shell script **
#PBS
-N XXX
! Job Name
#PBS
-o XXX.o
! Output message
#PBS
-e XXX.e
! Error message
#PBS -l nodes=4:ppn=4 ! Use 4 nodes and each node has 4
cpu(ppn)
#PBS -u
chichien
! User name
** The commands under linux **
qsub
job_name.sh ==> run the job by shell
qdel job_ID
==> cancel the job
qrun job_ID ==>
force the job to run
qstat
==> get the jobs information
沒有留言:
張貼留言