Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
Tobias Weinzierl
teaMPI
Commits
176e1904
Commit
176e1904
authored
Aug 20, 2019
by
Philipp Samfass
Browse files
extended interface
parent
97672586
Changes
2
Hide whitespace changes
Inline
Side-by-side
lib/teaMPI.cpp
View file @
176e1904
...
...
@@ -15,6 +15,10 @@ int TMPI_GetInterTeamCommSize() {
return
getNumberOfTeams
();
}
int
TMPI_GetTeamNumber
()
{
return
getTeam
();
}
MPI_Comm
TMPI_GetInterTeamComm
()
{
return
getTeamInterComm
();
}
lib/teaMPI.h
View file @
176e1904
...
...
@@ -8,5 +8,5 @@
#include
<mpi.h>
MPI_Comm
TMPI_GetInterTeamComm
();
int
TMPI_GetTeamNumber
();
int
TMPI_GetInterTeamCommSize
();
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a 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