Skip to content
Snippets Groups Projects
Commit 70c53aa0 authored by Gregory L. Lee's avatar Gregory L. Lee
Browse files

fixed OMPT support in Archer

parent 59ee9878
No related branches found
No related tags found
No related merge requests found
...@@ -48,7 +48,6 @@ def install(self, spec, prefix): ...@@ -48,7 +48,6 @@ def install(self, spec, prefix):
'-DCMAKE_C_COMPILER=clang', '-DCMAKE_C_COMPILER=clang',
'-DCMAKE_CXX_COMPILER=clang++', '-DCMAKE_CXX_COMPILER=clang++',
'-DOMP_PREFIX:PATH=%s' % spec['llvm-openmp-ompt'].prefix, '-DOMP_PREFIX:PATH=%s' % spec['llvm-openmp-ompt'].prefix,
'-DLIBOMP_TSAN_SUPPORT=TRUE',
]) ])
cmake('..', *cmake_args) cmake('..', *cmake_args)
......
...@@ -51,7 +51,9 @@ def install(self, spec, prefix): ...@@ -51,7 +51,9 @@ def install(self, spec, prefix):
'-DCMAKE_C_COMPILER=clang', '-DCMAKE_C_COMPILER=clang',
'-DCMAKE_CXX_COMPILER=clang++', '-DCMAKE_CXX_COMPILER=clang++',
'-DCMAKE_BUILD_TYPE=Release', '-DCMAKE_BUILD_TYPE=Release',
'-DLIBOMP_TSAN_SUPPORT=TRUE' '-DLIBOMP_OMPT_SUPPORT=on',
'-DLIBOMP_OMPT_BLAME=on',
'-DLIBOMP_OMPT_TRACE=on'
]) ])
cmake('..', *cmake_args) cmake('..', *cmake_args)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment