User Tools

Site Tools


linux:torque

Torque

Basic commands

  1. qsub run_script is used to submit a job script for later execution. The script will typically contain one or more srun commands to launch parallel tasks.
  2. qdel job_id is used to cancel a pending or running job or job step. It can also be used to send an arbitrary signal to all processes associated with a running job or job step.
  3. qstat reports the state of jobs or job steps. It has a wide variety of filtering, sorting, and formatting options. By default, it reports the running jobs in priority order and then the pending jobs in priority order.

More info see here

linux/torque.txt · Last modified: 2024/02/28 22:12 by a.boev

Donate Powered by PHP Valid HTML5 Valid CSS Driven by DokuWiki