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

source: branches/2015/dev_r5092_CNRS18_TRUST/NEMOGCM/TRUST/trusting_help.txt @ 5788

Last change on this file since 5788 was 5788, checked in by nicolasmartin, 8 years ago

dev_r5092_CNRS18_TRUST Several enhancements (global variables rename, notification mail object, add job performances, templates description, script to install new minimal branch to test) to improve accessibility for NEMO users & bugfixes (tar creation, modulefiles)

File size: 1.5 KB
Line 
1Usage: ./trusting.sh -m $ARCH -u $USER [OPTIONS]
2Launch trusting test on $ARCH machine from $USER installation
3Example: './trusting.sh -m X64_CURIE -u romr005 -p -b nemo_v3_6_STABLE'
4
5Mandatory (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)         
9
10Other options (modify default settings)
11SVN 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
18
19NEMO 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      " "     
23
24Compiling & computation:
25    -j,--job         Number of processes for compiling
26    -t,--time        Timeout for computation (s)
27
28Output 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)
Note: See TracBrowser for help on using the repository browser.