Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Task 2: Build ChaNGa and run it with the given input, for the charm++ builds you created:

Code Block
./charmrun +p160p96 ./ChaNGa h1./dwf1768.2048vis.param

Task 3 : Create short video out of the output (using *.ppm) files, you can refer here for an example: How to create an mp4 video from set of ppm images or use another technic.

...

We will monitor “Big Step” average values here for the performance numbers.

Code Block
$ ./charmrun +p160p96 ./ChaNGa h1./dwf1768.2048vis.param
 
WARNING:ChaNGa bStandard parameter ignored; Output is always standard.
ChaNGa version 3.3version 3.4, commit v3.34-40936-g3e753c5g9f2b05e
Running on 96 on 160 processors/ 160 nodes with 1280 TreePiecesprocessors/ 96 nodes with 32768 TreePieces

...
Step: 10.000000 Time: 0.250112 Rungs 0 to 0 2031.000000 Time: 0.327722 Rungs 0 to 3. Gravity Active: 4976448 63066348, Gas Active: 0 15330135
Domain decomposition ... Sorter: Histograms balanced after 11 iterations.
total total 02.0175694 seconds90383 seconds.
Load balancer ... Orb3dLB_notopo: Step 10Step 120
numActiveObjects: 1280 32768, numInactiveObjects: 0 0
active PROC range: 0 to 159 0 to 95
Migrating all: numActiveObjects: 1280 32768, numInactiveObjects: 0 0
[Orb3dLB_notopo] sorting
***************************
Orb3dLB_notopo stats: maxObjLoad maxObjLoad 02.437553825454
Orb3dLB_notopo stats: minWall 2.611815 maxWall 2.622255 avgWall 2.620342 maxWall/avgWall 1.000730minWall 10.692922 maxWall 10.715588 avgWall 10.702433 maxWall/avgWall 1.001229
Orb3dLB_notopo stats: minIdle 0.095989 maxIdle 0.626851 avgIdle 0.344770 minIdle/avgIdle 0.278414minIdle 0.621588 maxIdle 10.644512 avgIdle 9.349612 minIdle/avgIdle 0.066483
Orb3dLB_notopo stats: minPred minPred 1.906177 maxPred 2.416297 avgPred 2.163108 maxPred/avgPred 1.11704946.212934 maxPred 46.496672 avgPred 46.357328 maxPred/avgPred 1.003006
Orb3dLB_notopo stats: minPiece minPiece 6.000000 maxPiece 12.000000 avgPiece 8.000000 maxPiece/avgPiece 1.500000276.000000 maxPiece 416.000000 avgPiece 341.333333 maxPiece/avgPiece 1.218750
Orb3dLB_notopo stats: minBg 0.041036 maxBg 0.329045 avgBg 0.103276 maxBg/avgBg 3.186074minBg 0.031479 maxBg 1.458530 avgBg 0.232613 maxBg/avgBg 6.270197
Orb3dLB_notopo stats: orb migrated 199 refine migrated 0 objects
took 0.0173379 seconds migrated 28082 refine migrated 0 objects
took 2.02924 seconds.
Building trees ... took took 00.0182456 seconds686058 seconds.
Calculating gravity (tree bucket, theta = 0 0.700000) ... Kick CalculatingClose:
gravity andRung SPH0: took 2.55769 seconds.
Big step 10 took 2.683016 seconds.
[0] Checkpoint starting in dwf1.2048.bench.chk0
Checkpoint to disk finished in 6.612624s, sending out the cb...
Done.
 
******************
 
[Partition 0][Node 0] End of program8.06111e-05
 Rung 1: 4.03055e-05
 Rung 2: 2.01528e-05
 Rung 3: 1.00764e-05
Calculating gravity and SPH took 50.9711 seconds.
Kick took 0.0476675 seconds.
Finish NodeCache took 0.977946 seconds.
Big step 2031 took 136.851713 seconds.
KillAT: Stopping after 2121.087017 seconds
Done.

Note: For HPC-X support for PBS you will need to build with the following flag:

...