From d7a3a51ac9936815026cf8e3126b8d03d0d0dd04 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matteo=20Secl=C3=AC?= Date: Fri, 29 May 2020 11:59:46 +0200 Subject: [PATCH] Small typo =) Thanks to eagle-eye Alberto Scazzola --- doc/source/how-to-use-ulysses.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/how-to-use-ulysses.rst b/doc/source/how-to-use-ulysses.rst index d3c72af..2340216 100644 --- a/doc/source/how-to-use-ulysses.rst +++ b/doc/source/how-to-use-ulysses.rst @@ -430,7 +430,7 @@ In other words, if you augment you regular Bash script :code:`regular_script.sh` .. code-block:: console - $ batch job_script.sh + $ sbatch job_script.sh Yep, as simple as that. Of course, if you realize at the very last moment that you want to add some extra command line option, you can do that directly at the command-line level without necessarily adding it to the job script. However, if you have a stable collection of all the command-line options that you commonly use in a single place, i.e. at the beginning of a job script, you can then copy-paste that script every time you have to send a new calculation and just change the relevant bits.