Changes between Version 11 and Version 12 of hpc
- Timestamp:
- 12/03/14 14:21:34 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
hpc
v11 v12 104 104 #!m 105 105 cluster.login='mmorligh'; 106 cluster.queue='c6145'; 107 cluster.codepath='/home/mmorligh/trunk-jpl/bin/'; 108 cluster.executionpath='/pub/mmorligh/trunk-jpl/execution/'; 106 cluster.port=8000; 107 cluster.queue='pub64'; 108 cluster.codepath='/data/users/mmorligh/trunk-jpl/bin/'; 109 cluster.executionpath='/data/users/mmorligh/trunk-jpl/execution/'; 109 110 }}} 110 111 … … 113 114 == Running jobs on hpc == 114 115 115 On hpc, you can use up to 30cores per node. The more nodes and the longer the requested time, the more you will have to wait in the queue. So choose your settings wisely:116 On hpc, you can use up to 64 cores per node. The more nodes and the longer the requested time, the more you will have to wait in the queue. So choose your settings wisely: 116 117 117 118 {{{ … … 121 122 }}} 122 123 124 The list of available queues is `'pub64','free64','free48','free*,pub64'` and `'free*'`. 125 123 126 to have a maximum job time of 10 minutes and 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. 124 127 … … 127 130 {{{ 128 131 #!sh 129 qstat - s c6145132 qstat -u USERNAME 130 133 }}} 131 134