Skip to content

Latest commit

 

History

History
7 lines (4 loc) · 398 Bytes

README.md

File metadata and controls

7 lines (4 loc) · 398 Bytes

Classroom Examples from Lecture 23 - OpenMP

Examples covered in slides could be found under the /examples folder.

On CCV, before compilation, load the latest gcc module with module load gcc/7.2

When running your multi-threaded application, be sure to request a compute node! Recall that you can use an interactive session (interact command) or use the batch job (sbatch command).