X-Git-Url: http://info.iut-bm.univ-fcomte.fr/pub/gitweb/simgrid.git/blobdiff_plain/54e818e2dea66d457ec7061f3f2bec19be321f39..4e62e76d104a17f0c9aaf9135ac605e9c8c87141:/src/smpi/include/smpi_comm.hpp diff --git a/src/smpi/include/smpi_comm.hpp b/src/smpi/include/smpi_comm.hpp index 828b752367..dacb7e3bf9 100644 --- a/src/smpi/include/smpi_comm.hpp +++ b/src/smpi/include/smpi_comm.hpp @@ -28,7 +28,7 @@ class Comm : public F2C, public Keyval{ int is_uniform_; int* non_uniform_map_; // set if smp nodes have a different number of processes allocated int is_blocked_; // are ranks allocated on the same smp node contiguous ? - int is_smp_comm_; // set to 0 in case this is already an intra-comm or a leader-comm to avoid recursivity + int is_smp_comm_; // set to 0 in case this is already an intra-comm or a leader-comm to avoid recursion std::list rma_wins_; // attached windows for synchronization. std::string name_; MPI_Info info_;