Implementation of the NAS Parallel Benchmark in GO language for TECVII class.
make init --> Use only if there isn't go.mod
make <benchmark> CLASS=<benchmark_class>
<benchmark> = EP or ep
<benchmark_class> = S, W, A, B, C, D, E or F
suite.def contains a list of benchmarks and benchmark classes to be used as parameters in the command line.
To compile and run multiple tests:
make suite
- Raissa Nunes Coelho, Computer engineering (student), Universidade Federal de Pelotas(UFPEL)
- Bianca Nunes Coelho, Computer engineering (student), Universidade Federal de Pelotas(UFPEL)
- EP
- IS
Directory | Files |
---|---|
config | make.def |
sys |
|
EP |
|
IS |
|
common |
|
bin | .txt files |
Implementation was based on:
-NPB3.4-OMP
NAS Parallel Benchmark Team
-NPB-CPP
Parallel Applications Modelling Group (GMAP) at PUCRS - Brazil.