Skip to content

Commit

Permalink
Bump PaRSEC and MADNESS tags for proper tear-down
Browse files Browse the repository at this point in the history
Signed-off-by: Joseph Schuchart <schuchart@icl.utk.edu>
  • Loading branch information
devreal committed Nov 3, 2023
1 parent 166bdec commit 33a5a8d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions cmake/modules/ExternalDependenciesVersions.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
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 e4ee892717e7f91f824a9652d53d4da2acf6920e)
set(TTG_TRACKED_PARSEC_TAG e59bed9d4934775792a58980cf5500bd41381bc4)
set(TTG_TRACKED_MADNESS_TAG cb195817d7807c4aead10ba200cd20649036cbae)
set(TTG_TRACKED_PARSEC_TAG 6fd959e4a8d2dad8b701d0b83cd85b372f1a306b)
set(TTG_TRACKED_BTAS_TAG a02be0d29fb4a788ecef43de711dcd6d6f1cb6b8)
set(TTG_TRACKED_TILEDARRAY_TAG dfa3f76ebd58c05c64acf6e57cbdc85e90c880a8)
2 changes: 1 addition & 1 deletion cmake/modules/FindOrFetchMADNESS.cmake
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ if (NOT TARGET MADworld)
set(MADNESS_TASK_BACKEND PaRSEC CACHE STRING "The task backend to use for MADNESS tasks")
FetchContent_Declare(
MADNESS
GIT_REPOSITORY https://github.com/m-a-d-n-e-s-s/madness.git
GIT_REPOSITORY https://github.com/therault/madness.git
GIT_TAG ${TTG_TRACKED_MADNESS_TAG}
)
FetchContent_MakeAvailable(MADNESS)
Expand Down

0 comments on commit 33a5a8d

Please sign in to comment.