Skip to content

compor/SNU_NPB

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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)