Skip to content
Snippets Groups Projects
Commit 212e64c4 authored by Moe Jette's avatar Moe Jette
Browse files

Note support of command args for sbatch and salloc.

parent 98a8fab9
No related branches found
No related tags found
No related merge requests found
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
salloc \- Obtain a SLURM job allocation (a set of nodes), execute a command, and then release the allocation when the command is finished. salloc \- Obtain a SLURM job allocation (a set of nodes), execute a command, and then release the allocation when the command is finished.
.SH "SYNOPSIS" .SH "SYNOPSIS"
.LP .LP
salloc [\fIoptions\fP] <\fIcommand\fP> [\fIcommand args\fR] salloc [\fIoptions\fP] [<\fIcommand\fP> [\fIcommand args\fR]]
.SH "DESCRIPTION" .SH "DESCRIPTION"
.LP .LP
salloc is used to allocate a SLURM job allocation, which is a set of resources (nodes), possibly with some set of constraints (e.g. number of processors per node). When salloc successfully obtains the requested allocation, it then runs the command specified by the user. Finally, when the user specified command is complete, salloc relinquishes the job allocation. salloc is used to allocate a SLURM job allocation, which is a set of resources (nodes), possibly with some set of constraints (e.g. number of processors per node). When salloc successfully obtains the requested allocation, it then runs the command specified by the user. Finally, when the user specified command is complete, salloc relinquishes the job allocation.
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
sbatch \- Submit a batch script to SLURM. sbatch \- Submit a batch script to SLURM.
.SH "SYNOPSIS" .SH "SYNOPSIS"
.LP .LP
sbatch [\fIoptions\fP] [\fIscript\fP] sbatch [\fIoptions\fP] \fIscript\fP [\fIargs\fP...]
.SH "DESCRIPTION" .SH "DESCRIPTION"
.LP .LP
sbatch submits a batch script to SLURM. The batch script may be given to sbatch submits a batch script to SLURM. The batch script may be given to
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment