Skip to content

Fix mpi kl

Reimar H Leike requested to merge fix_mpi_kl into NIFTy_5

calling MPI_KL.init lead to the numpy random seed being different for every task. This is problematic especially when working with the new preconditioner, as this causes desyncs.

Merge request reports