Changes between Version 96 and Version 97 of doc/install
- Timestamp:
- Nov 22, 2018 3:29:26 PM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
doc/install
v96 v97 49 49 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. 50 50 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 54 apt-get install subversion cmake gfortran mpich libmpich-dev libnetcdff-dev netcdf-bin libfftw3-dev python3-pip 55 }}} 56 57 51 58 '''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. 52 59