SPARTA (23 Dec 2017) KOKKOS mode is enabled (../kokkos.cpp:39) using 0 GPU(s) per MPI task using 2 thread(s) per MPI task package kokkos package kokkos reduction parallel/reduce comm classic # advect particles via VSS collisional flow on a uniform grid # particles reflect off global box boundaries variable x index 10 variable y index 10 variable z index 10 variable lx equal $x*1.0e-5 variable lx equal 64*1.0e-5 variable ly equal $y*1.0e-5 variable ly equal 80*1.0e-5 variable lz equal $z*1.0e-5 variable lz equal 80*1.0e-5 variable n equal 10*$x*$y*$z variable n equal 10*64*$y*$z variable n equal 10*64*80*$z variable n equal 10*64*80*80 seed 12345 dimension 3 global gridcut 1.0e-5 boundary rr rr rr create_box 0 ${lx} 0 ${ly} 0 ${lz} create_box 0 0.00064 0 ${ly} 0 ${lz} create_box 0 0.00064 0 0.0008 0 ${lz} create_box 0 0.00064 0 0.0008 0 0.0008 Created orthogonal box = (0 0 0) to (0.00064 0.0008 0.0008) create_grid $x $y $z create_grid 64 $y $z create_grid 64 80 $z create_grid 64 80 80 WARNING: Could not acquire nearby ghost cells b/c grid partition is not clumped (../grid.cpp:381) Created 409600 child grid cells parent cells = 1 CPU time = 0.00675106 secs create/ghost percent = 73.5874 26.4126 balance_grid rcb part Balance grid migrated 396800 cells CPU time = 0.049258 secs reassign/sort/migrate/ghost percent = 30.9657 0.812186 33.3548 34.8674 species ar.species Ar mixture air Ar vstream 0.0 0.0 0.0 temp 273.15 global nrho 7.07043E22 global fnum 7.07043E6 collide vss air ar.vss create_particles air n $n create_particles air n 4096000 Created 4096000 particles CPU time = 0.0603392 secs stats 100 compute temp temp stats_style step cpu np nattempt ncoll c_temp # first equilibrate with large timestep to unsort particles # then benchmark with normal timestep timestep 7.00E-8 run 30 Memory usage per proc in Mbytes: particles (ave,min,max) = 15.6276 15.6276 15.6276 grid (ave,min,max) = 3.7131 2.95138 3.88888 surf (ave,min,max) = 0 0 0 total (ave,min,max) = 19.3407 18.579 19.5165 Step CPU Np Natt Ncoll c_temp 0 0 4096000 0 0 273.01793 30 1.562031 4096000 4107645 2889989 273.01793 Loop time of 1.56206 on 32 procs for 30 steps with 4096000 particles Particle moves = 122880000 (123M) Cells touched = 608297463 (608M) Particle comms = 14398980 (14.4M) Boundary collides = 6645960 (6.65M) Boundary exits = 0 (0K) SurfColl checks = 0 (0K) SurfColl occurs = 0 (0K) Surf reactions = 0 (0K) Collide attempts = 118965180 (119M) Collide occurs = 86377048 (86.4M) Reactions = 0 (0K) Particles stuck = 0 Particle-moves/CPUsec/proc: 2.4583e+06 Particle-moves/step: 4.096e+06 Cell-touches/particle/step: 4.95034 Particle comm iterations/step: 3 Particle fraction communicated: 0.117179 Particle fraction colliding with boundary: 0.054085 Particle fraction exiting boundary: 0 Surface-checks/particle/step: 0 Surface-collisions/particle/step: 0 Surf-reactions/particle/step: 0 Collision-attempts/particle/step: 0.968141 Collisions/particle/step: 0.702938 Reactions/particle/step: 0 Move time (%) = 0.661408 (42.3421) Coll time (%) = 0.525079 (33.6146) Sort time (%) = 0.160324 (10.2636) Comm time (%) = 0.211274 (13.5254) Modfy time (%) = 0 (0) Outpt time (%) = 0.00389264 (0.2492) Other time (%) = 7.79852e-05 (0.00499247) Particles: 128000 ave 128774 max 127319 min Histogram: 1 2 4 5 6 6 2 4 0 2 Cells: 12800 ave 12800 max 12800 min Histogram: 32 0 0 0 0 0 0 0 0 0 GhostCell: 4797.12 ave 6784 max 2194 min Histogram: 2 4 0 2 8 0 8 0 0 8 EmptyCell: 1986.06 ave 3612 max 441 min Histogram: 2 0 8 0 10 2 0 8 0 2 timestep 7.00E-9 run $t run 100 Memory usage per proc in Mbytes: particles (ave,min,max) = 15.6276 15.6276 15.6276 grid (ave,min,max) = 3.7131 2.95138 3.88888 surf (ave,min,max) = 0 0 0 total (ave,min,max) = 19.3407 18.579 19.5165 Step CPU Np Natt Ncoll c_temp 30 0 4096000 4107645 2889989 273.01793 100 1.326529 4096000 393082 289067 273.01793 130 1.8989761 4096000 398122 289382 273.01793 Loop time of 1.899 on 32 procs for 100 steps with 4096000 particles Particle moves = 409600000 (410M) Cells touched = 571037932 (571M) Particle comms = 4922491 (4.92M) Boundary collides = 2215573 (2.22M) Boundary exits = 0 (0K) SurfColl checks = 0 (0K) SurfColl occurs = 0 (0K) Surf reactions = 0 (0K) Collide attempts = 38370036 (38.4M) Collide occurs = 28740054 (28.7M) Reactions = 0 (0K) Particles stuck = 0 Particle-moves/CPUsec/proc: 6.74039e+06 Particle-moves/step: 4.096e+06 Cell-touches/particle/step: 1.39414 Particle comm iterations/step: 1 Particle fraction communicated: 0.0120178 Particle fraction colliding with boundary: 0.00540911 Particle fraction exiting boundary: 0 Surface-checks/particle/step: 0 Surface-collisions/particle/step: 0 Surf-reactions/particle/step: 0 Collision-attempts/particle/step: 0.0936768 Collisions/particle/step: 0.0701661 Reactions/particle/step: 0 Move time (%) = 1.01561 (53.4814) Coll time (%) = 0.309756 (16.3116) Sort time (%) = 0.507902 (26.7458) Comm time (%) = 0.0581935 (3.06443) Modfy time (%) = 0 (0) Outpt time (%) = 0.00723402 (0.380938) Other time (%) = 0.000301108 (0.0158561) Particles: 128000 ave 128432 max 127281 min Histogram: 1 2 2 2 3 6 2 3 4 7 Cells: 12800 ave 12800 max 12800 min Histogram: 32 0 0 0 0 0 0 0 0 0 GhostCell: 4797.12 ave 6784 max 2194 min Histogram: 2 4 0 2 8 0 8 0 0 8 EmptyCell: 1986.06 ave 3612 max 441 min Histogram: 2 0 8 0 10 2 0 8 0 2