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 10703 for NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-XC_ARCHER_INTEL – NEMO

Ignore:
Timestamp:
2019-02-20T11:07:06+01:00 (5 years ago)
Author:
mathiot
Message:

reverse change in BATCH_TEMPLATE (ticket #2239)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/fix_sette_ticket2239/BATCH_TEMPLATE/batch-XC_ARCHER_INTEL

    r10698 r10703  
    9090  fi 
    9191# 
    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 
    10093# END_BODY 
    10194# Don't remove neither change the previous line 
Note: See TracChangeset for help on using the changeset viewer.