Sigfrid Stjärnholm
Sigfrid Stjärnholm
@gridley I'm glad I'm not the only one with the same problem :-) In my case, I am setting `diff_burnable_mats=True` in the call to `openmc.deplete.CoupledOperator`, not in the call to...
I have gotten `openmc.deplete` to work on my M1 MBP for `OpenMC` version 0.14.0, with ```bash CC=/opt/homebrew/opt/llvm/bin/clang CXX=/opt/homebrew/opt/llvm/bin/clang++ LDFLAGS=-L/usr/local/lib cmake -DCMAKE_INSTALL_PREFIX=$HOME/openmc .. ``` for `OpenMP`, and ```bash HDF5_ROOT=/opt/homebrew CXX=/opt/homebrew CC=/opt/homebrew/opt/llvm/bin/clang...