Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Jan Hönig
waLBerla
Commits
db71230e
Commit
db71230e
authored
Mar 30, 2017
by
Sebastian Eibl
Committed by
Christian Godenschwager
Apr 26, 2017
Browse files
added missing MPI_Chart_shift to MPIWrapper
parent
a061b72e
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/core/mpi/MPIWrapper.h
View file @
db71230e
...
...
@@ -198,6 +198,7 @@ inline int MPI_Cart_create( MPI_Comm, int, int*, int*, int, MPI_Comm* ) { WALBER
inline
int
MPI_Dims_create
(
int
,
int
,
int
*
)
{
WALBERLA_MPI_FUNCTION_ERROR
}
inline
int
MPI_Cart_coords
(
MPI_Comm
,
int
,
int
,
int
*
)
{
WALBERLA_MPI_FUNCTION_ERROR
}
inline
int
MPI_Cart_rank
(
MPI_Comm
,
int
*
,
int
*
)
{
WALBERLA_MPI_FUNCTION_ERROR
}
inline
int
MPI_Cart_shift
(
MPI_Comm
,
int
,
int
,
int
*
,
int
*
)
{
WALBERLA_MPI_FUNCTION_ERROR
}
inline
int
MPI_Irecv
(
void
*
,
int
,
MPI_Datatype
,
int
,
int
,
MPI_Comm
,
MPI_Request
*
)
{
WALBERLA_MPI_FUNCTION_ERROR
}
inline
int
MPI_Isend
(
void
*
,
int
,
MPI_Datatype
,
int
,
int
,
MPI_Comm
,
MPI_Request
*
)
{
WALBERLA_MPI_FUNCTION_ERROR
}
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment