Skip to content

Commit

Permalink
Adding PyMAPDL job submission
Browse files Browse the repository at this point in the history
  • Loading branch information
germa89 committed Apr 4, 2024
1 parent 6cd68fb commit 417581e
Show file tree
Hide file tree
Showing 3 changed files with 333 additions and 62 deletions.
5 changes: 4 additions & 1 deletion doc/source/links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,10 @@
.. _sphinx_directives: https://www.sphinx-doc.org/en/master/usage/restructuredtext/directives.html
.. _docutils_directives: https://docutils.sourceforge.io/docs/ref/rst/directives.html
.. _sphinx_basics: https://www.sphinx-doc.org/en/master/usage/restructuredtext/basics.html

.. _slurm_srun: https://slurm.schedmd.com/srun.html
.. _slurm_sbatch: https://slurm.schedmd.com/sbatch.html
.. _modules_docs: https://modules.readthedocs.io/en/latest/
.. _lmod_docs: https://lmod.readthedocs.io/en/latest/


.. #Github links:
Expand Down
9 changes: 0 additions & 9 deletions doc/source/user_guide/hpc.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,15 +11,6 @@ At the moment, only SLURM scheduler is considered.
However, many of the assumptions for this scheduler might apply to other schedulers like PBS, SGE, LSF, ...

Check warning on line 11 in doc/source/user_guide/hpc.rst

View workflow job for this annotation

GitHub Actions / Documentation style check

[vale] reported by reviewdog 🐶 [Google.Ellipses] In general, don't use an ellipsis. Raw Output: {"message": "[Google.Ellipses] In general, don't use an ellipsis.", "location": {"path": "doc/source/user_guide/hpc.rst", "range": {"start": {"line": 11, "column": 105}}}, "severity": "WARNING"}


Introduction
============

High-Performance Computing (HPC) clusters are powerful systems designed to handle
computationally intensive tasks efficiently. SLURM (Simple Linux Utility for Resource
Management) is one of the most widely used job schedulers in HPC environments. This
comprehensive guide aims to provide an in-depth understanding of job submission using
SLURM on HPC clusters.


.. include:: hpc_slurm.rst
:start-line: 2
Loading

0 comments on commit 417581e

Please sign in to comment.