Bläddra i källkod

complete prio def

Romain LION 5 år sedan
förälder
incheckning
43c3962f34
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      mpi/include/starpu_mpi_ft.h

+ 1 - 1
mpi/include/starpu_mpi_ft.h

@@ -57,7 +57,7 @@ static int starpu_mpi_checkpoint_template_register(starpu_mpi_checkpoint_templat
 static int starpu_mpi_checkpoint_template_create(starpu_mpi_checkpoint_template_t* cp_template, int cp_id, int cp_domain) {return 0;}
 static int starpu_mpi_checkpoint_template_add_entry(starpu_mpi_checkpoint_template_t* cp_template, ...) {return 0;}
 static int starpu_mpi_checkpoint_template_freeze(starpu_mpi_checkpoint_template_t* cp_template) {return 0;}
-static int starpu_mpi_submit_checkpoint_template(starpu_mpi_checkpoint_template_t cp_template) {return 0;}
+static int starpu_mpi_submit_checkpoint_template(starpu_mpi_checkpoint_template_t cp_template, int prio) {return 0;}
 static int starpu_mpi_ft_turn_on(void) {return 0;}
 static int starpu_mpi_ft_turn_off(void) {return 0;}
 static int _starpu_mpi_checkpoint_template_print(starpu_mpi_checkpoint_template_t cp_template) {return 0;}