-
To keep the CI concise we can make use of the openmc docker image that includes dagmc.
The trouble is that this docker image currently uses an older version of python and we need minimum python 3.1…
-
The Dockerfile is located in the CI folder but designed to be built when the current working directory is the root repository folder. The are COPY commands in the dockerfile that need the file to be r…
-
## Reason
New machine coming to INL, let's make sure we know how to build Cardinal on it.
## Design
Add Bitterroot as a system to Cardinal's HPC documents.
## Impact
Better user experience.
-
Just to mention I've starting a rewrite of paramak and am starting from scratch.
There are several reasons for this but the main few are
- First I'm better at programming now and can do a much b…
-
Increasing the maximum number of surface crossings to be larger than the number of particles transported reveals an issue with the way the bounding surfaces are set up in nwl_transport() currently. Fo…
-
Arrow is [trying](https://github.com/apache/arrow/pull/13991) to move to C++17 upstream, and running into problems because their environment resolution still pulls in a very old abseil. It looks like …
-
The current install process is a bit messy with a mix of conda and pip
Lets make a conda install and make it easier for people to get started
There are a few how to guides e.g.
https://medium.c…
-
pymoab seems to be a problem wrt installation. It would make sense therefore to bypass that and go directly through h5py, which is more readily available (and an OpenMC dep. anyway so we would likely …
-
When the alpha version is released for use in the group, it would be beneficial to have an experienced python user refactor and tidy the code from its current state.
- Identify areas where code refac…
-
I created a new conda environment to install the plotter (two actually, see below) and both fail to launch the plotter (two different errors). In each case below, I mamba install openmc and pip instal…