| \documentclass[11pt]{article} |
| \usepackage{graphics} |
| \usepackage{epsfig} |
| \usepackage{hhline} |
| |
| \setlength{\textheight}{8.5in} |
| \setlength{\textwidth}{6in} |
| \setlength{\oddsidemargin}{0.15in} |
| \setlength{\parindent}{1pc} |
| \setlength{\topmargin}{-0.0625in} |
| |
| % define some macros: |
| \newcommand{\munged}{{\tt munged}} |
| \newcommand{\srun}{{\tt srun}} |
| \newcommand{\scancel}{{\tt scancel}} |
| \newcommand{\squeue}{{\tt squeue}} |
| \newcommand{\scontrol}{{\tt scontrol}} |
| \newcommand{\sinfo}{{\tt sinfo}} |
| \newcommand{\slurmctld}{{\tt slurmctld}} |
| \newcommand{\slurmd}{{\tt slurmd}} |
| |
| \title{SLURM: Simple Linux Utility for Resource Management\thanks{ |
| This document was prepared as an account of work sponsored by an |
| agency of the United States Government. Neither the United States |
| Government nor the University of California nor any of their |
| employees, makes any warranty, express or implied, or assumes any |
| legal liability or responsibility for the accuracy, completeness, or |
| usefulness of any information, apparatus, product, or process |
| disclosed, or represents that its use would not infringe privately |
| owned rights. Reference herein to any specific commercial product, |
| process, or service by trade name, trademark, manufacturer, or |
| otherwise, does not necessarily constitute or imply its endorsement, |
| recommendation, or favoring by the United States Government or the |
| University of California. The views and opinions of authors expressed |
| herein do not necessarily state or reflect those of the United States |
| Government or the University of California, and shall not be used for |
| advertising or product endorsement purposes. |
| This work was performed under the auspices of the U. S. Department of |
| Energy by the University of California, Lawrence Livermore National |
| Laboratory under Contract No. W-7405-Eng-48. Document UCRL-JC-147996.}} |
| |
| \author{Morris A. Jette \and Andy B. Yoo \and Mark Grondona} |
| |
| % We cheat here to easily get the desired allignment |
| %\date{\{jette1,mgrondona\}@llnl.gov} |
| \date{Lawrence Livermore National Laboratory\\ |
| Livermore, CA 94551\\ |
| \{jette1 $\mid$ yoo2 $\mid$ mgrondona\}@llnl.gov} |
| |
| \begin{document} |
| |
| \maketitle |
| |
| \input{abstract} |
| |
| \input{intro} |
| \input{architecture} |
| \input{services} |
| \input{survey} |
| %\input{interaction} |
| \input{perf} |
| \input{conclusions} |
| |
| \section*{Acknowledgments} |
| |
| Additional programmers are responsible for the development of |
| SLURM include: Chris Dunlap, Joey Ekstrom, Jim Garlick, Kevin Tew |
| and Jay Windley. |
| |
| \newpage |
| \bibliographystyle{abbrv} |
| \bibliography{references} |
| /biblio |
| \end{document} |