We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15edaf1 commit 7ef9efbCopy full SHA for 7ef9efb
CMakeLists.txt
@@ -30,8 +30,8 @@ option(RECONVERSE_TRY_ENABLE_COMM_LCI2 "whether to enable the LCIv2 backend" ON)
30
option(RECONVERSE_AUTOFETCH_LCI2
31
"whether to autofetch LCIv2 if LCI2 cannot be found" OFF)
32
set(RECONVERSE_AUTOFETCH_LCI2_TAG
33
- "85dc99f3b32cfc8b3b4b0e0590ee445282964b57"
34
- CACHE STRING "The tag to fetch for LCIv2") # master branch as of 2025-04-17
+ "96f8c00d4b9f9c391083dadb36affdf243122cac"
+ CACHE STRING "The tag to fetch for LCIv2") # master branch as of 2025-05-03
35
36
option(SPANTREE "whether to enable spanning tree collectives" ON)
37
option(CMK_SMP "whether to enable SMP support" ON)
0 commit comments