@@ -442,7 +442,7 @@ static void run_cholesky_prio(starpu_data_handle_t **data_handles, int rank, int
}
- if (a%4==3)
+ if (a%(nblocks/8)==(nblocks/8)-1)
starpu_mpi_submit_checkpoint_template(*checkpoint_p, (int)(2*nblocks - a));
starpu_iteration_pop();