diff --git a/doc/man/man1/srun.1 b/doc/man/man1/srun.1 index 47456e06c0166e089b7b79b83c79109300195b97..b724ca407a63acf6b2806f91649acbf40bc44c8c 100644 --- a/doc/man/man1/srun.1 +++ b/doc/man/man1/srun.1 @@ -1,4 +1,4 @@ -.TH srun "1" "Slurm Commands" "November 2015" "Slurm Commands" +.TH srun "1" "Slurm Commands" "January 2016" "Slurm Commands" .SH "NAME" srun \- Run parallel jobs @@ -145,7 +145,7 @@ Copy executable file to allocated compute nodes. If a file name is specified, copy the executable to the specified destination file path. If no path is specified, copy the file to a file named "slurm_bcast_<job_id>.<step_id>" in the current working. -For example, "srun \-\-bcast=/tmp/mine -N3 a.out" will copy the file "a.out" +For example, "srun \-\-bcast=/tmp/mine \-N3 a.out" will copy the file "a.out" from your current directory to the file "/tmp/mine" on each of the three allocated compute nodes and execute that file. diff --git a/doc/man/man5/slurm.conf.5 b/doc/man/man5/slurm.conf.5 index cc752269b96246c4545599fc672349b3c9e38891..02d85c8786c7637e1a4e134f7d4ea632266d68ff 100644 --- a/doc/man/man5/slurm.conf.5 +++ b/doc/man/man5/slurm.conf.5 @@ -1,4 +1,4 @@ -.TH "slurm.conf" "5" "Slurm Configuration File" "November 2015" "Slurm Configuration File" +.TH "slurm.conf" "5" "Slurm Configuration File" "January 2016" "Slurm Configuration File" .SH "NAME" slurm.conf \- Slurm configuration file @@ -1666,7 +1666,7 @@ not recommended. .TP \fBREQUEUE\fR preempts jobs by requeuing them (if possible) or canceling them. -For jobs to be requeued they must have the --requeue sbatch option set +For jobs to be requeued they must have the \-\-requeue sbatch option set or the cluster wide JobRequeue parameter in slurm.conf must be set to one. .TP \fBSUSPEND\fR