Changes between Version 5 and Version 6 of doc/install/automatic


Ignore:
Timestamp:
Nov 20, 2018 11:49:53 AM (6 years ago)
Author:
scharf
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/install/automatic

    v5 v6  
    99
    1010The script will guide you through the installation process. Don't forget do load all required software modules (compile environment, MPI, NetCDF, FFTW, etc.) in advance, if applicable. As the installation script is still in beta, you may encounter problems. Please let us know, so we can further improve it.\\
    11 '''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].\\\\
     11'''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].\\
     12
     13In 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
     15If 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}}}
     21You 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. \\
     22
    1223'''In case of problems with the installation, please check the [wiki:Help/FAQ#installation FAQ Installation Questions] first.'''
    13