|
@@ -334,14 +334,14 @@ void _starpu_mpi_coop_sends_build_tree(struct _starpu_mpi_coop_sends *coop_sends
|
|
|
void _starpu_mpi_coop_send(starpu_data_handle_t data_handle, struct _starpu_mpi_req *req, enum starpu_data_access_mode mode, int sequential_consistency);
|
|
|
|
|
|
/* Actually submit the coop_sends bag to MPI.
|
|
|
- * At least one of submit_redirects or submit_data is true.
|
|
|
+ * At least one of submit_control or submit_data is true.
|
|
|
* _starpu_mpi_submit_coop_sends may be called either
|
|
|
* - just once with both parameters being true,
|
|
|
- * - or once with submit_redirects being true (data is not available yet, but we
|
|
|
- * can send the redirects), and a second time with submit_data being true. Or
|
|
|
+ * - or once with submit_control being true (data is not available yet, but we
|
|
|
+ * can send control messages), and a second time with submit_data being true. Or
|
|
|
* the converse, possibly on different threads, etc.
|
|
|
*/
|
|
|
-void _starpu_mpi_submit_coop_sends(struct _starpu_mpi_coop_sends *coop_sends, int submit_redirects, int submit_data);
|
|
|
+void _starpu_mpi_submit_coop_sends(struct _starpu_mpi_coop_sends *coop_sends, int submit_control, int submit_data);
|
|
|
|
|
|
void _starpu_mpi_submit_ready_request_inc(struct _starpu_mpi_req *req);
|
|
|
void _starpu_mpi_request_init(struct _starpu_mpi_req **req);
|