geodynamics / nemesis

Nemesis is required for PyLith. Nemesis simply installs a pair of Python interpreters ('nemesis' and 'mpinemesis') which incorporate MPI and include Pythia's "_mpi" module.
BSD 3-Clause "New" or "Revised" License
0 stars 0 forks source link

Nemesis

BSD License

Build status

Description

This is the Computational Infrastructure for Geodynamics (CIG) fork of nemesis originally written by Michael Aivazis (California Institute of Technology).

Nemesis provides Python with an interface to the Mesasge Passing Interface. The nemesis executable comes in two forms:

nemesis: Python linked to the MPI library but without initialization of MPI. mpinemesis: Python linked to the MPI library with initialization of MPI.

Main page: https://geodynamics.org/cig/software/nemesis

Release Notes

See CHANGES for a list of changes for recent releases.

Maintainer