Skip to content

Commit

Permalink
Changing the intro
Browse files Browse the repository at this point in the history
  • Loading branch information
bbrydsoe committed Aug 2, 2024
1 parent acd6541 commit adf0b82
Showing 1 changed file with 11 additions and 15 deletions.
26 changes: 11 additions & 15 deletions docs/batch.md
Original file line number Diff line number Diff line change
@@ -1,21 +1,17 @@
# The Batch System (SLURM)

- Large/long/parallel jobs **must** be run through the batch system
\item SLURM is an Open Source job scheduler, which provides three key functions
\begin{itemize}
\item Keeps track of available system resources
\item Enforces local system resource usage and job scheduling policies
\item Manages a job queue, distributing work across resources according to policies
\end{itemize}
\item In order to run a batch job, you need to create and submit a
SLURM submit file (also called a batch submit file, a batch
script, or a job script).
\item Guides and documentation at: http://www.hpc2n.umu.se/support
\end{itemize}
\end{block}
}
- Large/long/parallel jobs **must** be run through the batch system.
- SLURM is an Open Source job scheduler, which provides three key functions.
- Keeps track of available system resources.
- Enforces local system resource usage and job scheduling policies.
- Manages a job queue, distributing work across resources according to policies.
- In order to run a batch job, you need to create and submit a SLURM submit file (also called a batch submit file, a batch script, or a job script).

!!! Note

Guides and documentation for the batch system at HPC2N here at: https://docs.hpc2n.umu.se/documentation/batchsystem/intro/

\frame{\frametitle{The Batch System}\framesubtitle{Accounting, Compute nodes, Kebnekaise}
## Accounting, Compute nodes

\begin{block}{}
\begin{small}
Expand Down

0 comments on commit adf0b82

Please sign in to comment.