Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Do the same as before to replay traces with SMPI, but one layer lower.
[simgrid.git] / include / smpi / smpi.h
index 0a4152e..9d08843 100644 (file)
@@ -462,5 +462,10 @@ XBT_PUBLIC(int) MAIN__(void);
 
 XBT_PUBLIC(int) smpi_process_index(void);
 
+/* Trace replay specific stuff */
+XBT_PUBLIC(void) smpi_replay_init(int *argc, char***argv);
+XBT_PUBLIC(void) smpi_action_trace_run(char *);
+XBT_PUBLIC(int) smpi_replay_finalize(void);
+
 SG_END_DECL()
 #endif