Joanna Piper Morgan

Results 21 issues of Joanna Piper Morgan

Are there any current plans to support [`numpy.ndarray`](https://numpy.org/doc/stable/reference/generated/numpy.ndarray.html) functionality with numba-mpi? If not how difficult would it be to implement? I work with a Monte Carlo neutronics package called [mc/dc](https://github.com/CEMeNT-PSAAP/MCDC)...

So in the OSU CI machine cretin numba problems would copmile but fail to run. This happened on a number of the regression tests as well that where passing in...

hpc

Adding more documentation to various parts of MC/DC t - [ ] Doc-strings to all internal functions as well as the user API functions - [ ] Chapters on the...

documentation

`object mode` has a large set of issues that forces MC/DC to crash. Removing `object mode` from anywhere possible is important as we do larger runs. Removing it from places...

bug
hpc

# Unknown behaviors and bugs of new cache feature - `cache` work flows before sending to MPI ranks - Size of saved `cache` growing unbounded - cache requiring recompilation for...

bug

As we start to integrate more advanced hybrid methods on the GPU we are finding that [most numpy functions]() are not supported on the GPU. I think we have two...

# The situation harmonize-integration which really was more of the of the GPU develop branch had fallen significantly behind `main`. @braxtoncuneo started the merge and successfully got all kernels compiled,...

bug

Optimizations for how cross section data, tally meshes, and cells are stored. Right now with the `np.ndarry` the size of allocated memory for each item is that of the largest...

enhancement

Cell detectors are how most users actually tally information. Like [MCNP here](https://www.mne.k-state.edu/~jks/MCNPprmr.pdf) page 18.

enhancement

Initially this needs to be union, intersection and difference operations for OpenMC->MC/DC input converter. Some tracking operations will be needed for a particle in a cell among potentially others

enhancement