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 12875 – NEMO

Changeset 12875


Ignore:
Timestamp:
2020-05-05T19:02:15+02:00 (4 years ago)
Author:
mathiot
Message:

ticket #2417: add extra comments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette_ticket2417/sette_test-cases_indev.sh

    r12874 r12875  
    1717for CONFIG in ${SETTE_TEST_CONFIGS}  # SETTE_TEST_CONFIG defined in cfgs/test (not in param.cfg) 
    1818do 
    19     # CREATE scripts (step needed if we want a script run_sette_${CONFIG}.sh to run compilation and submit job) 
    20     ./prepare_run_sette.sh # => master script that compile then submit all the individual jobs for one CONFIGuration 
     19    cd $SETTE_DIR 
     20 
     21    # CREATE scripts (step needed if we want a batch script run_sette.sh to run compilation on compute node) 
     22    #./prepare_run_sette.sh 
    2123 
    2224    # RUN main script 
    23     $PATH_TO_SCRIPT/run_sette_${CONFIG}.sh  # could be run by using BATCH submission (with/without --wait option or similar) if needed 
    24                                             # could easily be switch to parrallel run as soon as makenemo allow multiple CONFIG to be compile at the same time 
    25          cd $SETTE_DIR 
     25    ./sette_run.sh $CONFIG # could be run by using BATCH submission (with/without --wait option or similar) if needed 
     26                           # could easily be switch to parrallel run as soon as makenemo allow multiple CONFIG to be compile at the same time 
     27 
     28         cd $SETTE_DIR # need to be exported as env var before starting this script 
    2629 
    2730         # LOAD input data 
Note: See TracChangeset for help on using the changeset viewer.