From 3b0142cedcde39e4c2097ecd916a870a3ced5ec6 Mon Sep 17 00:00:00 2001 From: Vito Graffagnino Date: Tue, 8 Sep 2020 18:10:49 +0100 Subject: Added the relevent parts of the .config directory. Alss add ssh config --- vimwiki/Jobs.md | 16 ++++++++++++++++ 1 file changed, 16 insertions(+) create mode 100644 vimwiki/Jobs.md (limited to 'vimwiki/Jobs.md') 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` + + -- cgit v1.2.3