Hello everyone, I’m quite new to OpenMC, and I’m facing a problem.I recently built a fairly large model of the reactor core and conducted several tests. There were absolutely no troubles with this, but now I’m constantly running into this problem with simplified chain:
chain = Chain.from_xml("/work/openmc_data/endfb-viii.0-hdf5/chain_endfb80_sfr(1).xml")
keep = ['Pu239']
small_chain = chain.reduce(keep, level=0)
No energy reported from OpenMC tallies. Do your HDF5 files have heating data?
Abort(1) on node 0 (rank 0 in comm 0): application called MPI_Abort(MPI_COMM_WORLD, 1) - process 0 openmc
What’s interesting, when I’m using chain that’s level 1 or above its completely ok. Can someone explain to me, how I can fix it? I’m using endfb data pack, and working in Docker on Windows11