Browse Source

rebidouille

Romain LION 5 years ago
parent
commit
a6bd4c02e1
1 changed files with 1 additions and 0 deletions
  1. 1 0
      mpi/src/mpi_failure_tolerance/starpu_mpi_checkpoint.c

+ 1 - 0
mpi/src/mpi_failure_tolerance/starpu_mpi_checkpoint.c

@@ -160,6 +160,7 @@ int starpu_mpi_submit_checkpoint_template(starpu_mpi_checkpoint_template_t cp_te
 	current_instance = increment_current_instance();
 //	if (current_instance>3)
 //		starpu_task_wait_for_all();
+	fprintf(stderr, "Node %d submitting CP inst %d\n", _my_rank, current_instance);
 	_starpu_mpi_checkpoint_post_cp_discard_recv(cp_template);
 	_starpu_mpi_checkpoint_template_create_instance_tracker(cp_template, cp_template->cp_id, cp_template->checkpoint_domain, current_instance);
 	//TODO check what happens when all the ack msg are received when we arrrive here.