Required tools and libraries¶
This table lists required dependencies for PISM alphabetically.
Required Library |
Comment |
---|---|
any recent version |
|
version \(\ge\) 3.7 |
|
version \(\ge\) 3.1 |
|
version \(\ge\) 1.15 |
|
any recent version |
|
version \(\ge\) 4.4 |
|
version \(\ge\) 3.7 |
|
any recent version |
Before installing these “by hand”, check sections Installing prerequisites on Debian or Ubuntu and Installing required libraries on macOS for specific how-to.
In particular, if multiple MPI implementations (e.g. MPICH and Open MPI) are installed then PETSc can under some situations “get confused” and throw MPI-related errors. Even package systems have been known to allow this confusion.
Note
We recommend un-installing all MPI libraries except one. In most cases there is no reason to have both Open MPI and MPICH, for example.
Optional libraries listed below are needed for certain PISM features, namely computing longitude, latitude coordinates of grid points and parallel I/O. These libraries are recommended, but not strictly required:
Optional Library |
Comment |
---|---|
version \(\ge\) 6.0 (used to compute longitude-latitude grid coordinates and cell bounds) |
|
Can be used for faster parallel I/O |
|
Can be used for faster parallel I/O |
Python is needed for the PETSc installation process; a number of PISM’s pre- and post-processing scripts also use Python (version 3.x), while Git is usually needed to download the PISM code.
PISM’s Python bindings support Python 3.3 and later 3.
The following Python packages are needed to do all the examples in the User’s Manual (which run Python scripts):
Library |
Comment |
---|---|
used in most scripts |
|
used in some scripts |
|
used in most scripts |
Footnotes
Previous | Up | Next |