Base commit befor trying to use dynamic scheduling to boost parallel

performance.
This commit is contained in:
Jorge Gonzalez 2020-10-18 17:00:15 +02:00
commit e44eed8af8
8 changed files with 77 additions and 50 deletions

View file

@ -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