Sumários

Programming Shared Memory Systems: Performance and Debugging Techniques

23 março 2020, 09:30 José Monteiro

Factors impacting performance of parallel shared memory programs and their optimization. Debugging OpenMP programs: stress testing.


Profiler for OpenMP Programs

23 março 2020, 08:00 Amândio Ribeiro Faustino

ompP: a profiler for OpenMP programs. 

Project support.


Lab 3 - Introduction to OpenMP

19 março 2020, 14:00 Nicolas Guidotti

Practice with OpenMP exercises. Familiarization with work environment. Parallelization of loops with data dependencies.


Lab 3 - Introduction to OpenMP

19 março 2020, 12:30 Nicolas Guidotti

Practice with OpenMP exercises. Familiarization with work environment. Parallelization of loops with data dependencies.


Concurrent Programming with OpenMP (aula online)

19 março 2020, 11:00 José Monteiro

OpenMP: more on synchronism, explicit locks and single/master; conditional parallelism; reduction clause, for scheduling options. Asynchronous parallel computation using tasks. Nested parallelism.