Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
Menu
Open sidebar
fluiddyn
transonic
Commits
c80d3deeadcf
Commit
29299bd8
authored
Nov 29, 2018
by
Pierre Augier
Browse files
Quick fix mpi.nb_proc
parent
a09ec25ff2d6
Changes
1
Hide whitespace changes
Inline
Side-by-side
fluidpythran/mpi.py
View file @
c80d3dee
...
...
@@ -11,6 +11,7 @@ except ImportError:
try
:
from
mpi4py
import
MPI
except
ImportError
:
nb_proc
=
1
rank
=
0
else
:
comm
=
MPI
.
COMM_WORLD
...
...
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