Skip to content

[parallel] Optimisation of usage of p_min and p_max

Yoann Audouin requested to merge optim_mpi_global_call into main

When multiple calls to p_min and p_max where made they were replaced by a unique call to p_min_array/p_max_array.

Also creating the function p_sum_array wiht the same interface as p_min_array

Merge request reports