Skip to content

Commit

Permalink
Up parsec to a version with (hopefully) fixed termination detectors
Browse files Browse the repository at this point in the history
  • Loading branch information
therault committed Oct 20, 2022
1 parent ef5daac commit 645f932
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion cmake/modules/ExternalDependenciesVersions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,5 @@ set(TTG_TRACKED_BOOST_VERSION 1.66)
set(TTG_TRACKED_CATCH2_VERSION 2.13.1)
set(TTG_TRACKED_CEREAL_VERSION 1.3.0)
set(TTG_TRACKED_MADNESS_TAG 851ef271858129c47a912a088cc833b085c382aa)
set(TTG_TRACKED_PARSEC_TAG 89fdb88c6bdfcee3904c013a0856403762a5479f)
set(TTG_TRACKED_PARSEC_TAG 423ad3476b0533a40b0bf14cb2c7f4dadda915c8)
set(TTG_TRACKED_BTAS_TAG ab866a760b72ff23053266bf46b87f19d3df44b7)
2 changes: 2 additions & 0 deletions ttg/ttg/parsec/ttg.h
Original file line number Diff line number Diff line change
Expand Up @@ -290,6 +290,8 @@ namespace ttg_parsec {
// it / complete it after a fence()
tpool->profiling_array = nullptr;
#endif
assert(NULL != tpool->tdm.monitor);
tpool->tdm.module->unmonitor_taskpool(tpool);
parsec_taskpool_free(tpool);
tpool = nullptr;
}
Expand Down

0 comments on commit 645f932

Please sign in to comment.