Loading src/TNL/Containers/Array.h +2 −2 Original line number Diff line number Diff line Loading @@ -967,10 +967,10 @@ template< typename Value, typename Device, typename Index, typename Allocator > File& operator>>( File&& file, Array< Value, Device, Index, Allocator >& array ); template< typename Value, typename Device, typename Index, typename Allocator > void send( const Array< Value, Device, Index, Allocator >& array, int dest, int tag = 0, MPI_Comm comm = MPI::AllGroup ); void send( const Array< Value, Device, Index, Allocator >& array, int dest, int tag = 0, MPI_Comm comm = MPI::AllGroup() ); template< typename Value, typename Device, typename Index, typename Allocator > void receive( Array< Value, Device, Index, Allocator >& array, int src, int tag = 0, MPI_Comm comm = MPI::AllGroup ); void receive( Array< Value, Device, Index, Allocator >& array, int src, int tag = 0, MPI_Comm comm = MPI::AllGroup() ); } // namespace Containers Loading src/TNL/Containers/ArrayView.h +1 −1 Original line number Diff line number Diff line Loading @@ -769,7 +769,7 @@ template< typename Value, typename Device, typename Index > File& operator>>( File&& file, ArrayView< Value, Device, Index > view ); template< typename Value, typename Device, typename Index > void send( const ArrayView< Value, Device, Index >& view, int dest, int tag = 0, MPI_Comm comm = MPI::AllGroup ); void send( const ArrayView< Value, Device, Index >& view, int dest, int tag = 0, MPI_Comm comm = MPI::AllGroup() ); } // namespace Containers Loading Loading
src/TNL/Containers/Array.h +2 −2 Original line number Diff line number Diff line Loading @@ -967,10 +967,10 @@ template< typename Value, typename Device, typename Index, typename Allocator > File& operator>>( File&& file, Array< Value, Device, Index, Allocator >& array ); template< typename Value, typename Device, typename Index, typename Allocator > void send( const Array< Value, Device, Index, Allocator >& array, int dest, int tag = 0, MPI_Comm comm = MPI::AllGroup ); void send( const Array< Value, Device, Index, Allocator >& array, int dest, int tag = 0, MPI_Comm comm = MPI::AllGroup() ); template< typename Value, typename Device, typename Index, typename Allocator > void receive( Array< Value, Device, Index, Allocator >& array, int src, int tag = 0, MPI_Comm comm = MPI::AllGroup ); void receive( Array< Value, Device, Index, Allocator >& array, int src, int tag = 0, MPI_Comm comm = MPI::AllGroup() ); } // namespace Containers Loading
src/TNL/Containers/ArrayView.h +1 −1 Original line number Diff line number Diff line Loading @@ -769,7 +769,7 @@ template< typename Value, typename Device, typename Index > File& operator>>( File&& file, ArrayView< Value, Device, Index > view ); template< typename Value, typename Device, typename Index > void send( const ArrayView< Value, Device, Index >& view, int dest, int tag = 0, MPI_Comm comm = MPI::AllGroup ); void send( const ArrayView< Value, Device, Index >& view, int dest, int tag = 0, MPI_Comm comm = MPI::AllGroup() ); } // namespace Containers Loading