Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Panel
bgColor#f0f0ff
titleTasks - Submit job to HPCF
  1. Type the following command:   qsub ./run.ppn
  2. Verify the status of your submitted job by typing:   qstat -u $USER  or use the alias  qstatu

The qstat command indicates the current status of your job in the batch scheduling system.  The status is indicated by a capital letter.  At the start the letter 'Q' indicates that your job is waiting in the queue to be processed.  'R' indicates that the job is now running.  'E' indicates that the job has stopped and is exiting.