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.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Nemesis

BSD License

Build status

  • Master: 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.

Release Notes

See CHANGES for a list of changes for recent releases.

Maintainer

  • Brad Aagaard, Geologic Hazards Science Center, U.S. Geological Survey, USA

About

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.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:Python 58.3%Language:C 27.7%Language:M4 8.6%Language:Makefile 2.9%Language:Shell 2.5%