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

PSU-ICDS/Roar_HPC_training

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 82.9%
  • Makefile 11.5%
  • Shell 5.3%
  • C++ 0.3%