Add OmpSs-2 simple example
This commit is contained in:
13
ompss2/Makefile
Normal file
13
ompss2/Makefile
Normal file
@@ -0,0 +1,13 @@
|
||||
CC=clang
|
||||
CFLAGS=-fompss-2
|
||||
|
||||
hello: hello.c
|
||||
|
||||
trace: hello
|
||||
rm -rf ovni/
|
||||
NOSV_CONFIG_OVERRIDE="instrumentation.version=ovni" NOSV_APPID=1 ./hello
|
||||
ovniemu ovni/
|
||||
ls -l ovni/*.prv
|
||||
|
||||
clean:
|
||||
rm -rf hello ovni/
|
||||
Reference in New Issue
Block a user