Skip to content

Commit

Permalink
HPX: Don't interfere with exception handling
Browse files Browse the repository at this point in the history
  • Loading branch information
masterleinad committed Aug 22, 2023
1 parent dc07694 commit 4c5c008
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions core/src/HPX/Kokkos_HPX.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -208,11 +208,6 @@ void HPX::impl_initialize(InitializationSettings const &settings) {
hpx::runtime *rt = hpx::get_runtime_ptr();
if (rt == nullptr) {
hpx::local::init_params i;
i.cfg = {
#ifdef KOKKOS_ENABLE_DEBUG
"--hpx:attach-debugger=exception",
#endif
};
if (settings.has_num_threads()) {
i.cfg.emplace_back("hpx.os_threads=" +
std::to_string(settings.get_num_threads()));
Expand Down

0 comments on commit 4c5c008

Please sign in to comment.