1. What are the contributions in this paper?
In this paper, the authors outline how the pattern search can be done in a more scalable way by exploiting both distributed memory and parallel processing capabilities available on modern large-scale systems and discuss first empirical results.
read more
2. What is the advantage of the parallel analyzer?
The parallel analyzer uses a distributed memory approach, where each process reads only the local trace data that were recorded for the corresponding process of thetarget application.
read more
3. how long did the parallel replay take?
The parallel replay for the largest set of execution traces from 16,384 SMG2000 processes, amounting to over 40,000 million events (230 GBytes of trace files), took less then 3 minutes.
read more
4. What is the advantage of the parallel analysis approach?
Since the size of local traces can be limited by selective tracing – i.e., by recording events only for code regions and time intervals of particular interest – the authors assume that the local trace data can be completely held in the main memory of the compute nodes.
read more

