Dynamic schedule for collision loop to balance the uneven number of
collisions in each cell. No success with balancing particle loops (push and weighting).
This commit is contained in:
parent
e44eed8af8
commit
ca9948139b
1 changed files with 1 additions and 1 deletions
|
|
@ -65,7 +65,7 @@ MODULE moduleSolver
|
||||||
|
|
||||||
INTEGER:: e
|
INTEGER:: e
|
||||||
|
|
||||||
!$OMP DO
|
!$OMP DO SCHEDULE(DYNAMIC)
|
||||||
DO e=1, mesh%numVols
|
DO e=1, mesh%numVols
|
||||||
CALL mesh%vols(e)%obj%collision()
|
CALL mesh%vols(e)%obj%collision()
|
||||||
END DO
|
END DO
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue