Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
F
fluidsim
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Admin message
This instance will be upgraded to Heptapod 17.9.2 on 2025-04-24 between 17:00 and 18:00 UTC+2
Show more breadcrumbs
fluiddyn
fluidsim
Commits
7896cf42
Commit
7896cf42
authored
6 years ago
by
Pierre Augier
Browse files
Options
Downloads
Plain Diff
Mock more modules
parents
001f3e33
17faf355
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
fluidsim/operators/operators2d.py
+7
-2
7 additions, 2 deletions
fluidsim/operators/operators2d.py
setup.py
+3
-0
3 additions, 0 deletions
setup.py
with
10 additions
and
2 deletions
fluidsim/operators/operators2d.py
+
7
−
2
View file @
7896cf42
...
...
@@ -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
...
...
This diff is collapsed.
Click to expand it.
setup.py
+
3
−
0
View file @
7896cf42
...
...
@@ -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
"
,
),
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment