From f9f996d75b1839d62c52a995bcf680d702bcf507 Mon Sep 17 00:00:00 2001 From: Mark Grondona <mgrondona@llnl.gov> Date: Tue, 30 Sep 2003 19:45:20 +0000 Subject: [PATCH] o add new --jobid option --- doc/man/man1/srun.1 | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1 index 5c041899bfd..a62c41f4410 100644 --- a/doc/man/man1/srun.1 +++ b/doc/man/man1/srun.1 @@ -144,6 +144,11 @@ Specify a name for the job. The specified name will appear along with the job id number when querying running jobs on the system. The default is the supplied \fBexecutable\fR program's name. .TP +\fB--jobid\fR=\fIid\fR +Initiate a job step under an already allocated job with job id \fIid\fR. +Using this option will cause \fBsrun\fR to behave exactly as if the +SLURM_JOBID environment variable was set. +.TP \fB\-o\fR, \fB\-\-output\fR=\fImode\fR Specify the mode for stdout redirection. By default, .B srun -- GitLab