INVESTIGADORES
GARELLI Luciano
congresos y reuniones científicas
Título:
Use of Valgrind's Tool Suite and Profile-Guided Optimization in a CFD Code.
Autor/es:
GARELLI, LUCIANO; ALEJANDRO DABIN; JUAN P. DORSCH; STORTI, MARIO
Lugar:
S.M. de Tucumán
Reunión:
Congreso; MECOM 2018; 2018
Institución organizadora:
Instituto de Estructuras (IEST), Centro de Métodos Numéricos y Computacionales en Ingeniería (CEMNCI), Universidad Nacional de Tucumán
Resumen:
Abstract. In this work Valgrind?s Tool Suite is used to profile memory usage (Cachegrind) and to graph function calls (Callgrind) when running Code_Saturne with OpenMP. The object of this analysis is to detect possible code?s bottlenecks in order to improve performance in shared memory environments. Additionally, tests were run using flat Message Passing Interface (MPI) to compare total memory usage between these parallelization strategies. Finally, the code is compiled using Profile-Guided Optimization (PGO) with a representative set of workloads to evaluate if this technique improves application?s performance.