-
Notifications
You must be signed in to change notification settings - Fork 3
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add example usage of the paramak_build python package #368
base: master
Are you sure you want to change the base?
Conversation
@kevinm387 can you clear the outputs of the notebook when you commit it :)? |
@kevinm387 thank you for sharing the notebook. This is very useful!! I would suggest we move these two files in the https://github.com/ProjectTorreyPines/paramak_build repository Once that's done I'd like to be able for someone else in the team to replicate the results. How hard would that be? Is there some documentation about how to setup the environment correctly? Where do you run the notebook? is it on OMEGA? Thanks again! |
Ok, I moved the example to the paramak_build repo. My thinking behind having it here was to make it more visible, as several examples exist in paramak_build already. But you're right, it still probably makes more sense to have it in that repository. I also added some install instructions to the readme in that repo, as well as a link to this new example. Using conda or mamba, the environment can be set up in 3 or 4 commands, though it's a little ugly. The better way would be to set up a conda recipe. Do we want to do that? Currently I usually run this on my local machine, but it should be fine to run on Omega also. |
I tried the following
but it's not working for me
thoughts? |
It appears to be an issue that there is no CONDA recipe for OSX systems (Intel nor ARM). I tried the following on OMEGA, which seems to work (note that in your instructions you had
@kevinm387 can you update the documentation accordingly? I still need to try running the notebook to confirm everything works. |
Apologies! That mistake is now corrected. Also, for some reason, that first The install process and example notebook now run fine for me with these commands. Please let me know if you run into any other issues or see anything weird! |
I'm adding an example to the workflows section about how to use the paramak_build Python package. This package takes a JSON file of the FUSE dd, and creates 3D CAD models and Monte Carlo neutronics models for OpenMC or MCNP. The motivation is to have it more widely known that we have these capabilities using FUSE outputs.
Let me know if there's anything else I should add, or whether this belongs somewhere else. Thanks!