Repository with laboratory classes for Parallel High Performance Computing.
- article_analysis/
Analyses of a research article related to the course - examples/
Code examples, including.cppfiles demonstrating concepts discussed in class. - Lab_1/ to Lab_7/
Folders corresponding to the course's practical labs, containing:- PDF reports
- Experiment results (
.c,.cu,.nvvp,.pdf, etc.) - Source code and diagrams
- Scripts and auxiliary files for experimentation
- README.md
This file.
- Visual Studio Code (recommended)
- Linux Machine configured to run CUDA
- C/C++ compiler (e.g., gcc, g++)
- For labs with OpenCL/FPGA: Altera/Intel OpenCL SDK and related tools
.pdfand.nvvpfiles contain experiment results and performance analyses.- Some directories may include configuration files or scripts specific to each experiment.
Author: Manuel Santos
Course: High Performance Computing (CHAD)