Changes between Version 5 and Version 6 of greenplanet
- Timestamp:
- 11/18/14 11:28:54 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
greenplanet
v5 v6 108 108 109 109 to have a maximum job time of 10 minutes and 8 cores on one node. 110 111 Now if you want to check the status of your job and the queue you are using, type in the bash with the Greeplanet session: 112 113 {{{ 114 #!sh 115 qstat -s c6145 116 }}} 117 118 You can delete your job by typing: 119 120 {{{ 121 #!sh 122 qdel JOBID 123 }}}