Conversation
…enMC apptainer doesn't contain watts
|
I should comment that there is an issue stemming from what I mentioned in #41. We should consider this PR incomplete at this point. |
|
This issue has actually been resolved, it turns out that #41 was actually a non-issue, it's just that the ordering of print statements when toggling show_stdout = True made some statements print out of order. |
|
Ready for review @BotrosHanna-INL. |
|
Hi Sam,
+I want to raise a question about the performance benefit for depletion cases. In
Thank you for your contribution Botros |
|
Hi Botros! I was able to get the depletion to run without the code crashing though these were only tested with Regarding your question about the code running faster. It seems that the passing MPI args is useful insofar as the initial k-eff calculation, but then the calculation becomes bottle-necked from the depletion which I found to be the case as well. I think I'd like to make a better solution for this, by essentially breaking the problem up into two steps, where Separately, I'm also wondering what the purpose of the initial Thanks for the feedback! Best, |
Resolves #36, mpi support enabled for each example. Example shell script for job submission in INL HPC also provided.