From 1c46da5876cbd8e4fba51661c7d77e1580483ab2 Mon Sep 17 00:00:00 2001 From: Damien L-G Date: Mon, 2 Feb 2026 13:18:39 +0900 Subject: [PATCH] Remove stray build instruction for generated makefiles --- Content/Presentations/sections/Section_DataParallelPatterns.tex | 1 - 1 file changed, 1 deletion(-) diff --git a/Content/Presentations/sections/Section_DataParallelPatterns.tex b/Content/Presentations/sections/Section_DataParallelPatterns.tex index f66cbfc3..afaa6ddf 100644 --- a/Content/Presentations/sections/Section_DataParallelPatterns.tex +++ b/Content/Presentations/sections/Section_DataParallelPatterns.tex @@ -888,7 +888,6 @@ # architectures and corresponding flags, or use ccmake to discover options cmake -B build-cuda -DKokkos_ENABLE_CUDA=ON cmake --build build-cuda - make -j KOKKOS_DEVICES=Cuda KOKKOS_ARCH=... \end{code} \end{small} \end{frame}