openmc-dev / plotter

Native plotting GUI for model design and verification
MIT License
46 stars 18 forks source link

Adding option to set number of threads when opening the plotter #97

Closed pshriwise closed 2 years ago

pshriwise commented 2 years ago

Adding an option to set the number of threads OpenMC will use when starting the plotter. Got tired of having to set and reset OMP_NUM_THREADS to do this. Used the same CML flags as the openmc executable for consistency.