Skip to content

Commit bd76ea0

Browse files
author
Heikman
committed
add commentary
1 parent 3a04c3d commit bd76ea0

File tree

1 file changed

+6
-0
lines changed
  • src/libPMacc/include/cuSTL/algorithm/mpi

1 file changed

+6
-0
lines changed

src/libPMacc/include/cuSTL/algorithm/mpi/Gather.tpp

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,12 @@ namespace mpi
3535
namespace GatherHelper
3636
{
3737

38+
/** @tparam dim dimension of mpi cluster
39+
* @tparam memDim dimension of memory to be gathered
40+
*
41+
* if memDim == dim - 1 then ``dir`` indicates the direction (orientation)
42+
* of the (meta)plane.
43+
*/
3844
template<int dim, int memDim>
3945
struct posInMem;
4046

0 commit comments

Comments
 (0)