An open API service indexing awesome lists of open source software.

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

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