Skip to content

Latest commit

 

History

History
6 lines (6 loc) · 221 Bytes

README.md

File metadata and controls

6 lines (6 loc) · 221 Bytes

HPC

Overview

This repository contains programs written in course named "High Performance Computing".

Execution

  • For C++ programs: g++ -fopenmp filename.cpp
  • For CUDA program:nvcc filename.cu ./a.out