Loading src/TNL/Communicators/NoDistrCommunicator.h +2 −2 Original line number Diff line number Diff line Loading @@ -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) Loading Loading
src/TNL/Communicators/NoDistrCommunicator.h +2 −2 Original line number Diff line number Diff line Loading @@ -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) Loading