Changeset 81 for trunk/mesoscale/LMD_MM_MARS/makemeso
- Timestamp:
- Feb 28, 2011, 6:53:54 PM (14 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/mesoscale/LMD_MM_MARS/makemeso
r73 r81 110 110 exit 111 111 fi 112 echo How many processors ? 1, 2, 4, 6, 8, 12, 16, 20, 24 test 3264 ; read numproc ;;112 echo How many processors ? 1, 2, 4, 6, 8, 12, 16, 20, 24, 32 test 64 ; 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 test 3264 ; read numproc ;;115 7) compilo='mpixlf' ; echo How many processors ? 1, 2, 4, 6, 8, 12, 16, 20, 24 test 3264 ; read numproc ;;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 ;; 116 116 ### for tests 117 117 99) compilo='gnu' ; numproc=1 ;;
Note: See TracChangeset
for help on using the changeset viewer.