Skip to content

Commit

Permalink
Merge branch 'develop' of https://github.com/abinit/abipy into develop
Browse files Browse the repository at this point in the history
  • Loading branch information
gmatteo committed Nov 15, 2024
2 parents d7c0fab + 5c81a53 commit c130d73
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion docs/links.rst
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
.. _slurm: https://slurm.schedmd.com/
.. _pbspro: http://pbspro.org/
.. _sge: http://gridscheduler.sourceforge.net/howto/GridEngineHowto.html
.. _torque: http://www.adaptivecomputing.com/products/open-source/torque/
.. _torque: https://github.com/adaptivecomputing/torque
.. _moab: http://www.adaptivecomputing.com/products/hpc-products/moab-hpc-basic-edition/
.. _loadleveler: https://www.ibm.com/support/knowledgecenter/en/SSFJTW

Expand Down
3 changes: 2 additions & 1 deletion docs/workflows/taskmanager.rst
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,8 @@ AbiPy obtains the information needed to create the correct ``TaskManager`` for a
from the ``manager.yml`` configuration file.
The file is written in YAML_ a human-readable data serialization language commonly used for configuration files
(a good introduction to the YAML syntax can be found `here <http://yaml.org/spec/1.1/#id857168>`_.
See also this `reference card <http://www.yaml.org/refcard.html>`_)
See also this `reference card <http://www.yaml.org/refcard.html>`_.
Experiment with YAML syntax using a `YAML validator <https://yamline.com/validator/>`_)

By default, AbiPy looks for a ``manager.yml`` file in the current working directory i.e.
the directory in which you execute your script in first and then inside ``$HOME/.abinit/abipy``.
Expand Down

0 comments on commit c130d73

Please sign in to comment.