Skip to content
Snippets Groups Projects
Commit 7896cf42 authored by Pierre Augier's avatar Pierre Augier
Browse files

Mock more modules

parents 001f3e33 17faf355
No related branches found
No related tags found
No related merge requests found
......@@ -73,8 +73,13 @@
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
......
......@@ -69,4 +69,5 @@
"fluiddyn.io",
"fluiddyn.util",
"fluiddyn.util.paramcontainer",
"fluiddyn.util.mpi",
"fluiddyn.output",
......@@ -72,4 +73,6 @@
"fluiddyn.output",
"fluiddyn.calcul",
"fluiddyn.calcul.setofvariables",
"fluidfft.fft2d.operators",
"fluidfft.fft3d.operators",
),
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment