https://github.com/pbutcher/ice-4131-labs
Labs for ICE 4131 High Performance Computing
https://github.com/pbutcher/ice-4131-labs
Last synced: 5 months ago
JSON representation
Labs for ICE 4131 High Performance Computing
- Host: GitHub
- URL: https://github.com/pbutcher/ice-4131-labs
- Owner: PButcher
- Created: 2023-09-28T12:55:26.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-10-04T19:33:18.000Z (9 months ago)
- Last Synced: 2025-12-03T12:15:34.590Z (7 months ago)
- Language: C++
- Size: 3.95 MB
- Stars: 0
- Watchers: 1
- Forks: 3
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# ICE 4131 High Performance Computing
This repository contains lab exercises for the [ICE-4131 High Performance Computing](https://www.bangor.ac.uk/courses/postgraduate-modules/ICE-4131) module at [Bangor University](https://bangor.ac.uk).
These exercises will introduce you to [Supercomputing Wales](https://www.supercomputing.wales) where you will parallelise a fork of the [SimpleRayTracing program](https://github.com/effepivi/SimpleRayTracing) by Dr Franck P. Vidal:
- [SimpleRayTracing](SimpleRayTracing) - The software you will be parallelising
The lab exercises are as follows:
- [Lab 1](lab1/README.md) - Introduction
- [Lab 2](lab2/README.md) - SLURM
- [Lab 3](lab3/README.md) - Profiling
- [Lab 4](lab4/README.md) - Pthread
- [Lab 5](lab5/README.md) - OpenMP
- [Lab 6](lab6/README.md) - MPI
- [Lab 7](lab7/README.md) - OpenMP + MPI