Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Rollback - the java code should make a THROWF call - adrien
[simgrid.git] / src / smpi / smpi_base.c
index 15ca609..3ea6ac2 100644 (file)
@@ -190,7 +190,7 @@ static double smpi_or(double size)
   return current;
 }
 
-double smpi_wtime(){
+double smpi_mpi_wtime(){
   double time;
   if (smpi_process_initialized() && !smpi_process_finalized() && !smpi_process_get_sampling()) {
     smpi_bench_end();