Logo AND Algorithmique Numérique Distribuée

Public GIT Repository
Remove references to ancient functions.
[simgrid.git] / src / smpi / mpi / smpi_topo.cpp
index 31864fb51e06e9a321c324546be7ee8e0e75de0a..750f020ccabd4771823cdedec7dcaaefbbe33327 100644 (file)
@@ -1,4 +1,4 @@
-/* Copyright (c) 2014-2021. The SimGrid Team. All rights reserved.          */
+/* Copyright (c) 2014-2022. The SimGrid Team. All rights reserved.          */
 
 /* This program is free software; you can redistribute it and/or modify it
  * under the terms of the license (GNU LGPL) which comes with this package. */
@@ -63,7 +63,7 @@ Topo_Cart::Topo_Cart(MPI_Comm comm_old, int ndims, const int dims[], const int p
       position_[i] = rank / nranks;
       rank = rank % nranks;
     }
-    
+
     if(comm_cart != nullptr){
       const Group* oldGroup = comm_old->group();
       auto* newGroup        = new Group(newSize);