Changeset 2539 for trunk/NEMOGCM
- Timestamp:
- 2011-01-07T11:04:55+01:00 (14 years ago)
- Location:
- trunk/NEMOGCM/SETTE
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/NEMOGCM/SETTE/README
r2494 r2539 3 3 principal script is sette.sh (usage: ./sette.sh) 4 4 5 VERY IMPORTANT : for a verbose debug do: 6 ./sette.sh 2>&1 | tee out.sette 7 this create out.sette file in ${SETTE_DIR} 8 5 9 USER MODIFICATIONS 6 10 in sette.sh script : 7 11 SETTE_DIR : base directory for SETTE 8 makenemo -m : machine (compilator); see ./makenemo -m help 12 makenemo -m : machine (compilator); see ./makenemo -m help (in NEMOGCM/CONFIG directory) 9 13 -n : config name (in examples config_name_nproci_nprocj), see ./makenemo -n help 10 14 -r : reference configuration (if you don't give it you have to choise directories to install) … … 39 43 and if you have already compiled you can re-run all sette.sh and compilation part will be by-passed. 40 44 45 NOTE 2: 46 if you want a completly verbose makenemo you can uncomment "set -x" in makenemo script 47 and then launch ./sette.sh 2>&1 | tee out.sette -
trunk/NEMOGCM/SETTE/sette.sh
r2500 r2539 1 #!/bin/ sh1 #!/bin/bash 2 2 ############################################################# 3 3 # Author : Simona Flavoni for NEMO … … 66 66 67 67 cd ${SETTE_DIR} 68 . ../CONFIG/makenemo -n ORCA2_LIM_1_2 add_key "key_mpp_mpi key_nproci=1 key_nprocj=2"68 . ../CONFIG/makenemo -n ORCA2_LIM_1_2 -r ORCA2_LIM add_key "key_mpp_mpi key_nproci=1 key_nprocj=2" 69 69 cd ${SETTE_DIR} 70 70 . param.cfg
Note: See TracChangeset
for help on using the changeset viewer.