From 24a6917681985d92439febd74f4660133b1ed9a1 Mon Sep 17 00:00:00 2001 From: Mikael Simberg Date: Mon, 28 Mar 2022 10:42:34 +0200 Subject: [PATCH] Update required Kokkos version in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 16c01dd..a88bf03 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ built using the `benchmarks` target. - CMake version 3.19 or newer - HPX version 1.7.X -- Kokkos version 3.6.0 or newer +- Kokkos development version 3.5.99 - The build should have `Kokkos_ENABLE_HPX=ON` and `Kokkos_ENABLE_HPX_ASYNC_DISPATCH=ON`