Base commit befor trying to use dynamic scheduling to boost parallel
performance.
This commit is contained in:
parent
e14c3ef65b
commit
e44eed8af8
8 changed files with 77 additions and 50 deletions
|
|
@ -41,7 +41,7 @@ MODULE moduleSpecies
|
|||
INTEGER:: nPartOld
|
||||
INTEGER:: nPartInj
|
||||
!Arrays that contain the particles
|
||||
TYPE(particle), ALLOCATABLE, DIMENSION(:), TARGET:: partOld
|
||||
TYPE(particle), ALLOCATABLE, DIMENSION(:), TARGET:: partOld !array of particles from previous iteration
|
||||
TYPE(particle), ALLOCATABLE, DIMENSION(:), TARGET:: partInj !array of inject particles
|
||||
|
||||
CONTAINS
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue