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 3294 for trunk/NEMOGCM/TOOLS/maketools – NEMO

Ignore:
Timestamp:
2012-01-28T17:44:18+01:00 (12 years ago)
Author:
rblod
Message:

Merge of 3.4beta into the trunk

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/NEMOGCM/TOOLS/maketools

    r2331 r3294  
    8484#- 
    8585#- Choice of the options --- 
     86x_h=""; 
    8687x_n=""; 
    8788x_m=""; 
     
    9293  do 
    9394    case $V in 
    94       (h)  echo "Usage   : "${b_n} \ 
     95      (h)  x_h=${OPTARG}; 
     96                          echo "Usage   : "${b_n} \ 
    9597                " [-h] [-n name] [-m arch] [-j No] [-t tmpdir]"; 
    9698           echo " -h  : help"; 
     99                          echo " -h institute : specific help for consortium members"; 
    97100           echo " -n name : tool name, [-n help] to list existing tools"; 
    98101           echo " -m arch : choose compiler, [-m help] to list exiting compilers"; 
     
    105108                          printf "%s\n" "Available tools :" `ls ${TOOLS_DIR}|grep -v COMPILE | grep -v maketools`; 
    106109           echo ""; 
    107                           . ${COMPIL_DIR}/Flist_archfile.sh  ; 
     110                          . ${COMPIL_DIR}/Flist_archfile.sh  ${x_h}; 
    108111           echo ""; 
    109112           echo "Default : previous tool and compiler"; 
     
    140143#- Check if the tool or the compiler exist or list it 
    141144[ "${NEW_CONF}" == help ] && printf "%s\n"  "Available tools :" `ls ${TOOLS_DIR}|grep -v COMPILE | grep -v maketools` && exit 
    142 [ "${CMP_NAM}" ==  help ] && . ${COMPIL_DIR}/Flist_archfile.sh && exit 
     145[ "${CMP_NAM}" ==  help ] && . ${COMPIL_DIR}/Flist_archfile.sh all && exit 
    143146 
    144147#- When used for the first time, choose a compiler --- 
Note: See TracChangeset for help on using the changeset viewer.