CEMeNT-PSAAP / MCDC

MC/DC: Monte Carlo Dynamic Code
https://mcdc.readthedocs.io/en/latest/
BSD 3-Clause "New" or "Revised" License
20 stars 20 forks source link

Remove bilinear source tilting and Davidson's method #199

Closed spasmann closed 3 months ago

spasmann commented 3 months ago

Removing these features for maintainability.

ilhamv commented 3 months ago

The failing test looks like it's caused by a race condition caused by checking the answer inside input.py (which is done by the MPI processes).

What do you think, @clemekay ?

ilhamv commented 3 months ago

I'm going to merge this PR and make a follow-up PR to fix the regression test. Thanks, @spasmann! (Gotta remember this PR #199, particularly in the case in the future we need the help of a bi-linear tilted iQMC.)