From 7265dc24de3dc704f56e359a314f36d547e92fcf Mon Sep 17 00:00:00 2001
From: Moe Jette <jette1@llnl.gov>
Date: Thu, 1 Sep 2005 17:53:01 +0000
Subject: [PATCH] Add definitions of SrunProlog and SrunEpilog.

---
 etc/slurm.conf.example | 11 +++++++++++
 1 file changed, 11 insertions(+)

diff --git a/etc/slurm.conf.example b/etc/slurm.conf.example
index 6d5cceecc3f..44a318bed02 100644
--- a/etc/slurm.conf.example
+++ b/etc/slurm.conf.example
@@ -432,6 +432,17 @@ JobAcctType=jobacct/none
 # Epilog=/usr/local/slurm/epilog	# default is no epilog
 
 
+# 
+# o Define programs to be executed by srun at job step initiation and 
+#   termination. These parameters may be overridden by srun's --prolog 
+#   and --epilog options.
+#
+# Example:
+#
+# SrunProlog=/usr/local/slurm/srun_prolog   # default is no srun prolog
+# SrunEpilog=/usr/local/slurm/srun_epilog   # default is no srun epilog
+
+
 #
 # o Define the temporary file system 
 #
-- 
GitLab