From 70f18e6a90b945c6d2a6d0b02a49bcdadebe09cf Mon Sep 17 00:00:00 2001 From: Moe Jette <jette1@llnl.gov> Date: Wed, 21 Feb 2007 23:42:30 +0000 Subject: [PATCH] Give some srun begin time examples. --- doc/man/man1/srun.1 | 15 +++++++++++---- 1 file changed, 11 insertions(+), 4 deletions(-) diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1 index 12554ec786f..92e80c0639c 100644 --- a/doc/man/man1/srun.1 +++ b/doc/man/man1/srun.1 @@ -104,12 +104,19 @@ a date in the form \fImonth\-name\fR day with an optional year, or giving a date of the form \fIMMDDYY\fR or \fIMM/DD/YY\fR or \fIDD.MM.YY\fR. You can also give times like \fInow + count time\-units\fR, where the time\-units -can be \fIminutes\fR, \fIhours\fR, \fIdays\fR, or \fIweeks\fR -and you can tell SLURM to run the job today with the keyword -\fItoday\fR and to run the job tomorrow with the keyword -\fItomorrow\fR. +can be \fIseconds\fR (default), \fIminutes\fR, \fIhours\fR, +\fIdays\fR, or \fIweeks\fR and you can tell SLURM to run +the job today with the keyword \fItoday\fR and to run the +job tomorrow with the keyword \fItomorrow\fR. The value may be changed after job submission using the \fBscontrol\fR command. +For example: +.nf + \-\-begin=16:00 + \-\-begin=now+1hour + \-\-begin=now+60 (seconds by default) + \-\-begin=02/22/08-12:34:67 +.fi .TP \fB\-C\fR, \fB\-\-constraint\fR=\fIlist\fR -- GitLab