Changes between Version 8 and Version 9 of doc/install/automatic


Ignore:
Timestamp:
Nov 22, 2018 11:48:21 AM (6 years ago)
Author:
knoop
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/install/automatic

    v8 v9  
    1111'''Note:''' This script is currently not able to deal with batch systems. Only local installation and interactive MPI execution is possible. For batch system support please consolidate the [wiki:doc/install/advanced advanced installation method].\\
    1212
    13 In case that the automatic installer has failed or cannot be used (e.g. on many supercomputer center systems), you need to adjust settings in the configuration file manually. \\
    14 
    15 If the automatic installer has run without problems, please switch to your working directory and check if the default configuration and parameter files have been generated
    16 {{{
    17    cd ~/palm/current_version
    18    ls -al
    19    ls -al JOBS/example_cbl/INPUT
    20 }}}
    21 You should see the default configuration file {{{.palm.config.default}}}. Furthermore, the parameter file {{{JOBS/example_cbl/INPUT/example_cbl_p3d}}} should also exist. This is a FORTRAN-NAMELIST file to define the simulation setup and to steer the PALM simulation. \\
     13If the automatic installer has run without problems, please switch to your working directory. You will find, that the default configuration and parameter files have been generated. You should see the default configuration file {{{.palm.config.default}}}. Furthermore, the parameter file {{{JOBS/example_cbl/INPUT/example_cbl_p3d}}} should also exist. This is a FORTRAN-NAMELIST file to define the simulation setup and to steer the PALM simulation. \\
    2214
    2315'''In case of problems with the installation, please check the [wiki:Help/FAQ#installation FAQ Installation Questions] first.'''
    2416
    2517== Known problems ==
    26 The installer may fail for various reasons, e.g. because of mismatches in the user's system configuration. Problems may appear if the user has installed more than one FORTRAN compiler, and/or if the NetCDF libraries have been generated with a different compiler than is used for compiling PALM. Furthermore, the automatic installer cannot be used on many larger computer systems where software (compilers, libraries) is managed via the {{{module}}} environment, or if you like to run batch jobs an a remote host. In all these cases, the user has to setup the configuration file manually.
     18The installer may fail for various reasons, e.g. because of mismatches in the user's system configuration. Problems may appear if the user has installed more than one FORTRAN compiler, and/or if the NetCDF libraries have been generated with a different compiler than is used for compiling PALM. Furthermore, the automatic installer cannot be used on many larger computer systems where MPI executions can only be run via a batch system. In all these cases, the user has to setup the configuration file manually.