Assessment --- PBS system

Jul 21, 2014 • Maciej Czuchry
  1. What command will you use to submit your PBS batch script ($SCRIPTNAME) with torque?

  2. qrun $SCRIPTNAME
  3. qsub $SCRIPTNAME
  4. qstat $SCRIPTNAME
  5. qalter $SCRIPTNAME
  6. ./$SCRIPTNAME

  7. Using manual of torque commands and your knowledge write a short shell (bash/sh/tcsh/…) script which show hostname of worker node the job is running. Resources info to take for PBS are: 1 worker node with 1 processor, 100MB RAM per processor, 5min walltime. The jobname to set is ‘HostnameCheck’.