Changeset 1288 for trunk/MESOSCALE
- Timestamp:
- Jun 9, 2014, 11:27:59 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MESOSCALE/LMD_MM_MARS/SIMU/runmeso
r1272 r1288 176 176 then 177 177 tracers='999' 178 nx='999' 179 ny='999' 180 nz='999' 178 181 else 179 182 case ${mars_scenario} in … … 256 259 compilo=2 257 260 fi 258 if [[ ${compilo} -eq 3 || ${compilo} -eq 5 ]] 259 then 261 if [[ ${newphys} -eq 0 ]] 262 then 263 if [[ ${compilo} -eq 3 || ${compilo} -eq 5 ]] 264 then 260 265 echo How many processors ? e.g. 1, 2, 4, 6, 8, 12, 16, 20, 24, 32, 64, 128 ; read numproc 266 else 267 numproc=1 268 fi 261 269 else 262 numproc=1270 numproc=999 263 271 fi 264 272 #if [[ ${i_want_to_compile} -ge 1 ]]
Note: See TracChangeset
for help on using the changeset viewer.