Changeset 111 for trunk/mesoscale/LMD_MM_MARS/makemeso
- Timestamp:
- Apr 18, 2011, 8:10:30 AM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mesoscale/LMD_MM_MARS/makemeso
r86 r111 110 110 exit 111 111 fi 112 echo How many processors ? 1, 2, 4, 6, 8, 12, 16, 20, 24, 32 test 64; read numproc ;;112 echo How many processors ? e.g. 1, 2, 4, 6, 8, 12, 16, 20, 24, 32, 64, 128 ; read numproc ;; 113 113 4) compilo='ifort' ; numproc=1 ;; 114 5) compilo='mpifort' ; echo How many processors ? 1, 2, 4, 6, 8, 12, 16, 20, 24, 32 test 64; read numproc ;;115 7) compilo='mpixlf' ; echo How many processors ? 1, 2, 4, 6, 8, 12, 16, 20, 24, 32 test 64; read numproc ;;114 5) compilo='mpifort' ; echo How many processors ? e.g. 1, 2, 4, 6, 8, 12, 16, 20, 24, 32, 64, 128 ; read numproc ;; 115 7) compilo='mpixlf' ; echo How many processors ? e.g. 1, 2, 4, 6, 8, 12, 16, 20, 24, 32, 64, 128 ; read numproc ;; 116 116 ### for tests 117 117 99) compilo='gnu' ; numproc=1 ;; … … 402 402 physy=$(expr ${lat} - 1) ; physy=$(expr ${physy} \/ 6) 403 403 physz=$(expr ${level} - 1) ;; 404 ### TESTS405 404 32) physx=$(expr ${lon} - 1) ; physx=$(expr ${physx} \/ 4) 406 405 physy=$(expr ${lat} - 1) ; physy=$(expr ${physy} \/ 8) … … 408 407 64) physx=$(expr ${lon} - 1) ; physx=$(expr ${physx} \/ 8) 409 408 physy=$(expr ${lat} - 1) ; physy=$(expr ${physy} \/ 8) 409 physz=$(expr ${level} - 1) ;; 410 128) physx=$(expr ${lon} - 1) ; physx=$(expr ${physx} \/ 8) 411 physy=$(expr ${lat} - 1) ; physy=$(expr ${physy} \/ 16) 410 412 physz=$(expr ${level} - 1) ;; 411 413 *) echo not supported ; exit
Note: See TracChangeset
for help on using the changeset viewer.