Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Make functions public, they are need by macros SMPI_SAMPLE_{DELAY,FLOPS}.
[simgrid.git] / src / smpi / smpi_bench.c
index d87320e..cc313b7 100644 (file)
@@ -138,7 +138,7 @@ void smpi_execute_flops(double flops) {
   simcall_host_execution_wait(action);
 }
 
-static void smpi_execute(double duration)
+void smpi_execute(double duration)
 {
   if (duration >= smpi_cpu_threshold) {
     XBT_DEBUG("Sleep for %g to handle real computation time", duration);