diff options
Diffstat (limited to 'vimwiki/Jobs.md')
| -rw-r--r-- | vimwiki/Jobs.md | 16 |
1 files changed, 16 insertions, 0 deletions
diff --git a/vimwiki/Jobs.md b/vimwiki/Jobs.md new file mode 100644 index 0000000..de7fdbe --- /dev/null +++ b/vimwiki/Jobs.md @@ -0,0 +1,16 @@ +You can use the standard `qstat` command as described in the wiki to see what jobs are running. However, +more information is given by looking at the scheduler’s status. On the main head node, you can run +`showq` which gives the scheduler’s view of the queue. `sudo showstate` will give you a view of node usage. + +If you need to view an individual job belonging to another user you can do + +`sudo checkjob 123456` (where 123456 is the number of the job). + +This should tell you what nodes it is running on or why it is not +running. + +You can change the requirements of a job (e.g. walltime) with + +`sudo qalter –l …. 123456` + + |
