Skip to content

Commit

Permalink
turn off line numbering to avoid huge margins
Browse files Browse the repository at this point in the history
  • Loading branch information
bast committed Sep 19, 2017
1 parent b7e6b05 commit a5c53be
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions jobs/examples.rst
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ Example for an OpenMP job

.. literalinclude:: files/slurm-OMP.sh
:language: bash
:linenos:

Save it to a file (e.g. run.sh) and submit it with::

Expand All @@ -28,7 +27,6 @@ Example for a MPI job

.. literalinclude:: files/slurm-MPI.sh
:language: bash
:linenos:

Save it to a file (e.g. run.sh) and submit it with::

Expand All @@ -39,7 +37,6 @@ Example for a hybrid MPI OpenMP job

.. literalinclude:: files/slurm-MPI-OMP.sh
:language: bash
:linenos:

Save it to a file (e.g. run.sh) and submit it with::

Expand All @@ -62,7 +59,6 @@ We take Python as an example but this does not matter for the job arrays:

.. literalinclude:: files/test.py
:language: python
:linenos:

Save this to a file called "test.py" and try it out::

Expand All @@ -77,7 +73,6 @@ For this we use the following script:

.. literalinclude:: files/slurm-job-array.sh
:language: bash
:linenos:

Sumbit the script and after a short while you should see 16 output files
in your submit directory::
Expand Down Expand Up @@ -128,4 +123,3 @@ Example on how to allocate entire memory on one node

.. literalinclude:: files/slurm-big-memory.sh
:language: bash
:linenos:

0 comments on commit a5c53be

Please sign in to comment.