Skip to content

Commit

Permalink
Fix an error
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrydsoe committed Jun 25, 2024
1 parent 05b1ec5 commit b586bc8
Showing 1 changed file with 0 additions and 109 deletions.
109 changes: 0 additions & 109 deletions docs/filesystem.md
Original file line number Diff line number Diff line change
@@ -1,112 +1,3 @@
\documentclass{beamer}

% ////////////////////////////////////////////////////////////////////////////
% Instructions for authors
% ////////////////////////////////////////////////////////////////////////////
%
% Please scan the current document and notices how it is divided into sections
% Only one author per slide, please! This will reduce merge conflicts
% Create new commands in separate sections marked by your initials
% The document width is 78 characters.

% Configuration of beamer
\usetheme{Copenhagen}
\setbeamertemplate{navigation symbols}{}
\setbeamertemplate{footline}[frame number]

% Basic packages
\usepackage{graphics,graphicx,hyperref,amsmath,amssymb,amsthm,color,multirow}
\usepackage{ragged2e}
\usepackage{verbatim,listings}
\usepackage[normalem]{ulem}
\usepackage{hhline}
% Set the graphics path
% \graphicspath{{./graphics/people/}{./graphics/logos/}}

% ////////////////////////////////////////////////////////////////////////////
% LaTeX shortcut commands typically defined by CCKM
% ////////////////////////////////////////////////////////////////////////////

% Theorems
\newtheorem{algorithm}[theorem]{Algorithm}

% Finite dimensional vectorspaces
\newcommand{\R}{\mathbb{R}}
\newcommand{\Rn}{\R^n}
\newcommand{\Rp}{\R^p}
\newcommand{\Rnn}{\R^{n \times n}}
\newcommand{\Rnp}{\R^{n \times p}}
\newcommand{\myspan}{\text{span}}

% Equations
\newcommand{\be}{\begin{equation}}
\newcommand{\ee}{\end{equation}}
\newcommand{\bes}{\begin{equation*}}
\newcommand{\ees}{\end{equation*}}

% Matrices
\newcommand{\bbm}{\begin{bmatrix}}
\newcommand{\ebm}{\end{bmatrix}}
\newcommand{\bpm}{\begin{pmatrix}}
\newcommand{\epm}{\end{pmatrix}}

% Sets
\newcommand{\Ran}{\text{Ran}\:}
\newcommand{\Ker}{\text{Ker}\:}

% Floating point representation
\newcommand{\fl}{\text{fl}}

% ////////////////////////////////////////////////////////////////////////////
% Specialized graphics
% ///////////////////////////////////////////////////////////////////////////

\usepackage{tikz}
\usetikzlibrary{shapes}
\setbeamerfont{block title}{size=\small}

\title[Introduction to HPC2N]{Introduction to HPC2N}
%\subtitle{}
%\author{Birgitte Bryds\o, Mirko Myllykoski, and Pedro Ojeda-May}
\author{Birgitte Bryds\o, Pedro Ojeda-May}
\institute{HPC2N, Ume\aa{} University}

\titlegraphic{\center{\includegraphics[height=1.2cm]{figures/naiss.png}\hspace*{1.1cm}~
\includegraphics[height=1.2cm]{figures/umu-logotyp-EN.png}\hspace*{1.1cm}~\includegraphics[height=1.2cm]{figures/hpc2n.png}
}}
\date{18 January 2024}
\begin{document}

\frame{
\titlepage
}


\frame{\frametitle{Overview}

\begin{block}{}
\begin{itemize}
\item Projects - compute and storage
\item Using our systems
\item The File System
\item The Module System
\begin{itemize}
\item Overview
\item Compiler Tool Chains
\item Examples
\end{itemize}
\item Compiling/linking with libraries
\item The Batch System (SLURM)
\begin{itemize}
\item Overview
\item Examples
\end{itemize}
\end{itemize}
\end{block}

}


\frame{\frametitle{Projects - compute and storage}
\begin{small}
Join a project or apply for one.
Expand Down

0 comments on commit b586bc8

Please sign in to comment.