Changes between Version 18 and Version 19 of u/erica/ScalingBluestreak


Ignore:
Timestamp:
11/04/14 12:09:58 (10 years ago)
Author:
Erica Kaminski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • u/erica/ScalingBluestreak

    v18 v19  
    11= '''Scaling on Bluestreak''' =
     2
     3== '''Scaling on Bluestreak''' ==
     4
     5=== Colliding Flows Run - Hydro, Shear Angle 15 ===
     6
     7* Extremely poor scaling on Bluestreak
     8
     9* Memory errors with more nodes (remedied with different hypre library)
     10
     11* Delicate balance between speeding up sims with more nodes, and encountering memory issues that kill the sims (remedied with different hypre library)
     12
     13|| Nodes || Frames || Time to make 1 frame || Notes ||
     14|| 32 || 32-39 || 3 hours || wall-time ran out ||
     15|| 256 || 39-48 || 1 hours || memory died 48.4 ||
     16|| 512 || 48-49 || 1 hours || memory died 49.5 ||
     17|| '''32''' || '''49-50''' || '''4 hours''' || '''walltime ran out''' ||
     18
     19[[Image(chart_1.png)]]
     20
     21As the number of nodes increases, more patches are made, leading to more ghost zones. Thus, the global info as reported in standard out (that includes physical and ghost zones) increases with nodes.
     22
     23[[Image(chart_2.png)]]
     24
     25Peak goes down, as the amount of info is distributed over more and more cores.
     26
     27[[Image(chart_4.png)]]
     28
     29Percent efficiency as given in the standard out.
     30
     31
     32[[Image(chart_3.png)]]
     33
     34The time to write to file increases with nodes. This can affect scaling computation (see http://astrobear.pas.rochester.edu/trac/astrobear/wiki/u/erica/ScalingBluestreak for details).
     35
     36The memory error is given in 2 places: 1) end of astrobear.log, and 2) a 'core' file that is written to the run directory. I am attaching as an example, the memory error reports for Shear15, nodes 256.
     37
    238
    339== '''Intro:''' ==