Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
W
waLBerla
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Model registry
Operate
Terraform modules
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Arash Partow
waLBerla
Commits
db71230e
Commit
db71230e
authored
8 years ago
by
Sebastian Eibl
Committed by
Christian Godenschwager
8 years ago
Browse files
Options
Downloads
Patches
Plain Diff
added missing MPI_Chart_shift to MPIWrapper
parent
a061b72e
Branches
improved_comm
No related tags found
No related merge requests found
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
src/core/mpi/MPIWrapper.h
+1
-0
1 addition, 0 deletions
src/core/mpi/MPIWrapper.h
with
1 addition
and
0 deletions
src/core/mpi/MPIWrapper.h
+
1
−
0
View file @
db71230e
...
@@ -198,6 +198,7 @@ inline int MPI_Cart_create( MPI_Comm, int, int*, int*, int, MPI_Comm* ) { WALBER
...
@@ -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_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_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_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_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
}
inline
int
MPI_Isend
(
void
*
,
int
,
MPI_Datatype
,
int
,
int
,
MPI_Comm
,
MPI_Request
*
)
{
WALBERLA_MPI_FUNCTION_ERROR
}
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
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!
Save comment
Cancel
Please
register
or
sign in
to comment