From eb9a5010941b35af308c00b13de9cdf37338874d Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Tue, 9 Dec 2003 23:30:18 +0000 Subject: [PATCH] Add basic build and installation instructions to quickstart guide. --- doc/html/quickstart.html | 31 +++++++++++++++++++++++++++++++ 1 file changed, 31 insertions(+) diff --git a/doc/html/quickstart.html b/doc/html/quickstart.html index 5a6323b6e3b..e6d041f063e 100644 --- a/doc/html/quickstart.html +++ b/doc/html/quickstart.html @@ -226,6 +226,37 @@ However, synchronized clocks will permit easier analysis of SLURM logs from multiple nodes. +<h3>Building and Installing</h3> + +Basic instructions to build and install SLURM are shown below. +See the <i>INSTALL</i> file for more details. + +<ol> +<li>cd to the directory containign the SLURM source and type +<i>./configure</i> with appropriate options. +<li>Type <i>make</i> to compile SLURM +<li> Type <i>make install</i> to install the programs, documentation, +libaries, header files, etc. +</ol> + +The most commonly used arguments to the <i>configure</i> command include: +<dl> +<dt>--enable-debug +<dd>Enable debugging of individual modules +<dt>--prefix=<i>PREFIX</i> +<dd>Install architecture-independent files in PREFIX, default +value is <i>/usr/local</i> +<dt>--sysconfdir=<i>DIR</i> +<dd>Specify location of SLURM configuration file +<dt>--with-elan +<dd>Ccompile with support for the Quadrics Elan switch (see +<a href="http://www.quadrics.com">http://www.quadrics.com</a>) +<dt>--with-totalview +<dd>compile with support for the TotalView debugger (see +<a href="http://www.etnus.com/">http://www.etnus.com</a>) +</dl> + + <h3>Configuration</h3> The SLURM configuration file includes a wide variety of -- GitLab