New URL for NEMO forge!   http://forge.nemo-ocean.eu

Since March 2022 along with NEMO 4.2 release, the code development moved to a self-hosted GitLab.
This present forge is now archived and remained online for history.
Changeset 3543 for branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/SETTE/sette.sh – NEMO

Ignore:
Timestamp:
2012-11-13T19:20:59+01:00 (11 years ago)
Author:
cetlod
Message:

sette: add missing CPP key key_mpp_mpi in ORCA2_OFF config, see ticket: #941

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2012/dev_r3438_LOCEAN15_PISLOB/NEMOGCM/SETTE/sette.sh

    r3540 r3543  
    150150cp BATCH_TEMPLATE/batch-${COMPILER} job_batch_template || exit 
    151151 
    152 for config in 1 2 3 4 5 6 7 8 9 
     152for config in 1 2 3 4 5 6 
    153153do 
    154154 
     
    424424    export TEST_NAME="LONG" 
    425425    cd ${SETTE_DIR} 
    426     . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2OFFPIS_LONG -r ORCA2_OFF_PISCES -j 8 add_key "key_mpp_rep"  
     426    . ../CONFIG/makenemo -m ${CMP_NAM} -n ORCA2OFFPIS_LONG -r ORCA2_OFF_PISCES -j 8 add_key "key_mpp_mpi key_mpp_rep"  
    427427    cd ${SETTE_DIR} 
    428428    . param.cfg 
     
    633633    export TEST_NAME="REPO_8_4" 
    634634    cd ${SETTE_DIR} 
    635     . ../CONFIG/makenemo -m ${CMP_NAM} -n AMM12_32 -r AMM12 add_key "key_mpp_rep" 
     635    . ../CONFIG/makenemo -m ${CMP_NAM} -n AMM12_32 -r AMM12 add_key "key_mpp_mpi key_mpp_rep" 
    636636    cd ${SETTE_DIR} 
    637637    . param.cfg 
Note: See TracChangeset for help on using the changeset viewer.