CEMeNT-PSAAP/MCDC

Numba does not reproduce Python results

Opened this issue · 1 comments

Numba does not reproduce the Python result for cooper2 in the regression test. The difference comes only from work index 17 (idx_work == 17 in loop.py). The issue only shows up if run with the original problem reflective BCs AND mcdc.implicit_capture.

The current, temporary, "fix" is to turn off the implicit capture.

The recommended action is to locate the issue by following all tally scorings happening in the said work index.

The issues showed up in #186. I'll get back to it when it is time to merge the optimizations.