Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 660 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 660 Bytes

HPC Final Project

Final Project of the course High Performance Computing (MSc DSAI, University of Trieste)

Student's info

Name Surname Student ID UniTs email Personal email Course
Giulio Fantuzzi SM3800012 GIULIO.FANTUZZI@studenti.units.it giulio.fantuzzi01@gmail.com DSAI

About the exercises

  • Exercise 1: compare different openMPI algorithms for the following collective operations: Broadcast and Barrier (more details here)
  • Exercise 2B: hybrid implementation of the QuickSort algorithm (more details here)