From a6ad742154c5bee9e057caa83984770c503c5224 Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Thu, 13 Dec 2007 17:11:26 +0000 Subject: [PATCH] Make note about slurm version be in bold --- doc/html/configurator.html.in | 11 ++++++----- 1 file changed, 6 insertions(+), 5 deletions(-) diff --git a/doc/html/configurator.html.in b/doc/html/configurator.html.in index b059b772aab..4a54eee54ee 100644 --- a/doc/html/configurator.html.in +++ b/doc/html/configurator.html.in @@ -4,7 +4,7 @@ Produced at Lawrence Livermore National Laboratory (cf, DISCLAIMER). Written by Morris Jette <jette1@llnl.gov> and Danny Auble <da@llnl.gov> This file is part of SLURM, a resource management program. -For details, see <https://www.llnl.gov/linux/slurm/>. +For details, see <https://computing.llnl.gov/linux/slurm/>. SLURM is free software; you can redistribute it and/or modify it under the terms of the GNU General Public License as published by the Free @@ -251,14 +251,15 @@ function displayfile() <FORM name=config> <H1>SLURM Configration Tool, Version @SLURM_MAJOR@.@SLURM_MINOR@</H1> <P>This form can be used to create a SLURM configuration file with -you controlling many of the important configuration parameters. -This tool supports SLURM version @SLURM_MAJOR@.@SLURM_MINOR@. +you controlling many of the important configuration parameters.</P> + +<P><B>This tool supports SLURM version @SLURM_MAJOR@.@SLURM_MINOR@ only.</B> Configuration files for other versions of SLURM should be built using the tool distributed with it in <i>doc/html/configurator.html</i>. Some parameters will be set to default values, but you can manually edit the resulting <I>slurm.conf</I> as desired for greater flexibiilty. See <I>man slurm.conf</I> for more -details about the configuration parameters. +details about the configuration parameters.</P> <P>After you have filled in the fields of interest, use the "Submit" button on the bottom of the page to build the <I>slurm.conf</I> @@ -733,6 +734,6 @@ before terminating all remaining tasks. A value of zero indicates unlimited wait </FORM> <HR> <p class="footer">UCRL-WEB-225274<br> -Last modified 2 December 2007</p> +Last modified 13 December 2007</p> </BODY> -- GitLab