|
@@ -86,8 +86,6 @@ starpu_mpi_checkpoint_template_t* checkpoint_p;
|
|
|
int backup_function(int rank)
|
|
int backup_function(int rank)
|
|
|
{
|
|
{
|
|
|
return (rank+1)%_nodes;
|
|
return (rank+1)%_nodes;
|
|
|
-
|
|
|
|
|
-// return (x%dblockx)+(y%dblocky)*dblockx;
|
|
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
@@ -355,7 +353,7 @@ static void run_cholesky_antidiagonal(starpu_data_handle_t **data_handles, int r
|
|
|
0);
|
|
0);
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
- q(*checkpoint_p);
|
|
|
|
|
|
|
+ starpu_mpi_submit_checkpoint_template(*checkpoint_p);
|
|
|
starpu_iteration_pop();
|
|
starpu_iteration_pop();
|
|
|
}
|
|
}
|
|
|
|
|
|