ddn-ime-evaluation/paper/paper.tex

94 lines
2.2 KiB
TeX
Raw Normal View History

2018-10-24 15:13:05 +00:00
\documentclass{./llncs2e/llncs}
%\documentclass{article}
2018-10-24 15:13:05 +00:00
\usepackage{silence}
\WarningFilter{latex}{Text page}
\WarningFilter{caption}{Unsupported}
\WarningFilter{amsmath}{Unable}
\usepackage{color}
\usepackage{soul}
2018-10-24 15:13:05 +00:00
\usepackage{todonotes}
\newcommand{\jk}[1]{\todo[inline]{JK: #1}}
\newcommand{\eb}[1]{\todo[inline]{EB: #1}}
2018-12-14 17:59:38 +00:00
%\usepackage{changes}
%\newcommand{\ebr}[2]{ \hl{\replaced{ #1 }{ #2 }} }
2018-10-25 16:24:49 +00:00
\usepackage{silence}
\WarningFilter{latex}{Float}
\WarningFilter{llncs}{The remreset package is obsolete}
2018-10-24 15:13:05 +00:00
%\WarningFilter{latex}{Marginpar}
%\WarningFilter{latexfont}{Font shape}
%\WarningFilter{latexfont}{Some font}
\usepackage{lmodern}
%\usepackage{booktabs}
2018-10-24 15:13:05 +00:00
%\usepackage{caption}
\usepackage{subcaption}
\usepackage{amsmath}
%\usepackage[pass,showframe]{geometry}
\usepackage{array}
\usepackage[hidelinks]{hyperref}
\usepackage{cleveref}
\usepackage{graphicx}
%\usepackage{luacode}
%\usepackage{subfig}
\usepackage{xcolor}
\usepackage{float}
\graphicspath{
{./fig/}
{../benchmark/eval_analysis_output/}
2018-10-24 15:13:05 +00:00
}
%\newcolumntype{P}[1]{>{\raggedright\let\newline\\\arraybackslash\hspace{0pt}}m{#1\textwidth}}
2018-10-24 15:13:05 +00:00
\begin{document}
\pagestyle{headings} % switches on printing of running heads
\title{Benefit of DDN's IME-FUSE for I/O intensive HPC applications.}
2018-10-24 15:13:05 +00:00
%\author{Double blind}
\author{Eugen Betke\inst{1} \and Julian Kunkel\inst{2}}
\institute{Deutsches Klimarechenzentrum, Hamburg, Germany,\\
\email{betke@dkrz.de}
\and
University of Reading, Reading, United Kingdom,\\
\email{j.m.kunkel@reading.ac.uk}}
\maketitle % typeset the title of the contribution
\begin{abstract}
2018-12-14 17:59:38 +00:00
Todo: abstract \ldots
2018-10-24 15:13:05 +00:00
\end{abstract}
\keywords{Lustre, FUSE, evaluation, flash-based storage}
2018-12-14 17:59:38 +00:00
\section{IBM Spectrum Scale}
% https://support.dvsus.com/hc/en-us/articles/212928566-GPFS-general-commands-
% mmlsfs all
% mmlscluster
% mmlsconfig
2018-10-24 15:13:05 +00:00
2018-12-14 17:59:38 +00:00
A GPFS 4.2.3.0 file system was used as back-end for IMEs.
The pagepool was 6GB large.
2018-10-24 15:13:05 +00:00
\subsection{Benchmarks}
\section{Experiment Configuration}
\section{Conclusion}
\section*{Acknowledgment}
{
\small
Thanks to DDN for providing access to the IME test cluster and to Jean-Thomas Acquaviva for the support.
}
\bibliographystyle{splncs03}
\bibliography{bibliography}{}
\end{document}