Changeset 9789 for utils/CI/sette/sette_test-cases.sh
- Timestamp:
- 2018-06-13T12:16:12+02:00 (6 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/CI/sette/sette_test-cases.sh
r9756 r9789 141 141 # LOCK_EXCHANGE : 2 142 142 # VORTEX : 3 143 # SAS_BIPER: 4143 # ICEDYN : 4 144 144 # ISOMIP : 5 145 145 # WAD … … 464 464 465 465 # --------- 466 # SAS_BIPER466 # ICEDYN 467 467 # --------- 468 468 if [ ${config} -eq 4 ] ; then 469 ## Restartability tests for SAS_BIPER469 ## Restartability tests for ICEDYN 470 470 export TEST_NAME="LONG" 471 471 cd ${MAIN_DIR} 472 . ./makenemo -m ${CMP_NAM} -n SAS_BIPER_ST -a SAS_BIPER-j 8 del_key ${DEL_KEYS}472 . ./makenemo -m ${CMP_NAM} -n ICEDYN_ST -a ICEDYN -j 8 del_key ${DEL_KEYS} 473 473 cd ${SETTE_DIR} 474 474 . ./param.cfg … … 479 479 if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 480 480 cd ${EXE_DIR} 481 set_namelist namelist_cfg cn_exp \" SAS_BIPER_LONG\"481 set_namelist namelist_cfg cn_exp \"ICEDYN_LONG\" 482 482 set_namelist namelist_cfg nn_it000 1 483 483 set_namelist namelist_cfg nn_itend 200 … … 490 490 set_namelist namelist_ice_cfg ln_dynADV .false. 491 491 492 set_namelist 1_namelist_cfg cn_exp \" SAS_BIPER_LONG\"492 set_namelist 1_namelist_cfg cn_exp \"ICEDYN_LONG\" 493 493 set_namelist 1_namelist_cfg nn_it000 1 494 494 set_namelist 1_namelist_cfg nn_itend 600 … … 506 506 fi 507 507 cd ${SETTE_DIR} 508 . ./prepare_job.sh input_ SASBIPER.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS}508 . ./prepare_job.sh input_ICEDYN.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} 509 509 510 510 cd ${SETTE_DIR} … … 512 512 . ./prepare_exe_dir.sh 513 513 cd ${EXE_DIR} 514 set_namelist namelist_cfg cn_exp \" SAS_BIPER_SHORT\"514 set_namelist namelist_cfg cn_exp \"ICEDYN_SHORT\" 515 515 set_namelist namelist_cfg nn_it000 101 516 516 set_namelist namelist_cfg nn_itend 200 … … 524 524 set_namelist namelist_ice_cfg ln_dynRHGADV .false. 525 525 set_namelist namelist_ice_cfg ln_dynADV .false. 526 set_namelist namelist_cfg cn_ocerst_in \" SAS_BIPER_LONG_00000100_restart\"527 set_namelist namelist_ice_cfg cn_icerst_in \" SAS_BIPER_LONG_00000100_restart_ice\"528 529 set_namelist 1_namelist_cfg cn_exp \" SAS_BIPER_SHORT\"526 set_namelist namelist_cfg cn_ocerst_in \"ICEDYN_LONG_00000100_restart\" 527 set_namelist namelist_ice_cfg cn_icerst_in \"ICEDYN_LONG_00000100_restart_ice\" 528 529 set_namelist 1_namelist_cfg cn_exp \"ICEDYN_SHORT\" 530 530 set_namelist 1_namelist_cfg nn_it000 301 531 531 set_namelist 1_namelist_cfg nn_itend 600 … … 539 539 set_namelist 1_namelist_ice_cfg ln_dynRHGADV .false. 540 540 set_namelist 1_namelist_ice_cfg ln_dynADV .false. 541 set_namelist 1_namelist_cfg cn_ocerst_in \" SAS_BIPER_LONG_00000300_restart\"542 set_namelist 1_namelist_ice_cfg cn_icerst_in \" SAS_BIPER_LONG_00000300_restart_ice\"541 set_namelist 1_namelist_cfg cn_ocerst_in \"ICEDYN_LONG_00000300_restart\" 542 set_namelist 1_namelist_ice_cfg cn_icerst_in \"ICEDYN_LONG_00000300_restart_ice\" 543 543 544 544 … … 549 549 fi 550 550 if [ $NPROC -eq 1 ] ; then 551 ln -sf ../LONG/ SAS_BIPER_LONG_00000100_restart.nc .552 ln -sf ../LONG/ SAS_BIPER_LONG_00000100_restart_ice.nc .553 ln -sf ../LONG/1_ SAS_BIPER_LONG_00000300_restart.nc .554 ln -sf ../LONG/1_ SAS_BIPER_LONG_00000300_restart_ice.nc .551 ln -sf ../LONG/ICEDYN_LONG_00000100_restart.nc . 552 ln -sf ../LONG/ICEDYN_LONG_00000100_restart_ice.nc . 553 ln -sf ../LONG/1_ICEDYN_LONG_00000300_restart.nc . 554 ln -sf ../LONG/1_ICEDYN_LONG_00000300_restart_ice.nc . 555 555 else 556 556 for (( i=1; i<=$NPROC; i++)) ; do 557 557 L_NPROC=$(( $i - 1 )) 558 558 L_NPROC=`printf "%04d\n" ${L_NPROC}` 559 ln -sf ../LONG/ SAS_BIPER_LONG_00000100_restart_${L_NPROC}.nc .560 ln -sf ../LONG/ SAS_BIPER_LONG_00000100_restart_ice_${L_NPROC}.nc .561 ln -sf ../LONG/1_ SAS_BIPER_LONG_00000300_restart_${L_NPROC}.nc .562 ln -sf ../LONG/1_ SAS_BIPER_LONG_00000300_restart_ice_${L_NPROC}.nc .559 ln -sf ../LONG/ICEDYN_LONG_00000100_restart_${L_NPROC}.nc . 560 ln -sf ../LONG/ICEDYN_LONG_00000100_restart_ice_${L_NPROC}.nc . 561 ln -sf ../LONG/1_ICEDYN_LONG_00000300_restart_${L_NPROC}.nc . 562 ln -sf ../LONG/1_ICEDYN_LONG_00000300_restart_ice_${L_NPROC}.nc . 563 563 done 564 564 fi 565 565 566 566 cd ${SETTE_DIR} 567 . ./prepare_job.sh input_ SASBIPER.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS}568 cd ${SETTE_DIR} 569 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 570 571 572 ## Reproducibility tests for SAS_BIPER567 . ./prepare_job.sh input_ICEDYN.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} 568 cd ${SETTE_DIR} 569 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} 570 571 572 ## Reproducibility tests for ICEDYN 573 573 export TEST_NAME="REPRO_2_3" 574 574 cd ${MAIN_DIR} … … 581 581 if [ -f ${JOB_FILE} ] ; then \rm ${JOB_FILE} ; fi 582 582 cd ${EXE_DIR} 583 set_namelist namelist_cfg cn_exp \" SAS_BIPER_23\"583 set_namelist namelist_cfg cn_exp \"ICEDYN_23\" 584 584 set_namelist namelist_cfg nn_it000 1 585 585 set_namelist namelist_cfg nn_itend 200 … … 595 595 set_namelist namelist_ice_cfg ln_dynADV .false. 596 596 597 set_namelist 1_namelist_cfg cn_exp \" SAS_BIPER_23\"597 set_namelist 1_namelist_cfg cn_exp \"ICEDYN_23\" 598 598 set_namelist 1_namelist_cfg nn_it000 1 599 599 set_namelist 1_namelist_cfg nn_itend 600 … … 615 615 fi 616 616 cd ${SETTE_DIR} 617 . ./prepare_job.sh input_ SASBIPER.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS}617 . ./prepare_job.sh input_ICEDYN.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} 618 618 cd ${SETTE_DIR} 619 619 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG} … … 627 627 cd ${EXE_DIR} 628 628 629 set_namelist namelist_cfg cn_exp \" SAS_BIPER_32\"629 set_namelist namelist_cfg cn_exp \"ICEDYN_32\" 630 630 set_namelist namelist_cfg nn_it000 1 631 631 set_namelist namelist_cfg nn_itend 200 … … 641 641 set_namelist namelist_ice_cfg ln_dynADV .false. 642 642 643 set_namelist 1_namelist_cfg cn_exp \" SAS_BIPER_32\"643 set_namelist 1_namelist_cfg cn_exp \"ICEDYN_32\" 644 644 set_namelist 1_namelist_cfg nn_it000 1 645 645 set_namelist 1_namelist_cfg nn_itend 600 … … 661 661 fi 662 662 cd ${SETTE_DIR} 663 . ./prepare_job.sh input_ SASBIPER.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS}663 . ./prepare_job.sh input_ICEDYN.cfg $NPROC ${TEST_NAME} ${MPIRUN_FLAG} ${JOB_FILE} ${NUM_XIOSERVERS} 664 664 cd ${SETTE_DIR} 665 665 . ./fcm_job.sh $NPROC ${JOB_FILE} ${INTERACT_FLAG} ${MPIRUN_FLAG}
Note: See TracChangeset
for help on using the changeset viewer.