Changes between Version 4 and Version 5 of greenplanet
- Timestamp:
- 11/18/14 11:23:29 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
greenplanet
v4 v5 98 98 99 99 == Running jobs on Greenplanet == 100 To be continued 100 101 On Greenplanet, you can use up to 30 cores per node. The more nodes and the longer job time you ask, the more you will have to wait in the queue. So choose wise settings: 102 103 {{{ 104 #!m 105 md.cluster=greenplanet('numnodes',1,'cpuspernode',8); 106 md.cluster.time=10; 107 }}} 108 109 to have a maximum job time of 10 minutes and 8 cores on one node.