Skip to content
GitLab
Projects
Groups
Snippets
/
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
hyteg
hyteg
Commits
fabdf3a8
Commit
fabdf3a8
authored
Oct 08, 2021
by
Marcel Koch
Browse files
use better load balancer
parent
59d323bb
Pipeline
#34666
failed with stages
in 8 minutes and 6 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
apps/2021-tokamak/Tokamak.cpp
View file @
fabdf3a8
...
...
@@ -307,6 +307,9 @@ void tokamak( TokamakDomain tokamakDomain,
}
SetupPrimitiveStorage
setupStorage
(
meshInfo
,
uint_c
(
walberla
::
mpi
::
MPIManager
::
instance
()
->
numProcesses
()
)
);
loadbalancing
::
roundRobinVolume
(
setupStorage
);
setupStorage
.
setMeshBoundaryFlagsOnBoundary
(
1
,
0
,
true
);
WALBERLA_LOG_INFO_ON_ROOT
(
"[progress] Setting up tokamak blending map ..."
)
...
...
Write
Preview
Supports
Markdown
0%
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!
Cancel
Please
register
or
sign in
to comment