User Tools

Site Tools


archive:computer_resources:campusrocks

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
archive:computer_resources:campusrocks [2015/04/18 20:29]
charles
archive:computer_resources:campusrocks [2015/04/18 20:35]
charles [Sungrid Job scheduler]
Line 96: Line 96:
 #$ -cwd\\ #$ -cwd\\
 Your job will be launched at the directory where the qsub command was given. Useful for setting predictable bash commands. Though not recommended for portability as other users of the script would need to also know where to launch the qsub command. Your job will be launched at the directory where the qsub command was given. Useful for setting predictable bash commands. Though not recommended for portability as other users of the script would need to also know where to launch the qsub command.
 +
 +#$ -q [Name of specific server queue]\\
 +Used to specify which set of servers you would like the sungrid scheduler to schedule/​run your jobs in. Names on campus rocks include '​all.q'​ and '​small.q'​
 +
 +
 +Useful commands for viewing currently run jobs:
 +
 +#$ qhost\\
 +Displays the compute nodes available on the cluster including hardware statistics.
 +
 +#$ qstat\\
 +Displays the status of the jobs submitted to qsub.
 +Primary job status codes:
 +  *'​r'​ status indicates that a job is running.
 +  *'​qw'​ status indicates that a job is waiting to be scheduled/​run on a machine.
 +
 +
  
  
archive/computer_resources/campusrocks.txt · Last modified: 2015/09/02 16:42 by ceisenhart