You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: Content/Presentations/sections/Section_Building.tex
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -39,7 +39,7 @@
39
39
\begin{frame}[fragile]{Options for Building Kokkos}
40
40
41
41
\begin{itemize}
42
-
\item\textbf{Install Kokkos and find it as extenal package:} For large projects with multiple dependencies installing Kokkos via CMake and then building against it is the best option.
42
+
\item\textbf{Install Kokkos and find it as external package:} For large projects with multiple dependencies installing Kokkos via CMake and then building against it is the best option.
43
43
\item\textbf{Build Kokkos embedded in your project:} This is an option suited for applications which have few dependencies (and no one depending on them) and want to build Kokkos inline with their application.
44
44
\item\textbf{Using Spack:} For projects which largely rely on components provided by the Spack package manager.
0 commit comments