dear all,
does anyone khow what happened with this and what should i do ?
thx,
nurul
Hi Nurul,
It looks like you were trying to run a depletion calculation which seems to have aborted, taking down the Jupyter notebook with it. This can happen because of the way that depletion works; rather than calling an external subprocess, it loads the OpenMC shared library in the memory space of the current (Jupyter) process. What I would suggest is writing a script with the same commands that you have in your Jupyter notebook and try running it from the command line. This might give you a little more information about what’s happening.
Best regards,
Paul