Skip to content
This repository has been archived by the owner on Aug 7, 2024. It is now read-only.

Latest commit

 

History

History
10 lines (8 loc) · 667 Bytes

README.md

File metadata and controls

10 lines (8 loc) · 667 Bytes

Roar_HPC_training

This repo contains files for HPC training offered by ICDS staff for use on the Roar supercomputing systems.

A summary of the contents is listed below:

  • debug_gdb - debugging example using gdb on a factorial program
  • profile_gprof - profiling example using gprof on a naive O(n^3) dgemm (double precision general matrix-matrix multiplication) algorithm
  • openmp_example - multithreading 'hello world' example with OpenMP
  • mpi_example - multiprocess 'hello world' example with MPI
  • gnuparallel_example - multitasking/bag-of-tasks example with GNU parallel