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