Skip to content

Commit

Permalink
Make comm_index_type avaiable in the mpi namespace
Browse files Browse the repository at this point in the history
  • Loading branch information
MarcelKoch committed Aug 9, 2024
1 parent 3ad5eee commit 991bbac
Showing 1 changed file with 13 additions and 1 deletion.
14 changes: 13 additions & 1 deletion include/ginkgo/core/base/types.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -795,7 +795,7 @@ inline constexpr GKO_ATTRIBUTES IndexType invalid_index()


namespace experimental {
namespace distributed {
namespace mpi {


/**
Expand All @@ -806,6 +806,18 @@ namespace distributed {
using comm_index_type = int;


} // namespace mpi


namespace distributed {


/**
* Make mpi::comm_index_type avaiable in this namespace
*/
using mpi::comm_index_type;


/**
* Instantiates a template for each valid combination of local and global index
* type
Expand Down

0 comments on commit 991bbac

Please sign in to comment.