Skip to content

Latest commit

 

History

History
30 lines (20 loc) · 1.41 KB

README.md

File metadata and controls

30 lines (20 loc) · 1.41 KB

MuPIF

MuPIF is modular, object-oriented integration platform allowing to create complex, distributed, multiphysics simulation workflows across the scales and processing chains by combining existing simulation tools.

Build Status codecov PyPI version

Project website

http://www.mupif.org

Prerequisites

MuPIF requires the python interpreter, version 3.2 or newer. It has been tested on Linux / Windows systems. Network communication relies on Pyro4 module.

Installation

There are two options for MuPIF installation.

  • The first, recommended one, relies on Python Package Index (run as pip3 or pip)
    • For system wide installation (needs admin privilegies): pip3 install mupif
    • Fou user space installation: pip3 install mupif --user

The second option relies on the most advanced version on github git clone https://github.com/mupif/mupif.git mupif.git

License

MuPIF has been developped at Czech Technical University by Borek Patzak and coworkers and is available under GNU Library or Lesser General Public License version 3.0 (LGPLv3).

Further information

Please consult MuPIF home page (http://www.mupif.org) for additional information.