Changeset 1039
- Timestamp:
- Oct 31, 2012 7:01:14 AM (12 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
palm/trunk/SCRIPTS/mrun
r1021 r1039 269 269 # 06/09/12 - Bjoern - typo removed: "-D_parallel" -> "-D__parallel" 270 270 # 02/10/12 - Siggi - adjusted for lcsb (urban00) 271 # 31/10/12 - Siggi - -T option not obligatory for lcxt5m, 272 # tasks_per_node not checked for this machine 271 273 272 274 … … 1205 1207 # DEFAULT-WERT SETZEN) UND OB SIE EIN GANZZAHLIGER TEILER DER 1206 1208 # GESAMTPROZESSORANZAHL IST 1207 if [[ "$tasks_per_node" = "" && $host != lcflow ]]1209 if [[ "$tasks_per_node" = "" && $host != lcflow && $host != lcxt5m ]] 1208 1210 then 1209 1211 printf "\n" … … 1212 1214 locat=tasks_per_node; (( iec = 0 )); exit 1213 1215 fi 1214 if [[ $host != lcflow ]]1216 if [[ $host != lcflow && $host != lcxt5m ]] 1215 1217 then 1216 1218 (( ival = $tasks_per_node ))
Note: See TracChangeset
for help on using the changeset viewer.