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