Ignore:
Timestamp:
Oct 28, 2020, 10:28:24 AM (4 years ago)
Author:
Leopold Haimberger <leopold.haimberger@…>
Branches:
ctbto, dev
Children:
75db9b0
Parents:
697b8d0
Message:

Adaptations to allow for a system installation with separate user and system path. Updated documentation

File:
1 edited

Legend:

Unmodified
Added
Removed
  • Documentation/html/Documentation/Input/setup.html

    r08c9091 r47be2684  
    235235<tr class="row-even"><td><p>TARGET</p></td>
    236236<td><p>String</p></td>
    237 <td><p>local, ecgate, cca, ccb</p></td>
    238 <td><p>None</p></td>
    239 <td><p>Defines the flex_extract application mode to be used.  Local = local mode; ecgate = Remote or Gateway mode, cca or ccb = Remote or Gateway mode (HPC). Whether the local mode is for public or member state users doesn’t matter here.</p></td>
     237<td><p>local, syslocal, ecgate, cca, ccb</p></td>
     238<td><p>None</p></td>
     239<td><p>Defines the flex_extract application mode to be used.  Local = local mode; ecgate = Remote or Gateway mode, cca or ccb = Remote or Gateway mode (HPC). Whether the local mode is for public or member state users doesn’t matter here. Syslocal = seperates the executables and user application files during installation. Paths are selectable through INSTALLDIR and SYSINSTALLDIR</p></td>
    240240</tr>
    241241<tr class="row-odd"><td><p>MAKEFILE</p></td>
     
    275275<td><p>Root path where flex_extract should be installed. It will always be $HOME on ECMWF servers and if not set for the local mode, it will be the current flex_extract root path on local servers. </p></td>
    276276</tr>
    277 <tr class="row-odd"><td><p>JOB_TEMPLATE</p></td>
     277<tr class="row-odd"><td><p>SYSINSTALLDIR</p></td>
     278<td><p>String</p></td>
     279<td><p>a full path </p></td>
     280<td><p>None</p></td>
     281<td><p>This will be the same as INSTALLDIR if TARGET=local. Otherwise, the executable files are stored in this path. If it is choosen to be in a system path, don’t forget to start the script with admin rights. </p></td>
     282</tr>
     283<tr class="row-even"><td><p>JOB_TEMPLATE</p></td>
    278284<td><p>String</p></td>
    279285<td><p>installscript.template</p></td>
     
    281287<td><p>The rudimentary template file to create a batch job template for submission to ECMWF servers. Should not be changed because it is already optimised for ECMWF servers.  (Remote and Gateway mode)</p></td>
    282288</tr>
    283 <tr class="row-even"><td><p>CONTROLFILE</p></td>
     289<tr class="row-odd"><td><p>CONTROLFILE</p></td>
    284290<td><p>String</p></td>
    285291<td><p>any CONTROL file</p></td>
     
    402408              <span class="o">[</span>--ecuid ECUID<span class="o">]</span> <span class="o">[</span>--ecgid ECGID<span class="o">]</span> <span class="o">[</span>--gateway GATEWAY<span class="o">]</span>
    403409              <span class="o">[</span>--destination DESTINATION<span class="o">]</span> <span class="o">[</span>--installdir INSTALLDIR<span class="o">]</span>
     410              <span class="o">[</span>--sysinstalldir SYSINSTALLDIR<span class="o">]</span>
    404411              <span class="o">[</span>--job_template JOB_TEMPLATE<span class="o">]</span> <span class="o">[</span>--controlfile CONTROLFILE<span class="o">]</span>
    405412
     
    409416  -h, --help            show this <span class="nb">help</span> message and <span class="nb">exit</span>
    410417  --target INSTALL_TARGET
    411                         Valid targets: <span class="nb">local</span> <span class="p">|</span> ecgate <span class="p">|</span> cca , the latter two
     418                        Valid targets: syslocal <span class="p">|</span> <span class="nb">local</span> <span class="p">|</span> ecgate <span class="p">|</span> cca , the latter two
    412419                        are at ECMWF <span class="o">(</span>default: None<span class="o">)</span>
    413420  --makefile MAKEFILE   Name of makefile to compile the Fortran
     
    423430                        Root directory where flex_extract will be installed
    424431                        to. <span class="o">(</span>default: None<span class="o">)</span>
     432  --sysinstalldir SYSINSTALLDIR
     433                        System installation path<span class="p">;</span> where executables are
     434                        stored. <span class="o">(</span>default: None<span class="o">)</span>
    425435  --job_template JOB_TEMPLATE
    426436                        The rudimentary template file to create a batch job
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG