Skip to content

Commit

Permalink
clang-format include/kamping/parameter_type_definitions.hpp
Browse files Browse the repository at this point in the history
  • Loading branch information
Lukas Hübner committed Mar 25, 2022
1 parent ef57398 commit 0f6cd27
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions include/kamping/parameter_type_definitions.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -38,12 +38,12 @@ enum class ParameterType {
///< \c MPI.
send_recv_buf, ///< Tag used to represent a send and receive buffer, i.e. a buffer containing the data elements to
///< be sent or received (depending on the process' rank) via \c MPI.
recv_counts, ///< Tag used to represent a receive counts buffer, i.e. a buffer containing the receive counts from
///< the involved PEs.
recv_displs, ///< Tag used to represent a receive displacements buffer, i.e. a buffer containing the receive
///< displacements from the involved PEs.
send_counts, ///< Tag used to represent a send counts buffer, i.e. a buffer containing the send counts from the
///< involved PEs.
recv_counts, ///< Tag used to represent a receive counts buffer, i.e. a buffer containing the receive counts from
///< the involved PEs.
recv_displs, ///< Tag used to represent a receive displacements buffer, i.e. a buffer containing the receive
///< displacements from the involved PEs.
send_counts, ///< Tag used to represent a send counts buffer, i.e. a buffer containing the send counts from the
///< involved PEs.
send_displs, ///< Tag used to represent a send displacements buffer, i.e. a buffer containing the send displacements
///< from the involved PEs.
sender, ///< Tag used to represent the sending PE in a \c MPI call.
Expand Down

0 comments on commit 0f6cd27

Please sign in to comment.