Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion docs/source/doc_pages/general/config_file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ Generraly,
scripts that submit analysis tasks.

Options in lower-level sections ([section.subsection.subsubsection...])
overwrite same options in top-level sections ([section]).
overwrite same options in higher-level sections.


Config Options
Expand Down
13 changes: 7 additions & 6 deletions hpcssrc.ini
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Configuration file for Python submit scripts of the hpc_submit_scripts
# Configuration file for Python submit scripts of the HPC Submit Scripts
# project (https://github.com/andthum/hpc_submit_scripts).
#
# This file is written in INI language. For allowed syntax see
Expand All @@ -7,17 +7,18 @@
# NOTE:
# * Don't use quotation marks unless you explicitly want them to be part
# of the option value.
# * Only true and false are interpreted as boolean values. yes/no and
# * Only true and false are interpreted as boolean values. yes/no and
# on/off are read as strings.
#
# * Options in [submit*] sections are parsed to Python submit scripts.
# * Options in [sbatch*] sections are parsed to sbatch.
# * Options in [*.simulation] subsections are only read by Python
# * Options in [*.simulation*] subsections are only read by Python
# scripts that submit simulations.
# * Options in [*.analysis] subsections are only read by Python
# * Options in [*.analysis*] subsections are only read by Python
# scripts that submit analysis tasks.
# * Options in subsections [section.subsection] overwrite same options
# in the top-level section [section].
# * Options in lower-level sections
# ([section.subsection.subsubsection...]) overwrite same options in
# higher-level sections.


[submit]
Expand Down