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 5799 for branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/trusting_help.txt – NEMO

Ignore:
Timestamp:
2015-10-16T16:38:37+02:00 (9 years ago)
Author:
nicolasmartin
Message:

dev_r5092_CNRS18_TRUST Establishing common environment for installing & running trusting, consolidation of scripts & continuation of templates & help section improvments

File:
1 edited

Legend:

Unmodified
Added
Removed
  • branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/trusting_help.txt

    r5788 r5799  
    1 Usage: ./trusting.sh -m $ARCH -u $USER [OPTIONS] 
    2 Launch trusting test on $ARCH machine from $USER installation 
    3 Example: './trusting.sh -m X64_CURIE -u romr005 -p -b nemo_v3_6_STABLE' 
     1Usage: ./trusting.sh        -u $USER -m $ARCH [OPTIONS] 
     2       ./install_new_branch -u $USER -m $ARCH [OPTIONS] 
    43 
    5 Mandatory (default settings): 
    6     Files to source in ./config ($ARCH.cfg & $USER.cfg) 
    7     -m,--machine     Architecture environment (compilation & computation settings) 
    8     -u,--user        User             ""      (NEMO & XIOS installation)          
     4./trusting.sh            Launch trusting test on $ARCH machine from $USER installation 
     5./install_new_branch     Install new branch in $USER installation for trusting test on $ARCH machine 
    96 
    10 Other options (modify default settings) 
    11 SVN working copy: 
    12     -b,--branch        SVN branch name to test (trunk|nemo_v3_6_STABLE|...) 
    13     -v,--version     Action on working copy ('status' by default) 
    14                '{'YYYY-MM-DD'}' Update to revision available at this date 
    15                [0-9]*              ""   "" revision number 
    16                HEAD|up|update     ""   "" last revision 
    17                st|status    Show differences with repository 
     7Examples: `./trusting.sh        -u romr005 -m X64_CURIE -p -b nemo_v3_6_STABLE` 
     8          `./install_new_branch -u romr005 -m X64_ADA   -w $HOME/NEMO         ` 
    189 
    19 NEMO configuration: 
    20     -a,--archive     Forcing input files archive to extract downloaded from ESGF/DODS server  
    21     -n,--new_conf    Testing   configuration created in ./CONFIG 
    22     -r,--ref_conf    Reference      " "      
     10Mandatory 
     11    Default settings to source in ./config, templates (arch_template.cfg & user_template.cfg) 
     12    -m,--machine      Architecture environment (compilation & computation settings) 
     13    -u,--user         User             ""      (NEMO & XIOS installation)         
    2314 
    24 Compiling & computation: 
    25     -j,--job         Number of processes for compiling 
    26     -t,--time        Timeout for computation (s) 
    2715 
    28 Output control: 
    29     -d,--debug       Verbose output for debugging purpose (`set -vx`) 
    30     -e,--email       Email trusting digest report to following addresses only on failure 
    31     -h,--help        Print this help & exit 
    32     -p,--prod        Production mode (append trusting logfile) 
     16Options (modify default settings) 
     17SVN 
     18    -b,--branch         Branch name in working directory ('trunk'|'nemo_v3_6_stable'|...) 
     19    -v,--version      Action on working copy ('status' by default) 
     20                 '{'YYYY-MM-DD'}'  Update to revision available at this date 
     21                 [0-9]*        ""   ""    ""    number 
     22                 HEAD|up|update      ""   "" last revision 
     23                 st|status      Show differences with repository 
     24    -w,--workdir      Installation directory for testing branches 
     25 
     26Inputs 
     27    -a,--archive      Forcing input files archive to extract, if void it will copy all files from given folder (see next line) 
     28    -f,--forcdir      Path to your personal folder of forcing inputs 
     29 
     30Testing configuration 
     31    -n,--new_conf     Testing   configuration folder created in ./CONFIG 
     32    -r,--ref_conf     Reference      " "      for trusting test 
     33 
     34Compiling & computation 
     35    -j,--job          Number of processes for compiling 
     36    -t,--time         Timeout for computation (s) 
     37 
     38Trusting output 
     39    -d,--debug        Verbose output for debugging purpose (`set -vx`) 
     40    -e,--email        Email trusting digest report to following addresses only on failure 
     41    -h,--help         Print this help & exit 
     42    -p,--prod         Production mode (append trusting logfile) 
Note: See TracChangeset for help on using the changeset viewer.