Skip to content

Commit

Permalink
Small typo =)
Browse files Browse the repository at this point in the history
Thanks to eagle-eye Alberto Scazzola
  • Loading branch information
matteosecli committed May 29, 2020
1 parent 378cea5 commit d7a3a51
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/source/how-to-use-ulysses.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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.

Expand Down

0 comments on commit d7a3a51

Please sign in to comment.