|
@@ -179,7 +179,7 @@ int starpu_mpi_submit_checkpoint_template(starpu_mpi_checkpoint_template_t cp_te
|
|
|
_starpu_mpi_irecv_cache_aware(*handle, starpu_mpi_data_get_rank(*handle), starpu_mpi_data_get_tag(*handle), MPI_COMM_WORLD, 1, 0,
|
|
|
NULL, NULL, &_starpu_data_release_cb, (void*)arg->handle, 1, 0, 1);
|
|
|
// The callback needs to do nothing. The cached one must release the handle.
|
|
|
- starpu_data_dup_ro(&arg->copy_handle, arg->handle, 1, NULL, NULL);
|
|
|
+ starpu_data_dup_ro(&arg->copy_handle, arg->handle, 1);
|
|
|
starpu_data_acquire_cb(arg->copy_handle, STARPU_R, _starpu_mpi_store_data_and_send_ack_cb, arg);
|
|
|
// The callback need to store the data and post ack send.
|
|
|
}
|