Difference between revisions of "OpenMOC"
Jump to navigation
Jump to search
(Created page with "OpenMOC was build with default parameters, that is using [https://mit-crpg.github.io/OpenMOC/usersguide/install.html single precision]. Let the admins know if you need double...") |
|||
Line 3: | Line 3: | ||
Load the module: <code>module load openmoc</code> | Load the module: <code>module load openmoc</code> | ||
− | Use | + | Use OpenMOC in your python script: <code>import openmoc</code> |
For documentation, see the [https://mit-crpg.github.io/OpenMOC OpenMOC website]. | For documentation, see the [https://mit-crpg.github.io/OpenMOC OpenMOC website]. |
Latest revision as of 22:31, 13 January 2015
OpenMOC was build with default parameters, that is using single precision. Let the admins know if you need double precision.
Load the module: module load openmoc
Use OpenMOC in your python script: import openmoc
For documentation, see the OpenMOC website.