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 10717 for NEMO/branches/2019/fix_sette_ticket2239/sette_rpt.sh – NEMO

Ignore:
Timestamp:
2019-02-22T16:52:47+01:00 (5 years ago)
Author:
mathiot
Message:

change related to discussion with Simon (ticket #2239)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • NEMO/branches/2019/fix_sette_ticket2239/sette_rpt.sh

    r10713 r10717  
    504504# 
    505505# LOAD param variable (COMPILER, NEMO_VALIDATION_DIR, SVN_CMD) 
     506  SETTE_DIR=$(cd $(dirname "$0"); pwd) 
     507  MAIN_DIR=$(dirname $SETTE_DIR) 
    506508  . ./param.cfg 
    507509 
     
    517519# 
    518520# Directory to run the tests 
    519   SETTE_DIR=$(cd $(dirname "$0"); pwd) 
    520   MAIN_DIR=${SETTE_DIR}/.. 
    521521  CONFIG_DIR0=${MAIN_DIR}/cfgs 
    522522  TOOLS_DIR=${MAIN_DIR}/tools 
Note: See TracChangeset for help on using the changeset viewer.