Update ompv test with -fopenmp=libompv flag
Reviewed-By: Rodrigo Arias Mallo <rodrigo.arias@bsc.es> Tested-By: Rodrigo Arias Mallo <rodrigo.arias@bsc.es>
This commit is contained in:
parent
1e52075c18
commit
f55b48ec86
@ -46,7 +46,7 @@ in stdenv.mkDerivation {
|
|||||||
set -x
|
set -x
|
||||||
|
|
||||||
cp ${hello_c} hello.c
|
cp ${hello_c} hello.c
|
||||||
clang -fopenmp ./hello.c -lnosv -o hello
|
clang -fopenmp=libompv ./hello.c -lnosv -o hello
|
||||||
./hello | grep "INSIDE TASK OK"
|
./hello | grep "INSIDE TASK OK"
|
||||||
|
|
||||||
set +x
|
set +x
|
||||||
|
Loading…
Reference in New Issue
Block a user