Skip to content
Snippets Groups Projects
Select Git revision
  • master
1 result

USAGE.md

Blame
  • LULESH

    Author: Official version (uploaded Adria Armejach)

    Issues

    None

    Compilation instructions

    ./build.sh omp to compile OMP binary ./build.sh serial to compile serial binary

    If you want to use hooks do ./build.sh omp -DENABLE_PARSEC_HOOKS

    I have added (Adria) pragmas with dynamic scheduling, useful for heterogeneous architectures. If you want to use the version with dynamic scheduling compile adding the "-DOMP_DYNAMIC" flag, e.g., ./build.sh omp "-DOMP_DYNAMIC"

    Running instructions

    ./bin/LULESH-omp

    Inputs

    For gem5 simulations to keep time managable and have a decent memory usage I run with ./bin/LULESH-omp -i 10 -s 90

    Additional information

    None at the moment.