|
@@ -178,6 +178,8 @@ int starpu_mpi_submit_checkpoint_template(starpu_mpi_checkpoint_template_t cp_te
|
|
|
arg->cache_flag = 0;
|
|
|
arg->msg.checkpoint_id = cp_template->cp_id;
|
|
|
arg->msg.checkpoint_instance = current_instance;
|
|
|
+ if (arg->msg.checkpoint_instance>3)
|
|
|
+ fprintf(stderr, "arg->msg.checkpoint_instance:%d\n", arg->msg.checkpoint_instance);
|
|
|
if (item->backupped_by != -1)
|
|
|
{
|
|
|
cpy_ptr = malloc(item->count);
|