Skip to content

Reproducible summation of floating point arrays

Stéphane Del Pino requested to merge feature/reproductible-sums into develop

Array sums are reproducible whichever

  • the array ordering is
  • the number of processors is
  • the number of threads is

To use classic sums one can use the --no-reproducible-sums option the default behavior is reproducible summations.

Also merged feature/new_mpi_com_pugs which is used for code coupling

Merge request reports