Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Thomas Lavocat
yggdrasil
Commits
521b6144
Commit
521b6144
authored
Jul 18, 2018
by
Thomas Lavocat
Browse files
Forgot one parameter
parent
8b9a9b22
Changes
1
Hide whitespace changes
Inline
Side-by-side
yggdrasil/erebor/ereborc.py
View file @
521b6144
...
...
@@ -824,7 +824,7 @@ class Erebor:
networkId
=
order
[
consts
.
NETWORK
]
port
=
order
[
consts
.
PORT
]
is_ipc
=
order
[
consts
.
ISIPC
]
self
.
start_mpi_bridhe
(
networkId
,
port
)
self
.
start_mpi_bridhe
(
networkId
,
port
,
is_ipc
)
# If i'm asked to stop the MPI bridge
elif
order
[
consts
.
ORDER
]
==
consts
.
STOPMPI
:
networkId
=
order
[
consts
.
NETWORK
]
...
...
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