Mentions légales du service

Skip to content

Mpi wait for all in ctx

Nathalie Furmento requested to merge mpi_wait_for_all_in_ctx into master

wait_for_all only waits for the current context, wait_for_all_in_ctx is needed to wait for another context indeed. It's trivial to add a starpu_mpi_wait_for_all_in_ctx that uses starpu_task_wait_for_all_in_ctx instead of starpu_task_wait_for_all

needs to be done

  • fortran interface
  • example to use the new function
  • nmad implementation

closes #53 (closed)

Edited by Nathalie Furmento

Merge request reports

Loading