From 950f011f24de1c392c9a30323b5fd255ecb8a02d Mon Sep 17 00:00:00 2001 From: Jim Garlick Date: Fri, 24 Feb 2017 16:15:39 -0800 Subject: [PATCH] doc/flux-start.1: document --scratchdir option --- doc/man1/flux-start.adoc | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/doc/man1/flux-start.adoc b/doc/man1/flux-start.adoc index 0a6b314176ca..126aa84053ff 100644 --- a/doc/man1/flux-start.adoc +++ b/doc/man1/flux-start.adoc @@ -58,6 +58,14 @@ configuration profile named 'PROFILE'. Requires a version of Flux built with --enable-caliper. Unless CALI_LOG_VERBOSITY is already set in the environment, it will default to 0 for all brokers. +*--scratchdir*='DIR':: +For selfpmi bootstrap mode, set a pre-existing directory that will +contain the generated broker.rundir directories for the instance. +If a DIR is not set with this option, a unique temporary directory will +be created for the lifetime of the instance and removed when the +instance is destroyed. + + EXAMPLES --------