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 10242 for utils/CI – NEMO

Changeset 10242 for utils/CI


Ignore:
Timestamp:
2018-10-26T18:07:26+02:00 (5 years ago)
Author:
mathiot
Message:

fix to run all the available tests in LOCK_EXCHANGE (in the same manner as in OVERFLOW)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/sette_test-cases.sh

    r10200 r10242  
    290290 
    291291    for file in $(echo `ls namelist_*_cfg `) ; do 
    292         TEST_NAME=`ls $file | sed -e "s/namelist_//" | sed -e "s/_cfg//"` 
     292        echo '' 
     293        TEST_NAME=`echo $file | sed -e "s/namelist_//" | sed -e "s/_cfg//"` 
    293294        TEST_NAME="EXP-${TEST_NAME}" 
    294295        `mkdir ${CONFIG_DIR}/${NEW_CONF}/${TEST_NAME}` 
    295296        export TEST_NAME="${TEST_NAME}" 
    296          ##   
     297        ##   
    297298        cd ${SETTE_DIR} 
    298299        . ./param.cfg 
     
    303304        if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
    304305        cd ${EXE_DIR} 
     306        rm namelist_*_*_*_* 
     307        cp -pL ${CONFIG_DIR}/${NEW_CONF}/EXP00/$file namelist_cfg 
    305308        if [ ${USING_MPMD} == "yes" ] ; then 
    306309           set_xio_using_server iodef.xml true 
     
    312315        cd ${SETTE_DIR} 
    313316        . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 
    314        ## 
     317        ## 
     318        echo '' 
    315319   done 
    316320fi 
Note: See TracChangeset for help on using the changeset viewer.