Changes between Version 12 and Version 13 of hpc
- Timestamp:
- 12/03/14 15:39:19 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
hpc
v12 v13 119 119 #!m 120 120 md.cluster=hpc('numnodes',1,'cpuspernode',8); 121 md.cluster.time=10;122 121 }}} 123 122 124 123 The list of available queues is `'pub64','free64','free48','free*,pub64'` and `'free*'`. 125 124 126 to have a maximum job time of 10 minutes and8 cores on one node. If the run lasts longer than 10 minutes, it will be killed and you will not be able to retrieve your results.125 to have a job of 8 cores on one node. If the run lasts longer than 10 minutes, it will be killed and you will not be able to retrieve your results. 127 126 128 127 Now if you want to check the status of your job and the queue you are using, type in the bash with the hpc session: