Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
add smpi_execute_flops_benched call
[simgrid.git] / src / smpi / bindings / smpi_f77.cpp
index 86e43b5..dd7fd9a 100644 (file)
@@ -983,6 +983,10 @@ void smpi_execute_flops_(double* flops){
   smpi_execute_flops(*flops);
 }
 
+void smpi_execute_flops_benched_(double* flops){
+  smpi_execute_flops_benched(*flops);
+}
+
 void smpi_execute_(double* duration){
   smpi_execute(*duration);
 }