Skip to content

NAS Parallel Benchmarks 3.0 OpenMP C version (Now for WebAssembly)

Notifications You must be signed in to change notification settings

NineKa/NPB3.0-omp-C

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

The original readme file has been renamed as follow:
  README     -> README.npb 
  README.omc -> README.npb.omc 

build.sh: A build script for compile benchmark into WebAssembly (with WASI)
CC          : native c compiler that will be used to compile native baseline
WASI_SDK    : path to WASI SDK release (https://github.com/WebAssembly/wasi-sdk)
PROBLEM_SIZE: problem size for NPB benchmark (see original readme)
CFLAGS      : compiler flags for native C compiler
WASI_CFLAGS : compiler flags for WASI SDK

is/is.c:
  * add forward declaration for following functions:
      timer_clear
      timer_start
      timer_stop
      timer_read
      c_print_results

About

NAS Parallel Benchmarks 3.0 OpenMP C version (Now for WebAssembly)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 96.9%
  • Shell 1.5%
  • Makefile 1.3%
  • C++ 0.3%
  • Roff 0.0%
  • Modula-3 0.0%