Skip to content
This repository has been archived by the owner on Oct 1, 2024. It is now read-only.

Commit

Permalink
Merge pull request #455 from BlueBrain/fix/stream-openmp
Browse files Browse the repository at this point in the history
stream benchmark: Add support to OpenMP with gcc
  • Loading branch information
adevress authored Oct 9, 2017
2 parents 8dbbd9b + 6266554 commit e413672
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions bbp/benchmark/stream/default.nix
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,8 @@ stdenv.mkDerivation rec {
"-shared-intel"
"-qopenmp"
"-qopt-streaming-stores always"
] ++ stdenv.lib.optionals (! stdenv ? isICC) [
"-fopenmp"
] ++ extra_cflags;


Expand Down

0 comments on commit e413672

Please sign in to comment.