Skip to content
Snippets Groups Projects
Commit 5ad16449 authored by Christian Godenschwager's avatar Christian Godenschwager
Browse files

Merge branch 'mpistubs' into 'master'

move mpi stubs into walberla::mpistubs namespace

Closes #18

See merge request !17
parents 7c3a61a8 d6eb1555
Branches
Tags
No related merge requests found
......@@ -45,7 +45,11 @@
#endif
namespace walberla {
namespace mpistubs {
//empty namespace which can be used
} // namespace mpistubs
} // namespace walberla
#ifdef WALBERLA_BUILD_WITH_MPI
......@@ -73,6 +77,7 @@
namespace walberla {
namespace mpistubs {
typedef int MPI_Comm;
......@@ -258,6 +263,9 @@ inline double MPI_Wtime() { WALBERLA_MPI_FUNCTION_ERROR }
#undef WALBERLA_MPI_FUNCTION_ERROR
} // namespace mpistubs
using namespace mpistubs;
} // namespace walberla
#endif // WALBERLA_BUILD_WITH_MPI
......
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment