Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
resolve conflict
[simgrid.git] / src / smpi / smpi_mpi_dt.c
index cd0f586..29843af 100644 (file)
@@ -1616,7 +1616,7 @@ void smpi_op_apply(MPI_Op op, void *invec, void *inoutvec, int *len,
                    MPI_Datatype * datatype)
 {
   if(smpi_privatize_global_variables){ //we need to switch here, as the called function may silently touch global variables
-    XBT_VERB("Applying operation, switch to the right data frame ");
+    XBT_DEBUG("Applying operation, switch to the right data frame ");
     smpi_switch_data_segment(smpi_process_index());
   }