Changes between Version 96 and Version 97 of doc/install


Ignore:
Timestamp:
Nov 22, 2018 3:29:26 PM (5 years ago)
Author:
knoop
Comment:

--

Legend:

Unmodified
Added
Removed
Modified
  • doc/install

    v96 v97  
    4949 7. SSH/SCP-connectivity to and from the remote host must not be blocked by a firewall and needs to be password-less using an SSH-key.
    5050
     51'''Note:''' If you are using a Linux Distribution which is related to Ubuntu 16.04 or newer, you are lucky. The following command will install all PALM requirements on your system:
     52{{{
     53#!sh
     54apt-get install subversion cmake gfortran mpich libmpich-dev libnetcdff-dev netcdf-bin libfftw3-dev python3-pip
     55}}}
     56
     57
    5158'''Very important:''' It is essential that your NetCDF and MPI library has been built with the same Fortran compiler that is used to compile PALM. Furthermore, in case of a NetCDF4 library with parallel I/O support, the NetCDF library needs to be build with the same MPI library as used for compiling PALM.
    5259