/SNU_NPB

NAS benchmark suite source

Primary LanguageC

NAS 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)