Skip to content
Snippets Groups Projects
Commit d7d259b9 authored by Moe Jette's avatar Moe Jette
Browse files

Minor word-smithing.

parent 32f86214
No related branches found
No related tags found
No related merge requests found
......@@ -225,7 +225,7 @@ pending jobs via the API.
\subsection{Architecture}
\begin{figure}[tb]
\centerline{\epsfig{file=../figures/arch.eps,scale=0.20}}
\centerline{\epsfig{file=../figures/arch.eps,scale=0.35}}
\caption{\small SLURM Architecture}
\label{arch}
\end{figure}
......@@ -409,7 +409,7 @@ SLURM uses a general purpose plugin mechanism. A SLURM plugin is a
dynamically linked code object which is loaded explicitly at run time
by the SLURM libraries. A plugin provides a customized implemenation
of a well-defined API connected to tasks such as authentication,
interconnect fabric, task scheduling, etc. A set of functions is defined
interconnect fabric, task scheduling, etc. A common set of functions is defined
for use by all of the different infrastructures of a particular variety.
For example, the authentication plugin must define functions such as:
{\tt slurm\_auth\_create} to create a credential, {\tt slurm\_auth\_verify}
......
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