From d7d259b9e0720bd9391b13e453d07b37a5dc394a Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Fri, 4 Apr 2003 20:25:09 +0000 Subject: [PATCH] Minor word-smithing. --- doc/pubdesign/report.tex | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/pubdesign/report.tex b/doc/pubdesign/report.tex index 7f673c2f277..62b4ae7ef90 100644 --- a/doc/pubdesign/report.tex +++ b/doc/pubdesign/report.tex @@ -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} -- GitLab