Skip to content

Latest commit

 

History

History
8 lines (8 loc) · 504 Bytes

README.md

File metadata and controls

8 lines (8 loc) · 504 Bytes

hpc101

Contains materials for the workshop on HPC Basics

  • hpcbasics_slides.pdf - contains the slides used for this workshop
  • hpcbasics_hands_on.pdf - contains the detailed problem statement to be wworked out for the hands-on session
  • pg2267.txt - Othello from project Gutenberg
  • pbs_vs_slurm.txt - comparison of PBS vs. SLURM commands
  • pi_seq.cpp - contains the starter file for the exercise on OMP programming
  • pi_mpi.cpp - contains partially filled c++ file for the exercise on MPI programming