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

Changeset 14244


Ignore:
Timestamp:
2020-12-23T10:08:00+01:00 (3 years ago)
Author:
smasson
Message:

sette: merge with sette_wave

Location:
utils/CI/sette
Files:
7 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/OLD_SCRIPT/sette_beginner.sh

    r11140 r14244  
    2828# MPIRUN_FLAG       : flag to run in parallel (MPI) "yes" 
    2929#                           to run in sequential mode (NB_PROC = 1) "no" 
    30 # USING_XIOS        : flag to control the activation of key_iomput 
    31 #                      "yes" to compile using key_iomput and link to the external XIOS library 
    32 #                      "no"  to compile without key_iomput and link to the old IOIPSL library 
     30# USING_XIOS        : flag to control the activation of key_xios 
     31#                      "yes" to compile using key_xios and link to the external XIOS library 
     32#                      "no"  to compile without key_xios and link to the old IOIPSL library 
    3333# USING_MPMD        : flag to control the use of stand-alone IO servers 
    3434#                     requires USING_XIOS="yes" 
     
    9393export MPIRUN_FLAG="yes" 
    9494 
    95 export DEL_KEYS="key_iomput" 
     95export DEL_KEYS="key_xios" 
    9696if [ ${USING_XIOS} == "yes" ] 
    9797 then  
  • utils/CI/sette/README.rst

    r12569 r14244  
    4646                 
    4747        # XIOS management 
    48           |  USING_XIOS        : flag to control the activation of key_iomput.  
    49                                 "yes" to compile using key_iomput and link to the external XIOS library. 
    50                                 "no"  to compile without key_iomput and link to the old IOIPSL library. 
     48          |  USING_XIOS        : flag to control the activation of key_xios.  
     49                                "yes" to compile using key_xios and link to the external XIOS library. 
     50                                "no"  to compile without key_xios and link to the old IOIPSL library. 
    5151          |  USING_MPMD        : flag to control the use of stand-alone IO servers  
    5252                                (requires USING_XIOS="yes"). 
    5353                                "yes" to run in MPMD (detached) mode with stand-alone IO servers. 
    5454                                "no"  to run in SPMD (attached) mode without separate IO servers.  
     55        # MPI communication management 
     56          |  USING_MPI3        : flag to control the activation of key_mpi3 
     57                                "yes" to use the MPI3 neighbourhood collectives for halo exchange 
     58                                "no" to use standard point-to-point communications for halo exchange 
     59        # loop fusion management 
     60          |  USING_LOOP_FUSION : flag to control the activation of key_loop_fusion 
     61                                "yes" to use the loop fusion adv routines when halo = 2 
     62                                "no" to use standard adv routine 
     63 
    5564        # generique batch scrip prefix name if MPMD set to true/false 
    5665           | JOB_PREFIX_MPMD 
  • utils/CI/sette/param.cfg

    r13568 r14244  
    88# ------------------------------------------------------------------------------------------ 
    99# IMPORTANT: 
    10 # variables (COMPILER, USING_XIOS, USING_MPMD, BATCH_CMD, BATCH_STAT, BATCH_NAME, FORCING_DIR, SVN_CMD, ADD_NOSIGNEDZERO) 
     10# variables (COMPILER, USING_XIOS, USING_MPMD, USING_MPI3, USING_LOOP_FUSION, BATCH_CMD, BATCH_STAT, BATCH_NAME, FORCING_DIR, SVN_CMD, ADD_NOSIGNEDZERO) 
    1111# can be exported from your shell startup files.  
    1212# If it is the case, nothing to do 
     
    4141# 
    4242# RUN set up 
    43 # USING_XIOS        : flag to control the activation of key_iomput 
    44 #                      "yes" to compile using key_iomput and link to the external XIOS library 
    45 #                      "no"  to compile without key_iomput and link to the old IOIPSL library 
     43# USING_XIOS        : flag to control the activation of key_xios 
     44#                      "yes" to compile using key_xios and link to the external XIOS library 
     45#                      "no"  to compile without key_xios and link to the old IOIPSL library 
    4646USING_XIOS=${SETTE_XIOS:-"yes"} 
    4747# USING_MPMD        : flag to control the use of stand-alone IO servers 
     
    5151# MPMD 
    5252USING_MPMD=${SETTE_MPMD:-"no"} 
     53# USING_MPI3        : flag to control the activation of key_mpi3 
     54#                     "yes" to use the MPI3 neighbourhood collectives for halo exchange 
     55#                     "no" to use standard point-to-point communications for halo exchange 
     56USING_MPI3=${SETTE_MPI3:-"no"} 
     57# USING_LOOP_FUSION : flag to control the activation of key_loop_fusion 
     58#                     "yes" to use the loop fusion adv routines when halo = 2 
     59#                     "no" to use standard adv routines 
     60USING_LOOP_FUSION=${SETTE_LOOP_FUSION:-"no"} 
    5361# generique batch scrip prefix name if MPMD set to true/false 
    5462JOB_PREFIX_MPMD=${SETTE_JOB_PREFIX_MPMD:-batch-mpmd} 
  • utils/CI/sette/sette.sh

    r13887 r14244  
    44MAIN_DIR=$(dirname $SETTE_DIR) 
    55export SETTE_TIMING='no' 
     6export NOT_USING_QCO='no' 
    67 
    78# Parse command-line arguments 
    89if [ $# -gt 0 ]; then 
    9   while getopts t:x:cshT option; do  
     10  while getopts t:x:cshTq option; do  
    1011     case $option in 
    1112        c) export SETTE_CLEAN_CONFIGS='yes' 
     
    3233           echo "ln_timing will be set to true" 
    3334           echo "";; 
     35   q) export NOT_USING_QCO='yes' 
     36           echo "" 
     37           echo "key_qco and key_linssh will NOT be activated" 
     38           echo "";; 
    3439        h | *) echo 'sette.sh with no arguments (in this case all configuration will be tested)' 
    3540               echo '-t "CFG1_to_test CFG2_to_test ..." to test some specific configurations' 
     
    3742               echo '-T to set ln_timing true for all non-AGRIF configurations' 
    3843               echo '-c to clean each configuration' 
     44               echo '-q run without qco environment' 
    3945               echo '-s to synchronise the sette MY_SRC and EXP00 with the reference MY_SRC and EXPREF'; exit 42 ;; 
    4046     esac 
  • utils/CI/sette/sette_reference-configurations.sh

    r13951 r14244  
    2929# MPIRUN_FLAG       : flag to run in parallel (MPI) "yes" 
    3030#                           to run in sequential mode (NB_PROC = 1) "no" 
    31 # USING_XIOS        : flag to control the activation of key_iomput 
    32 #                      "yes" to compile using key_iomput and link to the external XIOS library 
    33 #                      "no"  to compile without key_iomput and link to the old IOIPSL library 
     31# USING_XIOS        : flag to control the activation of key_xios 
     32#                      "yes" to compile using key_xios and link to the external XIOS library 
     33#                      "no"  to compile without key_xios and link to the old IOIPSL library 
    3434# USING_MPMD        : flag to control the use of stand-alone IO servers 
    3535#                     requires USING_XIOS="yes" 
     
    4141# NUM_XIOSERVERS    : number of stand-alone IO servers to employ 
    4242#                     set to zero if USING_MPMD="no" 
     43# USING_MPI3        : flag to control the activation of key_mpi3 
     44#                     "yes" to use the MPI3 neighbourhood collectives for halo exchange 
     45#                     "no" to use standard point-to-point communications for halo exchange 
     46# USING_LOOP_FUSION : flag to control the activation of key_loop_fusion 
     47#                     "yes" to use the loop fusion adv routines when halo = 2 
     48#                     "no" to use standard adv routines 
    4349# 
    4450# Principal script is sette.sh, that calls  
     
    111117if [ ${USING_XIOS} == "yes" ]  
    112118 then  
    113    export ADD_KEYS="${ADD_KEYS} key_iomput" 
     119   export ADD_KEYS="${ADD_KEYS} key_xios" 
    114120 else 
    115    export DEL_KEYS="${DEL_KEYS} key_iomput" 
     121   export DEL_KEYS="${DEL_KEYS} key_xios" 
    116122fi 
    117123# 
     
    121127 else 
    122128   export DEL_KEYS="${DEL_KEYS} key_nosignedzero"  
     129fi 
     130# 
     131if [ ${USING_MPI3} == "yes" ] 
     132 then 
     133   export ADD_KEYS="${ADD_KEYS} key_mpi3" 
     134fi 
     135# 
     136if [ ${USING_LOOP_FUSION} == "yes" ] 
     137 then 
     138   export ADD_KEYS="${ADD_KEYS} key_loop_fusion" 
     139fi 
     140# 
     141if [ ${NOT_USING_QCO} == "yes" ] 
     142 then 
     143   export DEL_KEYS="${DEL_KEYS} key_qco key_linssh" 
    123144fi 
    124145# 
     
    355376    set_namelist namelist_cfg sn_cfctl%l_trcstat .true. 
    356377    set_namelist namelist_cfg ln_use_calving .true. 
    357     set_namelist namelist_cfg ln_wave .false. 
     378    set_namelist namelist_cfg ln_wave .true. 
    358379    set_namelist namelist_cfg ln_cdgw .false. 
    359     set_namelist namelist_cfg ln_sdw  .false. 
    360     set_namelist namelist_cfg nn_sdrift 1 
    361     set_namelist namelist_cfg ln_stcor .false. 
    362     set_namelist namelist_cfg ln_tauwoc .false. 
     380    set_namelist namelist_cfg ln_sdw  .true. 
     381    set_namelist namelist_cfg ln_stcor .true. 
    363382    # 
    364383    if [ ${USING_ICEBERGS} == "no" ]  ; then set_namelist namelist_cfg ln_icebergs .false. ; fi 
     
    405424    set_namelist namelist_cfg sn_cfctl%l_trcstat .true. 
    406425    set_namelist namelist_cfg nn_test_icebergs -1 
    407     set_namelist namelist_cfg ln_wave .false. 
     426    set_namelist namelist_cfg ln_wave .true. 
    408427    set_namelist namelist_cfg ln_cdgw .false. 
    409     set_namelist namelist_cfg ln_sdw  .false. 
    410     set_namelist namelist_cfg nn_sdrift 1 
    411     set_namelist namelist_cfg ln_stcor .false. 
    412     set_namelist namelist_cfg ln_tauwoc .false. 
     428    set_namelist namelist_cfg ln_sdw  .true. 
     429    set_namelist namelist_cfg ln_stcor .true. 
    413430    # 
    414431    if [ ${USING_ICEBERGS} == "no" ]  ; then set_namelist namelist_cfg ln_icebergs .false. ; fi 
     
    479496    set_namelist namelist_cfg sn_cfctl%l_runstat .true. 
    480497    set_namelist namelist_cfg sn_cfctl%l_trcstat .true. 
    481     set_namelist namelist_cfg ln_wave .false. 
     498    set_namelist namelist_cfg ln_wave .true. 
    482499    set_namelist namelist_cfg ln_cdgw .false. 
    483     set_namelist namelist_cfg ln_sdw  .false. 
    484     set_namelist namelist_cfg nn_sdrift 1 
    485     set_namelist namelist_cfg ln_stcor .false. 
    486     set_namelist namelist_cfg ln_tauwoc .false. 
     500    set_namelist namelist_cfg ln_sdw  .true. 
     501    set_namelist namelist_cfg ln_stcor .true. 
    487502 
    488503    if [ ${USING_ICEBERGS} == "no" ]  ; then set_namelist namelist_cfg ln_icebergs .false. ; fi 
     
    529544    set_namelist namelist_cfg sn_cfctl%l_runstat .true. 
    530545    set_namelist namelist_cfg sn_cfctl%l_trcstat .true. 
    531     set_namelist namelist_cfg ln_wave .false. 
     546    set_namelist namelist_cfg ln_wave .true. 
    532547    set_namelist namelist_cfg ln_cdgw .false. 
    533     set_namelist namelist_cfg ln_sdw  .false. 
    534     set_namelist namelist_cfg nn_sdrift 1 
    535     set_namelist namelist_cfg ln_stcor .false. 
    536     set_namelist namelist_cfg ln_tauwoc .false. 
     548    set_namelist namelist_cfg ln_sdw  .true. 
     549    set_namelist namelist_cfg ln_stcor .true. 
    537550 
    538551    if [ ${USING_ICEBERGS} == "no" ]  ; then set_namelist namelist_cfg ln_icebergs .false. ; fi 
  • utils/CI/sette/sette_rpt.sh

    r13795 r14244  
    492492 echo "" 
    493493 echo "   !----restart----!   " 
    494  for restart_test in WGYRE_PISCES_ST WORCA2_ICE_PISCES_ST WORCA2_OFF_PISCES_ST WAMM12_ST WORCA2_SAS_ICE_ST WAGRIF_DEMO_ST WWED025_ST WISOMIP+_ST WOVERFLOW_ST WLOCK_EXCHANGE_ST WVORTEX_ST WICE_AGRIF_ST  
     494 for restart_test in WGYRE_PISCES_ST WORCA2_ICE_PISCES_ST WORCA2_OFF_PISCES_ST WAMM12_ST WORCA2_SAS_ICE_ST WAGRIF_DEMO_ST WWED025_ST WISOMIP+_ST WOVERFLOW_ST WLOCK_EXCHANGE_ST WVORTEX_ST WICE_AGRIF_ST WSWG_ST 
    495495 do 
    496496   resttest $NEMO_VALID $restart_test $pass 
     
    500500 echo "" 
    501501 echo "   !----repro----!   " 
    502  for repro_test in WGYRE_PISCES_ST WORCA2_ICE_PISCES_ST WORCA2_OFF_PISCES_ST WAMM12_ST WORCA2_SAS_ICE_ST WORCA2_ICE_OBS_ST WAGRIF_DEMO_ST WWED025_ST WISOMIP+_ST WVORTEX_ST WICE_AGRIF_ST 
     502 for repro_test in WGYRE_PISCES_ST WORCA2_ICE_PISCES_ST WORCA2_OFF_PISCES_ST WAMM12_ST WORCA2_SAS_ICE_ST WORCA2_ICE_OBS_ST WAGRIF_DEMO_ST WWED025_ST WISOMIP+_ST WVORTEX_ST WICE_AGRIF_ST WSWG_ST 
    503503 do 
    504504   reprotest $NEMO_VALID $repro_test $pass 
     
    527527     echo "REFERENCE directory : $NEMO_VALID_REF at rev $NEMO_REV_REF" 
    528528     echo '' 
    529      for repro_test in WGYRE_PISCES_ST WORCA2_ICE_PISCES_ST WORCA2_OFF_PISCES_ST WAMM12_ST WORCA2_SAS_ICE_ST WAGRIF_DEMO_ST WWED025_ST WISOMIP+_ST WVORTEX_ST WICE_AGRIF_ST WOVERFLOW_ST WLOCK_EXCHANGE_ST 
     529     for repro_test in WGYRE_PISCES_ST WORCA2_ICE_PISCES_ST WORCA2_OFF_PISCES_ST WAMM12_ST WORCA2_SAS_ICE_ST WAGRIF_DEMO_ST WWED025_ST WISOMIP+_ST WVORTEX_ST WICE_AGRIF_ST WOVERFLOW_ST WLOCK_EXCHANGE_ST WSWG_ST 
    530530     do 
    531531       runcmpres $NEMO_VALID $repro_test $NEMO_VALID_REF $NEMO_REV_REF $pass 
  • utils/CI/sette/sette_test-cases.sh

    r13790 r14244  
    3131# MPIRUN_FLAG       : flag to run in parallel (MPI) "yes" 
    3232#                           to run in sequential mode (NB_PROC = 1) "no" 
    33 # USING_XIOS        : flag to control the activation of key_iomput 
    34 #                      "yes" to compile using key_iomput and link to the external XIOS library 
    35 #                      "no"  to compile without key_iomput and link to the old IOIPSL library 
     33# USING_XIOS        : flag to control the activation of key_xios 
     34#                      "yes" to compile using key_xios and link to the external XIOS library 
     35#                      "no"  to compile without key_xios and link to the old IOIPSL library 
    3636# USING_MPMD        : flag to control the use of stand-alone IO servers 
    3737#                     requires USING_XIOS="yes" 
     
    4040# NUM_XIOSERVERS    : number of stand-alone IO servers to employ 
    4141#                     set to zero if USING_MPMD="no" 
     42# USING_MPI3        : flag to control the activation of key_mpi3 
     43#                     "yes" to use the MPI3 neighbourhood collectives for halo exchange 
     44#                     "no" to use standard point-to-point communications for halo exchange 
     45# USING_LOOP_FUSION : flag to control the activation of key_loop_fusion 
     46#                     "yes" to use the loop fusion adv routines when halo = 2 
     47#                     "no" to use standard adv routines 
    4248# 
    4349# Principal script is sette_test-cases.sh, that calls  
     
    108114if [ ${USING_XIOS} == "yes" ]  
    109115 then  
    110    export ADD_KEYS="${ADD_KEYS} key_iomput" 
     116   export ADD_KEYS="${ADD_KEYS} key_xios" 
    111117 else 
    112    export DEL_KEYS="${DEL_KEYS} key_iomput" 
     118   export DEL_KEYS="${DEL_KEYS} key_xios" 
    113119fi 
    114120# 
     
    118124 else 
    119125   export DEL_KEYS="${DEL_KEYS} key_nosignedzero"  
     126fi 
     127# 
     128if [ ${USING_MPI3} == "yes" ] 
     129 then 
     130   export ADD_KEYS="${ADD_KEYS} key_mpi3" 
     131fi 
     132# 
     133if [ ${USING_LOOP_FUSION} == "yes" ] 
     134 then 
     135   export ADD_KEYS="${ADD_KEYS} key_loop_fusion" 
     136fi 
     137# 
     138if [ ${NOT_USING_QCO} == "yes" ] 
     139 then 
     140   export DEL_KEYS="${DEL_KEYS} key_qco key_linssh" 
    120141fi 
    121142# 
     
    929950fi 
    930951 
     952 
     953# --------- 
     954# SWG 
     955# --------- 
     956if [ ${config} == "SWG" ] && [ ${DO_RESTART} == "1" ] && [ ${NOT_USING_QCO} == "no" ] ;  then 
     957## Restartability tests for SWG 
     958    if [ $( echo ${CMP_NAM} | grep -ic debug ) -eq 1 ] 
     959    then 
     960   ITEND=12 
     961    else 
     962   ITEND=1728 
     963    fi 
     964    ITRST=$(   printf "%08d" $(( ${ITEND} / 2 )) ) 
     965    export TEST_NAME="LONG" 
     966    cd ${MAIN_DIR} 
     967    # 
     968    # syncronisation if target directory/file exist (not done by makenemo) 
     969    . ${SETTE_DIR}/all_functions.sh 
     970    # 
     971    clean_config SWG SWG_ST 'tests' 
     972    # 
     973    sync_config  SWG SWG_ST 'tests' 
     974    # 
     975    . ./makenemo -m ${CMP_NAM} -n SWG_ST -a SWG -j 8  add_key "${ADD_KEYS}" del_key "${DEL_KEYS}" 
     976    cd ${SETTE_DIR} 
     977    . ./param.cfg 
     978    . ./all_functions.sh 
     979    . ./prepare_exe_dir.sh 
     980    set_valid_dir 
     981    clean_valid_dir 
     982    JOB_FILE=${EXE_DIR}/run_job.sh 
     983    NPROC=1 
     984    if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi  
     985    cd ${EXE_DIR} 
     986    set_namelist namelist_cfg cn_exp \"SWG_LONG\" 
     987    set_namelist namelist_cfg nn_it000 1 
     988    set_namelist namelist_cfg nn_itend ${ITEND} 
     989    set_namelist namelist_cfg nn_stock $(( ${ITEND} / 2 )) 
     990    set_namelist namelist_cfg sn_cfctl%l_runstat .true.   
     991    
     992    #if [ ${SETTE_TIMING} == "yes" ]  ; then set_namelist namelist_cfg ln_timing .true. ; fi 
     993    if [ ${USING_MPMD} == "yes" ] ; then 
     994        set_xio_using_server iodef.xml true 
     995    else 
     996        set_xio_using_server iodef.xml false 
     997    fi 
     998    cd ${SETTE_DIR} 
     999    . ./prepare_job.sh input_EMPTY.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} ${NEMO_VALID} 
     1000     
     1001    cd ${SETTE_DIR} 
     1002    export TEST_NAME="SHORT" 
     1003    . ./prepare_exe_dir.sh 
     1004    set_valid_dir 
     1005    clean_valid_dir 
     1006    cd ${EXE_DIR} 
     1007    set_namelist namelist_cfg cn_exp \"SWG_SHORT\" 
     1008    set_namelist namelist_cfg nn_it000 $(( ${ITEND} / 2 + 1 )) 
     1009    set_namelist namelist_cfg nn_itend ${ITEND} 
     1010    set_namelist namelist_cfg nn_stock $(( ${ITEND} / 2 )) 
     1011    set_namelist namelist_cfg sn_cfctl%l_runstat .true. 
     1012    set_namelist namelist_cfg ln_rstart .true. 
     1013    set_namelist namelist_cfg nn_rstctl 2 
     1014    set_namelist namelist_cfg cn_ocerst_in \"SWG_LONG_${ITRST}_restart\" 
     1015       
     1016    #if [ ${SETTE_TIMING} == "yes" ]  ; then set_namelist namelist_cfg ln_timing .true. ; fi 
     1017    if [ ${USING_MPMD} == "yes" ] ; then 
     1018        set_xio_using_server iodef.xml true 
     1019    else 
     1020        set_xio_using_server iodef.xml false 
     1021    fi 
     1022    if [ $NPROC -eq 1 ] ;  then 
     1023        ln -sf ../LONG/SWG_LONG_${ITRST}_restart.nc . 
     1024    else 
     1025        for (( i=1; i<=$NPROC; i++)) ; do 
     1026            L_NPROC=$(( $i - 1 )) 
     1027            L_NPROC=`printf "%04d\n" ${L_NPROC}` 
     1028            ln -sf ../LONG/SWG_LONG_${ITRST}_restart_${L_NPROC}.nc . 
     1029        done 
     1030    fi 
     1031    cd ${SETTE_DIR} 
     1032    . ./prepare_job.sh input_EMPTY.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} ${NEMO_VALID} 
     1033    cd ${SETTE_DIR} 
     1034    . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 
     1035fi 
     1036 
     1037if [ ${config} == "SWG" ] && [ ${DO_REPRO} == "1" ] && [ ${NOT_USING_QCO} == "no" ] ;  then 
     1038 
     1039## Reproducibility tests for SWG 
     1040    export TEST_NAME="REPRO_2_3" 
     1041    cd ${MAIN_DIR} 
     1042    cd ${SETTE_DIR} 
     1043    . ./param.cfg 
     1044    . ./all_functions.sh 
     1045    . ./prepare_exe_dir.sh 
     1046    set_valid_dir 
     1047    clean_valid_dir 
     1048    JOB_FILE=${EXE_DIR}/run_job.sh 
     1049    NPROC=6 
     1050    if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
     1051    cd ${EXE_DIR} 
     1052    set_namelist namelist_cfg cn_exp \"SWG_23\" 
     1053    set_namelist namelist_cfg nn_it000 1 
     1054    set_namelist namelist_cfg nn_itend ${ITEND} 
     1055    set_namelist namelist_cfg nn_stock ${ITEND} 
     1056    set_namelist namelist_cfg jpni 2 
     1057    set_namelist namelist_cfg jpnj 3 
     1058    set_namelist namelist_cfg sn_cfctl%l_runstat .true. 
     1059    set_namelist namelist_cfg sn_cfctl%l_prtctl .true. 
     1060    
     1061 
     1062    #if [ ${SETTE_TIMING} == "yes" ]  ; then set_namelist namelist_cfg ln_timing .true. ; fi 
     1063    if [ ${USING_MPMD} == "yes" ] ; then 
     1064       set_xio_using_server iodef.xml true 
     1065    else 
     1066       set_xio_using_server iodef.xml false 
     1067    fi 
     1068    cd ${SETTE_DIR} 
     1069    . ./prepare_job.sh input_EMPTY.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} ${NEMO_VALID} 
     1070    cd ${SETTE_DIR} 
     1071    . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 
     1072 
     1073    cd ${SETTE_DIR} 
     1074    export TEST_NAME="REPRO_3_2" 
     1075    . ./prepare_exe_dir.sh 
     1076    set_valid_dir 
     1077    clean_valid_dir 
     1078    JOB_FILE=${EXE_DIR}/run_job.sh 
     1079    NPROC=6 
     1080    if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 
     1081    cd ${EXE_DIR} 
     1082 
     1083    set_namelist namelist_cfg cn_exp \"SWG_32\" 
     1084    set_namelist namelist_cfg nn_it000 1 
     1085    set_namelist namelist_cfg nn_itend ${ITEND} 
     1086    set_namelist namelist_cfg nn_stock ${ITEND} 
     1087    set_namelist namelist_cfg jpni 3 
     1088    set_namelist namelist_cfg jpnj 2 
     1089    set_namelist namelist_cfg sn_cfctl%l_runstat .true. 
     1090    set_namelist namelist_cfg sn_cfctl%l_prtctl .true. 
     1091 
     1092    #if [ ${SETTE_TIMING} == "yes" ]  ; then set_namelist namelist_cfg ln_timing .true. ; fi 
     1093    if [ ${USING_MPMD} == "yes" ] ; then 
     1094       set_xio_using_server iodef.xml true 
     1095    else 
     1096       set_xio_using_server iodef.xml false 
     1097    fi 
     1098    cd ${SETTE_DIR} 
     1099    . ./prepare_job.sh input_EMPTY.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} ${NEMO_VALID} 
     1100    cd ${SETTE_DIR} 
     1101    . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 
     1102 
     1103fi 
     1104 
     1105 
     1106 
    9311107#---- 
    9321108done 
Note: See TracChangeset for help on using the changeset viewer.