Skip to content

KKraljic/STREAM

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

45 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Compiling this modification of STREAM

Clone this repository first. Change the directory into the freshly cloned project. Afterwards, please run the prepare script:

./prepare_job.sh

This script loads all required modules and compiles all required binaries.

Running this modification of STREAM

All run scripts are in the "run-scripts" sub directories. Currently, there are scripts for caches and for flops. In order to run a specific benchmark (sum, scale, triad, copy), please modify the following command as required:

cd run-scripts/{caches, flops}
sbatch <run-script>
cd ../../

After the execution of these scripts, you'll find the output in the freshly created results directory. Please consider that the paths are hard-coded in the run-scripts. Adjust to your needs.

About

STREAM benchmark

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 89.5%
  • Shell 9.4%
  • Makefile 1.1%