Changeset 3734
- Timestamp:
- 04/10/18 09:51:03 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
TOOLS/MOSAIX/CreateWeightsMask.bash
r3725 r3734 48 48 #OCE=ORCA025 49 49 50 ATM=ICO3050 #ATM=ICO30 51 51 #ATM=ICO40 52 52 #ATM=ICO450 53 #ATM=LMD969553 ATM=LMD9695 54 54 #ATM=LMD144X142 55 55 … … 71 71 # Defines computer 72 72 # ================ 73 if [[ $(hostname) = curie* ]] ; then arch=curie ; center=tgcc ; fi 74 if [[ $(hostname) = irene* ]] ; then arch=irene ; center=tgcc ; fi 73 if [[ $(hostname) = curie* ]] ; then arch=curie ; center=tgcc ; fi 74 if [[ $(hostname) = irene* ]] ; then arch=irene ; center=tgcc ; fi 75 if [[ $(hostname) = lsce3005* ]] ; then arch=spip ; center=spip ; fi 76 75 77 PROGRAM=$(basename ${0}) 76 78 … … 85 87 SUBMIT_DIR=${BRIDGE_MSUB_PWD:-${SUBMIT_DIR}} 86 88 PROGRAM=${BRIDGE_MSUB_REQNAME} 89 MPIRUN=ccc_mprun 87 90 ;; 91 ( spip ) 92 R_IN=${HOME}/Scratch/IGCM 93 TMPDIR=${HOME}/Scratch/TMP 94 SUBMIT_DIR=$(pwd) 95 MPIRUN=/opt/local/bin/mpirun-openmpi-gcc49 -n 2 96 ;; 88 97 ( * ) 89 98 exit -1 … … 154 163 cp iodef.xml iodef_t${oce}_to_t${atm}_1storder_false.xml 155 164 156 time /usr/bin/time ccc_mprun./interpol.exe --mask_src=yes --mask_dst=no165 time /usr/bin/time ${MPIRUN} ./interpol.exe --mask_src=yes --mask_dst=no 157 166 158 167 ## … … 238 247 cp iodef.xml iodef_${ocegrid}${oce}_t${atm}_${order}order_${normalize}.xml 239 248 240 time /usr/bin/time ccc_mprun./interpol.exe --mask_src=yes --mask_dst=yes249 time /usr/bin/time ${MPIRUN} ./interpol.exe --mask_src=yes --mask_dst=yes 241 250 fi 242 251 … … 279 288 cp iodef.xml iodef_t${atm}_to_${ocegrid}${oce}_${order}order_${normalize}.xml 280 289 281 time /usr/bin/time ccc_mprun./interpol.exe --mask_src=yes --mask_dst=yes290 time /usr/bin/time ${MPIRUN} ./interpol.exe --mask_src=yes --mask_dst=yes 282 291 283 292 done … … 309 318 cp iodef.xml iodef_c${atm}_to_t${oce}_1storder_${normalize}.xml 310 319 311 time /usr/bin/time ccc_mprun./interpol.exe --mask_src=yes --mask_dst=yes320 time /usr/bin/time ${MPIRUN} ./interpol.exe --mask_src=yes --mask_dst=yes 312 321 done 313 322 ##
Note: See TracChangeset
for help on using the changeset viewer.