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 3173 for branches/2011/dev_LOCEAN_2011/NEMOGCM/CONFIG/makenemo – NEMO

Ignore:
Timestamp:
2011-11-22T19:45:40+01:00 (12 years ago)
Author:
rblod
Message:

continue test on arch files

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2011/dev_LOCEAN_2011/NEMOGCM/CONFIG/makenemo

    r2731 r3173  
    100100#- Choice of the options --- 
    101101x_d=""; 
     102x_h=""; 
    102103x_n=""; 
    103104x_r=""; 
     
    109110do 
    110111    case $V in 
    111    (h)  echo "Usage   : "${b_n} \ 
     112   (h) x_h=${OPTARG}; 
     113        echo "Usage   : "${b_n} \ 
    112114       " [-h] [-n name] [-m arch] [-d "dir1 dir2"] [-r conf] [-j No]"; 
    113    echo " -h    : help"; 
    114    echo " -n name : config name, [-n help] to list existing configurations"; 
    115    echo " -m arch : choose compiler, [-m help] to list existing compilers"; 
    116    echo " -d dir  : choose NEMO sub-directories"; 
    117    echo " -r conf : choose reference configuration"; 
    118    echo " -j No    : number of processes used to compile (0=nocompilation)"; 
    119    echo " -t dir  : temporary directory for compilation" 
     115   echo " -h      : help"; 
     116   echo " -h institute : specific help for consortium members"; 
     117   echo " -n name      : config name, [-n help] to list existing configurations"; 
     118   echo " -m arch      : choose compiler, [-m help] to list existing compilers"; 
     119   echo " -d dir       : choose NEMO sub-directories"; 
     120   echo " -r conf      : choose reference configuration"; 
     121   echo " -j No       : number of processes used to compile (0=nocompilation)"; 
     122   echo " -t dir       : temporary directory for compilation" 
    120123   echo ""; 
    121124   echo "Example to install a new configuration MY_CONFIG"; 
     
    137140   echo "./makenemo -n MY_CONFIG -j0 add_key \"key_iomput key_mpp_mpi\" del_key \"key_agrif\" "; 
    138141   echo ""; 
    139    . ${COMPIL_DIR}/Flist_archfile.sh ; 
     142   . ${COMPIL_DIR}/Flist_archfile.sh ${x_h} ; 
    140143   echo ""; 
    141144   echo "Default : previous configuration and compiler"; 
     
    205208    exit 
    206209fi 
    207 [ "${CMP_NAM}" ==  help ] && . ${COMPIL_DIR}/Flist_archfile.sh && exit 
     210[ "${CMP_NAM}" ==  help ] && . ${COMPIL_DIR}/Flist_archfile.sh all && exit 
    208211 
    209212#- When used for the first time, choose a compiler --- 
Note: See TracChangeset for help on using the changeset viewer.