Changeset 10703
- Timestamp:
- 2019-02-20T11:07:06+01:00 (4 years ago)
- Location:
- NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE
- Files:
-
- 17 edited
Legend:
- Unmodified
- Added
- Removed
-
NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-IBM_EKMAN_INGV
r10698 r10703 82 82 fi 83 83 # 84 # 85 # run post processing of sette only is run normally or expected error 86 NEMOEXIT=$? 87 case $NEMOEXIT in 88 0|123456|999) echo " NEMO finished with exit code $NEMOEXIT " ; post_test_tidyup ;; 89 *) echo " NEMO abort on an unexpected error (segmentation fault or whatever) $NEMOEXIT " 90 esac 84 post_test_tidyup 91 85 92 86 # END_BODY -
NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-PW6_CALYPSO
r10698 r10703 74 74 fi 75 75 # 76 # 77 # run post processing of sette only is run normally or expected error 78 NEMOEXIT=$? 79 case $NEMOEXIT in 80 0|123456|999) echo " NEMO finished with exit code $NEMOEXIT " ; post_test_tidyup ;; 81 *) echo " NEMO abort on an unexpected error (segmentation fault or whatever) $NEMOEXIT " 82 esac 76 post_test_tidyup 83 77 84 78 # END_BODY -
NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-PW7_METO
r10698 r10703 84 84 85 85 # 86 # 87 # run post processing of sette only is run normally or expected error 88 NEMOEXIT=$? 89 case $NEMOEXIT in 90 0|123456|999) echo " NEMO finished with exit code $NEMOEXIT " ; post_test_tidyup ;; 91 *) echo " NEMO abort on an unexpected error (segmentation fault or whatever) $NEMOEXIT " 92 esac 86 post_test_tidyup 93 87 94 88 # END_BODY -
NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-PW7_MONSOON
r10698 r10703 83 83 84 84 # 85 # 86 # run post processing of sette only is run normally or expected error 87 NEMOEXIT=$? 88 case $NEMOEXIT in 89 0|123456|999) echo " NEMO finished with exit code $NEMOEXIT " ; post_test_tidyup ;; 90 *) echo " NEMO abort on an unexpected error (segmentation fault or whatever) $NEMOEXIT " 91 esac 85 post_test_tidyup 92 86 93 87 # END_BODY -
NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-X64_ADA
r10698 r10703 76 76 77 77 # 78 # 79 # run post processing of sette only is run normally or expected error 80 NEMOEXIT=$? 81 case $NEMOEXIT in 82 0|123456|999) echo " NEMO finished with exit code $NEMOEXIT " ; post_test_tidyup ;; 83 *) echo " NEMO abort on an unexpected error (segmentation fault or whatever) $NEMOEXIT " 84 esac 78 post_test_tidyup 85 79 86 80 # END_BODY -
NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-X64_IRENE
r10698 r10703 66 66 67 67 # 68 # 69 # run post processing of sette only is run normally or expected error 70 NEMOEXIT=$? 71 case $NEMOEXIT in 72 0|123456|999) echo " NEMO finished with exit code $NEMOEXIT " ; post_test_tidyup ;; 73 *) echo " NEMO abort on an unexpected error (segmentation fault or whatever) $NEMOEXIT " 74 esac 68 post_test_tidyup 75 69 76 70 # END_BODY -
NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-X64_IRENE_DEBUG
r10698 r10703 66 66 67 67 # 68 # 69 # run post processing of sette only is run normally or expected error 70 NEMOEXIT=$? 71 case $NEMOEXIT in 72 0|123456|999) echo " NEMO finished with exit code $NEMOEXIT " ; post_test_tidyup ;; 73 *) echo " NEMO abort on an unexpected error (segmentation fault or whatever) $NEMOEXIT " 74 esac 68 post_test_tidyup 75 69 76 70 # END_BODY -
NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-X64_MOBILIS
r10698 r10703 88 88 fi 89 89 # 90 # 91 # run post processing of sette only is run normally or expected error 92 NEMOEXIT=$? 93 case $NEMOEXIT in 94 0|123456|999) echo " NEMO finished with exit code $NEMOEXIT " ; post_test_tidyup ;; 95 *) echo " NEMO abort on an unexpected error (segmentation fault or whatever) $NEMOEXIT " 96 esac 97 90 post_test_tidyup 98 91 # END_BODY 99 92 # Don't remove neither change the previous line -
NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-XC40_METO
r10698 r10703 84 84 85 85 # 86 # 87 # run post processing of sette only is run normally or expected error 88 NEMOEXIT=$? 89 case $NEMOEXIT in 90 0|123456|999) echo " NEMO finished with exit code $NEMOEXIT " ; post_test_tidyup ;; 91 *) echo " NEMO abort on an unexpected error (segmentation fault or whatever) $NEMOEXIT " 92 esac 93 86 post_test_tidyup 94 87 # END_BODY 95 88 # Don't remove neither change the previous line -
NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-XC_ARCHER_INTEL
r10698 r10703 90 90 fi 91 91 # 92 # 93 # run post processing of sette only is run normally or expected error 94 NEMOEXIT=$? 95 case $NEMOEXIT in 96 0|123456|999) echo " NEMO finished with exit code $NEMOEXIT " ; post_test_tidyup ;; 97 *) echo " NEMO abort on an unexpected error (segmentation fault or whatever) $NEMOEXIT " 98 esac 99 92 post_test_tidyup 100 93 # END_BODY 101 94 # Don't remove neither change the previous line -
NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-ifort_athena
r10698 r10703 74 74 fi 75 75 # 76 # 77 # run post processing of sette only is run normally or expected error 78 NEMOEXIT=$? 79 case $NEMOEXIT in 80 0|123456|999) echo " NEMO finished with exit code $NEMOEXIT " ; post_test_tidyup ;; 81 *) echo " NEMO abort on an unexpected error (segmentation fault or whatever) $NEMOEXIT " 82 esac 76 post_test_tidyup 83 77 84 78 # END_BODY -
NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-ifort_athena_xios
r10698 r10703 100 100 fi 101 101 # 102 # 103 # run post processing of sette only is run normally or expected error 104 NEMOEXIT=$? 105 case $NEMOEXIT in 106 0|123456|999) echo " NEMO finished with exit code $NEMOEXIT " ; post_test_tidyup ;; 107 *) echo " NEMO abort on an unexpected error (segmentation fault or whatever) $NEMOEXIT " 108 esac 102 post_test_tidyup 109 103 110 104 # END_BODY -
NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-macport_osx
r10698 r10703 75 75 76 76 # 77 # 78 # run post processing of sette only is run normally or expected error 79 NEMOEXIT=$? 80 case $NEMOEXIT in 81 0|123456|999) echo " NEMO finished with exit code $NEMOEXIT " ; post_test_tidyup ;; 82 *) echo " NEMO abort on an unexpected error (segmentation fault or whatever) $NEMOEXIT " 83 esac 77 post_test_tidyup 84 78 85 79 # END_BODY -
NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-macport_osx_debug
r10698 r10703 75 75 76 76 # 77 # 78 # run post processing of sette only is run normally or expected error 79 NEMOEXIT=$? 80 case $NEMOEXIT in 81 0|123456|999) echo " NEMO finished with exit code $NEMOEXIT " ; post_test_tidyup ;; 82 *) echo " NEMO abort on an unexpected error (segmentation fault or whatever) $NEMOEXIT " 83 esac 77 post_test_tidyup 84 78 85 79 # END_BODY -
NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-openmpi_KARA_MERCATOR_XIOS
r10698 r10703 67 67 68 68 # 69 # 70 # run post processing of sette only is run normally or expected error 71 NEMOEXIT=$? 72 case $NEMOEXIT in 73 0|123456|999) echo " NEMO finished with exit code $NEMOEXIT " ; post_test_tidyup ;; 74 *) echo " NEMO abort on an unexpected error (segmentation fault or whatever) $NEMOEXIT " 75 esac 69 post_test_tidyup 76 70 77 71 # END_BODY -
NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-openmpi_NAVITI_MERCATOR
r10698 r10703 67 67 68 68 # 69 # 70 # run post processing of sette only is run normally or expected error 71 NEMOEXIT=$? 72 case $NEMOEXIT in 73 0|123456|999) echo " NEMO finished with exit code $NEMOEXIT " ; post_test_tidyup ;; 74 *) echo " NEMO abort on an unexpected error (segmentation fault or whatever) $NEMOEXIT " 75 esac 69 post_test_tidyup 76 70 77 71 # END_BODY -
NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/sette_batch_template
r10698 r10703 75 75 76 76 # 77 # 78 # run post processing of sette only is run normally or expected error 79 NEMOEXIT=$? 80 case $NEMOEXIT in 81 0|123456|999) echo " NEMO finished with exit code $NEMOEXIT " ; post_test_tidyup ;; 82 *) echo " NEMO abort on an unexpected error (segmentation fault or whatever) $NEMOEXIT " 83 esac 77 post_test_tidyup 84 78 85 79 # END_BODY
Note: See TracChangeset
for help on using the changeset viewer.