Ignore:
Timestamp:
Jul 8, 2020, 10:00:37 PM (4 years ago)
Author:
anphi <anne.philipp@…>
Branches:
master, ctbto, dev
Children:
e0005c9
Parents:
8a53342
Message:

Update Onlinedocumentation after review of language editing

File:
1 edited

Legend:

Unmodified
Added
Removed
  • For_developers/Sphinx/Source/Documentation/Input/compilejob.rst

    r8a53342 r6931f61  
    1 *********************************************
     1*************************************************
    22The compilation job script ``compilejob.ksh``
    3 *********************************************
     3*************************************************
    44
    5 The compile job is a Korn-shell script which will be created during the installation process for the application modes **remote** and **gateway** from a template called ``compilejob.template`` in the template directory.
     5The compile job is a Korn-shell script which will be created during the installation process for the application modes **remote** and **gateway** from a template called ``installscript.template`` in the template directory.
    66
    77``Flex_extract`` uses the Python package `genshi <https://genshi.edgewall.org/>`_ to generate
    88the Korn-shell script from the template files by substituting the individual parameters.
    9 These individual parameters are marked by a doubled ``$`` sign in ``job.temp``.
     9These individual parameters are marked by a doubled ``$`` sign in ``installscript.template``.
    1010
    11 The job script has a number of settings for the batch system which are fixed, and it differentiates between the *ecgate* and the *cca/ccb*
     11The compilation script has a number of settings for the batch system which are fixed, and it differentiates between the *ecgate* and the *cca/ccb*
    1212server system to load the necessary modules for the environment when submitted to the batch queue.
    1313
     
    2424 #. It creates the ``flex_extract`` root directory in the ``$HOME`` path of the user
    2525 #. It untars the tarball into the root directory.
    26  #. It compiles the Fortran program using ``Makefile``.
     26 #. It compiles the Fortran program using ``makefile``.
    2727 #. At the end, it checks whether the script has returned an error or not, and emails the log file to the user.
    2828
     
    6767      *ecg*)
    6868      module unload grib_api
    69       module unload eccodes
    70       module unload python
    7169      module unload emos
    7270      module load python3
    73       module load eccodes/2.12.0
     71      module load eccodes
    7472      module load emos/455-r64
    7573      export FLEXPART_ROOT_SCRIPTS=${HOME}
     
    7775      ;;
    7876      *cca*)
    79       module unload python
    8077      module switch PrgEnv-cray PrgEnv-intel
    8178      module load python3
    82       module load eccodes/2.12.0
    83       module load emos
     79      module load eccodes
     80      module load emos/455-r64
    8481      echo ${GROUP}
    8582      echo ${HOME}
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG