Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 522 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 522 Bytes

NAS Parallel Benchmarks

This repo contains the source code for the NAS Parallel Benchmarks implemented in C. Currently, this includes the serial and OMP parallel versions.

The main modifications performed in preparation for usage with this build harness were:

  • move each program source to a src subdirectory
  • remove existing build files (for make and cmake)