Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
matteosecli committed Jul 7, 2020
2 parents edeaeac + d7a3a51 commit 8f228a3
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 @@ -428,7 +428,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 8f228a3

Please sign in to comment.