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
fluidsim
Commits
7896cf429972
Commit
152d06ec
authored
Dec 04, 2018
by
Pierre Augier
Browse files
Mock more modules
parents
001f3e3347b5
17faf3554d74
Changes
2
Hide whitespace changes
Inline
Side-by-side
fluidsim/operators/operators2d.py
View file @
7896cf42
...
...
@@ -73,8 +73,13 @@ def compute_increments_dim1(var: Af, irx: int):
return
inc_var
nb_proc
=
mpi
.
nb_proc
rank
=
mpi
.
rank
if
not
fp
.
is_transpiling
:
nb_proc
=
mpi
.
nb_proc
rank
=
mpi
.
rank
else
:
nb_proc
=
1
rank
=
0
if
nb_proc
>
1
:
MPI
=
mpi
.
MPI
comm
=
mpi
.
comm
...
...
setup.py
View file @
7896cf42
...
...
@@ -69,7 +69,10 @@ make_pythran_files(
"fluiddyn.io"
,
"fluiddyn.util"
,
"fluiddyn.util.paramcontainer"
,
"fluiddyn.util.mpi"
,
"fluiddyn.output"
,
"fluiddyn.calcul"
,
"fluiddyn.calcul.setofvariables"
,
"fluidfft.fft2d.operators"
,
"fluidfft.fft3d.operators"
,
),
...
...
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