Commit b7115967 authored by Jakub Klinkovský's avatar Jakub Klinkovský
Browse files

Added default value to the group parameter in NoDistrCommunicator::Barrier

parent f27065c8
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -73,9 +73,9 @@ class NoDistrCommunicator
          }
      }

      static void Barrier(CommunicationGroup group)
      static void Barrier(CommunicationGroup group = AllGroup)
      {
      };
      }

      template <typename T>
      static Request ISend( const T *data, int count, int dest, int tag, CommunicationGroup group)