Skip to content

Latest commit

 

History

History
7 lines (7 loc) · 322 Bytes

README.md

File metadata and controls

7 lines (7 loc) · 322 Bytes

OpenMC setup for dummies

To set up OpenMC, download the openmc-setup.sh executable and place it in a convenient directory where you would want the code installed (along with cross-section libraries). Then execute the following two commands,

 $ chmod +x openmc-setup.sh
 $ ./openmc-setup.sh

Done!