Ignore:
Timestamp:
May 27, 2020, 8:01:54 PM (4 years ago)
Author:
Petra Seibert <petra.seibert [at) univie.ac.at>
Branches:
master, ctbto, dev
Children:
550435b
Parents:
a14839a
Message:

Language corrections for the Sections Developers, Support, Changelog, and the home directory (index.html)

further improvment of documentation, close to final

File:
1 edited

Legend:

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

    rb1674ed rf20342a  
    11********************************************
    2 The Compilation Jobscript ``compilejob.ksh``
     2The compilation job script ``compilejob.ksh``
    33********************************************
    44
    5 The compilejob 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 ``compilejob.template`` in the template directory.
    66
    7 ``Flex_extract`` uses the python package `genshi <https://genshi.edgewall.org/>`_ to generate
     7``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.
    99These individual parameters are marked by a doubled ``$`` sign in ``job.temp``.
    1010
    11 The jobscript has a number of settings for the batch system which are fixed and differentiates between the *ecgate* and the *cca/ccb*
     11The job 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
     
    1919------------------------------------
    2020
    21  #. It sets necessary batch system parameters
     21 #. It sets the necessary batch-system parameters
    2222 #. It prepares the job environment at the ECMWF servers by loading the necessary library modules
    23  #. It sets some environment variabels for the single session
     23 #. It sets some environment variables for the single session
    2424 #. It creates the ``flex_extract`` root directory in the ``$HOME`` path of the user
    25  #. It untars the tar-ball into the root directory.
    26  #. It compiles the Fortran programs's ``Makefile``.
    27  #. At the end it checks if the script returned an error or not and send the log file via email to the user.
     25 #. It untars the tarball into the root directory.
     26 #. It compiles the Fortran program using ``Makefile``.
     27 #. At the end, it checks whether the script has returned an error or not, and emails the log file to the user.
    2828
    2929
Note: See TracChangeset for help on using the changeset viewer.
hosted by ZAMG