]> AND Public Git Repository - simgrid.git/blobdiff - src/smpi/colls/allgather/allgather-ompi-neighborexchange.cpp
Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Update copyright lines for 2022.
[simgrid.git] / src / smpi / colls / allgather / allgather-ompi-neighborexchange.cpp
index d3fc3590b4e36afde94af5f44adc615895f86176..b81517dcc707366d54110d5b7bc4e3c167d28de6 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2013-2021. The SimGrid Team.
+/* Copyright (c) 2013-2022. The SimGrid Team.
  * All rights reserved.                                                     */
 
 /* This program is free software; you can redistribute it and/or modify it
@@ -87,8 +87,8 @@ allgather__ompi_neighborexchange(const void *sbuf, int scount,
    rank = comm->rank();
 
    if (size % 2) {
-      XBT_DEBUG(
-                   "coll:tuned:allgather_intra_neighborexchange WARNING: odd size %d, switching to ring algorithm",
+      XBT_INFO(
+                   "coll:tuned:allgather_intra_neighborexchange: odd size %d, switching to ring algorithm",
                    size);
       return allgather__ring(sbuf, scount, sdtype,
                              rbuf, rcount, rdtype,