Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Michael Buehlmann
GenericIO
Commits
6e5f69d6
Commit
6e5f69d6
authored
Oct 19, 2021
by
Michael Buehlmann
Browse files
remove one of the new member functions (compile issue)
parent
8fea9a24
Changes
1
Show whitespace changes
Inline
Side-by-side
new_python/genericio.cpp
View file @
6e5f69d6
...
...
@@ -284,8 +284,7 @@ PYBIND11_MODULE(pygio, m) {
py
::
arg
(
"collective_stats"
)
=
true
,
py
::
arg
(
"eff_rank"
)
=-
1
)
.
def
(
"get_source_ranks"
,
&
PyGenericIO
::
get_source_ranks
)
.
def
(
"readGlobalRankNumber"
,
&
PyGenericIO
::
readGlobalRankNumber
)
.
def
(
"readNRanks"
,
&
PyGenericIO
::
readNRanks
)
.
def
(
"read_nranks"
,
(
int
(
PyGenericIO
::*
)(
void
))(
&
PyGenericIO
::
readNRanks
))
#ifndef GENERICIO_NO_MPI
.
def
(
"rebalance_source_ranks"
,
&
PyGenericIO
::
rebalanceSourceRanks
)
#endif
...
...
Write
Preview
Markdown
is supported
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