Skip to content
Snippets Groups Projects
Commit d802d968 authored by Ewan Roche's avatar Ewan Roche
Browse files

Added build tools slides

parent 654ed97a
No related branches found
No related tags found
No related merge requests found
......@@ -193,7 +193,7 @@ HPCG can use roughly 2\% of the peak performance
\begin{frame}
\begin{block}{}
\begin{center}
HPCG is representative for lots of scientific codes
HPCG is representative of lots of scientific codes
\end{center}
\end{block}
......@@ -490,10 +490,10 @@ Libraries to make your life better
\begin{frame}
\begin{block}{}
\begin{itemize}
\item<1->{\tt MKL}
\item<2->{\tt OpenBLAS}
\item<3->{\tt FFTW}
\item<4->{\tt Eigen}
\item<2->{\tt MKL}
\item<3->{\tt OpenBLAS}
\item<4->{\tt FFTW}
\item<5->{\tt Eigen}
\end{itemize}
......@@ -520,6 +520,40 @@ $ gcc mycode.c \
\end{block}
\end{frame}
%---------------------
\begin{frame}
\begin{block}{}
\begin{center}
If you have more than one source file then use a build system
\end{center}
\end{block}
\end{frame}
\begin{frame}
Autotools
\begin{block}{}
\begin{itemize}
\item<2->{\tt ./configure}
\item<3->{\tt make}
\item<4->{\tt make install}
\end{itemize}
\end{block}
\end{frame}
\begin{frame}
cmake
\begin{block}{}
\begin{itemize}
\item<2->{\tt cmake}
\item<3->{\tt make}
\item<4->{\tt make install}
\end{itemize}
\end{block}
\end{frame}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment