Skip to content

Commit

Permalink
adding missing command in example
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Apr 29, 2024
1 parent cf9673f commit 59779ec
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions doc/source/examples/extended_examples/hpc/hpc_ml_ga.rst
Expand Up @@ -437,9 +437,9 @@ the mentioned script.

5. Run the bash script using `sbatch <slurm_sbatch_>`_ command:

.. code-block::
.. code-block:: console
sbatch --nodes=1 --ntasks-per-node=10
sbatch --nodes=1 --ntasks-per-node=10 job.sh
The preceding command allocates 10 cores for the job.
For optimal performance, this value should be higher than the number
Expand Down

0 comments on commit 59779ec

Please sign in to comment.