Skip to content

Commit

Permalink
Use -fnoopenmp-use-tls for building HPXMP tests
Browse files Browse the repository at this point in the history
  • Loading branch information
Pansysk75 committed Apr 17, 2024
1 parent f4bfca3 commit 046b20a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion openmp/runtime/test/lit.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,8 @@ if config.with_hpxc:
flags += " -I " + config.hpxc_header_directory + \
" -L " + os.path.realpath(config.hpxc_library_directory) + \
" --include=hpxc/threads.h --include=hpxc/util/wrap_main.h " + \
" -DHPXC_HAVE_DYNAMIC_HPXC_MAIN"
" -DHPXC_HAVE_DYNAMIC_HPXC_MAIN" + \
" -fnoopenmp-use-tls "

print("with_hpxc: " + str(config.with_hpxc))

Expand Down

0 comments on commit 046b20a

Please sign in to comment.