Tuesday, October 1, 2013

Some useful PBS/Maui commands

    Command  Description
    showq  Show a detailed list of submitted jobs
    showbf  Show the free resources (time and processors available) at the moment
    checkjob job.ID  Show a detailed description of the job job.ID
    showstart job.ID  Give an estimate of the expected started time of the job job.ID
    pbsnodes    List nodes and their state
    qdel $(qselect -u abc123) Delete all jobs belonging to user abc123

No comments: