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 9602 for utils/CI/sette/sette.sh – NEMO

Ignore:
Timestamp:
2018-05-16T12:26:25+02:00 (6 years ago)
Author:
nicolasmartin
Message:

Changes to comply with the new structure of the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • utils/CI/sette/sette.sh

    r9577 r9602  
    124124SETTE_DIR=$(cd $(dirname "$0"); pwd) 
    125125MAIN_DIR=$(dirname $SETTE_DIR) 
    126 CONFIG_DIR0=${MAIN_DIR}/CONFIG 
    127 TOOLS_DIR=${MAIN_DIR}/TOOLS 
    128 COMPIL_DIR=${TOOLS_DIR}/COMPILE 
     126CONFIG_DIR0=${MAIN_DIR}/cfgs 
     127TOOLS_DIR=${MAIN_DIR}/tools 
     128COMPIL_DIR=${TOOLS_DIR}/mk 
    129129 
    130130CMP_NAM=${1:-$COMPILER} 
Note: See TracChangeset for help on using the changeset viewer.