Presentation is loading. Please wait.

Presentation is loading. Please wait.

Performance Metrics Inspired by P. Kent at BES Workshop Run larger: Length, Spatial extent, #Atoms, Weak scaling Run longer: Time steps, Optimizations,

Similar presentations


Presentation on theme: "Performance Metrics Inspired by P. Kent at BES Workshop Run larger: Length, Spatial extent, #Atoms, Weak scaling Run longer: Time steps, Optimizations,"— Presentation transcript:

1 Performance Metrics Inspired by P. Kent at BES Workshop Run larger: Length, Spatial extent, #Atoms, Weak scaling Run longer: Time steps, Optimizations, Strong scaling Run more/different simulation methods, e.g. DFT or CC, LES or DNS Run more initial conditions, e.g. molecule, boundaries, Ensembles Run more algorithms: Convergence, systematic errors due to cutoffs, AMR, etc. Delivering on Mission Needs is the most importance metric

2 Computational Challenges Abstractions to reveal concurrency, tolerate latency, and tolerate failures –Domain specific, e.g. Global Arrays, or Super Instruction Architecture for chemistry –Libraries or frameworks, e.g. ACTS Collection Rethink algorithms based on a flop rich, bandwidth poor, and higher latency environment –If there is extra physics that can be incorporated (at high computational intensity) –Balance of control logic versus flops will change

3 Role of Accelerators Accelerators (at least GPUs) becoming pervasive –Many computational groups investigating: chemistry, accelerator physics, climate –Desktop GPUs through to Roadrunner Conventional multicores may adopt features (pseudo- vector, etc.) that provide accelerator advantages without make harder programming abstractions Data parallelism prevalent in simulation codes –CUDA provides abstraction to exploit it Naïve CUDA on host Naïve CUDA on device Results from 7-point stencil on NVIDIA GTX 280 (double precision)

4 Programming Models For simulations using a large fraction of a system in the next 2-3 years MPI+X will substantially increase –Replicated data structures grow in importance as memory per core decreases Auto-tuning to get the best from existing programming models Existing models will adapt, e.g. MPI and fault tolerance, OpenMP and data placement, or be incrementally replaced New models from left field, e.g. map reduce +SIMDization +SW Prefetching +Unrolling +Vectorization +Padding Naïve+NUMA Auto-tuning results on Opteron Socket F for LBMHD

5 System Attributes System architecture trends indicate flop-rich, bandwidth poorer, and latency poorer per socket. Intermediate storage between memory and disk, e.g. FLASH will become common place Data deluge will increase –If we have a exascale systems nationally, petascale desktops will increase data-handling demands of even the least data-rich disciplines –Higher demand for storage and networking Power will be a major preoccupation


Download ppt "Performance Metrics Inspired by P. Kent at BES Workshop Run larger: Length, Spatial extent, #Atoms, Weak scaling Run longer: Time steps, Optimizations,"

Similar presentations


Ads by Google