Skip to content

NSSAC/SIMBA_Driver

Repository files navigation

Documentation Status

SIMBA Driver

SIMBA is a framework for performing multi-scale simulations in an HPC environment. Each simulation step can involve multiple modules which update the current state of the system. The order and the frequency in which these modules are executed is handled by a flexible scheduler.

Obtain Code

git clone https://github.com/NSSAC/SIMBA_driver.git

Development Mode: To install all requirements and execute SIMBA directly from the source code. Please execute in the top code directory:

pip install -e .

Install

Linux and MacOS X

System wide installation

sudo pip install simbaDriver

User local installation

pip install simbaDriver --user

Windows

System installation (Instructions on how to run a console as administrator)

pip install simbaDriver

User local installation (not recommeded as the script path is not in the search PATH)

pip install simbaDriver --user

About

Driving component for the SIMBA system.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages