Skip to content
Snippets Groups Projects
Commit 4f611d57 authored by Christopher J. Morrone's avatar Christopher J. Morrone
Browse files

Tweak RELEASE_NOTES wording.

parent a1d6e31a
No related branches found
No related tags found
No related merge requests found
...@@ -6,10 +6,10 @@ See the file NEWS for more details. ...@@ -6,10 +6,10 @@ See the file NEWS for more details.
* Several new commands have been added to perform the individual srun functions. * Several new commands have been added to perform the individual srun functions.
The srun command will continue to exist, but these commands may offer The srun command will continue to exist, but these commands may offer
greater clarity and ease of use. greater clarity and ease of use.
salloc - Perform a resource allocation (functions like "srun --allocate") salloc - Create a job allocation (functions like "srun --allocate")
sattach - Attach to an existing job (functions like "srun --attach") sattach - Attach to an existing job step (functions like "srun --attach")
sbatch - Submit a batch job (functions like "srun --batch") sbatch - Submit a batch job script (functions like "srun --batch")
slaunch - Launch tasks (requires an allocaiton to already exist for the job) slaunch - Launch tasks (requires a pre-existing job allocation)
See the indivual man pages for more information. See the indivual man pages for more information.
* Permit batch jobs to be requeued ("scontrol requeue <jobid>" or * Permit batch jobs to be requeued ("scontrol requeue <jobid>" or
......
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