Skip to content

Commit 2239869

Browse files
committed
Fix stdpar build
1 parent dd9943d commit 2239869

6 files changed

+2094
-69
lines changed

cpp-mdspan/build/cmake-kermit.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ SRC_ROOT=/raid/mhoemmen/src/miniWeather/cpp-mdspan
1414
# Current version of stdpar code requires C++23,
1515
# because it uses std::ranges::views::cartesian_product.
1616
# nvc++ might not support that yet.
17-
MINIWEATHER_ENABLE_STDPAR=OFF
17+
MINIWEATHER_ENABLE_STDPAR=ON
1818

1919
# We don't have ForEachInExtents yet with 25.1.
2020
MINIWEATHER_ENABLE_CUB=OFF

0 commit comments

Comments
 (0)