Mpi wait for all in ctx
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