Changeset 3734


Ignore:
Timestamp:
04/10/18 09:51:03 (6 years ago)
Author:
omamce
Message:

O.M. : add my Mac to known computers

File:
1 edited

Legend:

Unmodified
Added
Removed
  • TOOLS/MOSAIX/CreateWeightsMask.bash

    r3725 r3734  
    4848#OCE=ORCA025 
    4949 
    50 ATM=ICO30 
     50#ATM=ICO30 
    5151#ATM=ICO40 
    5252#ATM=ICO450 
    53 #ATM=LMD9695 
     53ATM=LMD9695 
    5454#ATM=LMD144X142 
    5555 
     
    7171# Defines computer 
    7272# ================ 
    73 if [[ $(hostname) = curie* ]] ; then arch=curie ; center=tgcc ; fi 
    74 if [[ $(hostname) = irene* ]] ; then arch=irene ; center=tgcc ; fi 
     73if [[ $(hostname) = curie* ]]    ; then arch=curie ; center=tgcc ; fi 
     74if [[ $(hostname) = irene* ]]    ; then arch=irene ; center=tgcc ; fi 
     75if [[ $(hostname) = lsce3005* ]] ; then arch=spip  ; center=spip ; fi 
     76 
    7577PROGRAM=$(basename ${0}) 
    7678 
     
    8587    SUBMIT_DIR=${BRIDGE_MSUB_PWD:-${SUBMIT_DIR}} 
    8688    PROGRAM=${BRIDGE_MSUB_REQNAME} 
     89    MPIRUN=ccc_mprun 
    8790    ;; 
     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    ;;  
    8897    ( * ) 
    8998    exit -1 
     
    154163cp iodef.xml iodef_t${oce}_to_t${atm}_1storder_false.xml 
    155164 
    156 time /usr/bin/time ccc_mprun ./interpol.exe --mask_src=yes --mask_dst=no 
     165time /usr/bin/time ${MPIRUN} ./interpol.exe --mask_src=yes --mask_dst=no 
    157166 
    158167## 
     
    238247                cp iodef.xml iodef_${ocegrid}${oce}_t${atm}_${order}order_${normalize}.xml 
    239248                 
    240                 time /usr/bin/time ccc_mprun ./interpol.exe --mask_src=yes --mask_dst=yes 
     249                time /usr/bin/time ${MPIRUN} ./interpol.exe --mask_src=yes --mask_dst=yes 
    241250            fi 
    242251             
     
    279288            cp iodef.xml iodef_t${atm}_to_${ocegrid}${oce}_${order}order_${normalize}.xml 
    280289             
    281             time /usr/bin/time ccc_mprun ./interpol.exe --mask_src=yes --mask_dst=yes 
     290            time /usr/bin/time ${MPIRUN} ./interpol.exe --mask_src=yes --mask_dst=yes 
    282291             
    283292        done 
     
    309318    cp iodef.xml iodef_c${atm}_to_t${oce}_1storder_${normalize}.xml 
    310319     
    311     time /usr/bin/time ccc_mprun ./interpol.exe --mask_src=yes --mask_dst=yes 
     320    time /usr/bin/time ${MPIRUN} ./interpol.exe --mask_src=yes --mask_dst=yes 
    312321done 
    313322## 
Note: See TracChangeset for help on using the changeset viewer.