Changeset 12875
- Timestamp:
- 2020-05-05T19:02:15+02:00 (3 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
utils/CI/sette_ticket2417/sette_test-cases_indev.sh
r12874 r12875 17 17 for CONFIG in ${SETTE_TEST_CONFIGS} # SETTE_TEST_CONFIG defined in cfgs/test (not in param.cfg) 18 18 do 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 21 23 22 24 # 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 26 29 27 30 # LOAD input data
Note: See TracChangeset
for help on using the changeset viewer.