kozmad / openmc_install_scripts

Location for automized script that install openmc and dependencies

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Build status

openmc_install_scripts

This is a set of script that are intended to help with installation of OpenMC with its DAGMC-backend and its dependencies.

To install to some given location do:

 ./install-all.sh --prefix=<path>

It is assumed that the installing user has permission to write files at the installing location. The most stable way of handling installation at present is to install to a python venv. Like so:

 python -m venv <path>
 source <path>/bin/activate
 ./install-all.sh --prefix=<path>

This will put all the required libraries etc in that location and ensure the python modules are present.

About

Location for automized script that install openmc and dependencies

License:BSD Zero Clause License


Languages

Language:Shell 97.1%Language:Python 2.9%