Skip to content

Commit

Permalink
updated docs concerning the configuration file
Browse files Browse the repository at this point in the history
  • Loading branch information
FrederickDeny committed Aug 19, 2024
1 parent 8c3a8ab commit 1ab2987
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/configuration_file.rst
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ The following options can be set in a configuration file:
* - :code:`preload_root_libraries`
- Force preload of bound libraries. Useful if some of the libraries were compiled with RPATHs.
- Boolean
- :code:`False`
- :code:`True`

* - :code:`disable_ranked_log`
- Disable generation of log files on a per-rank basis.
Expand Down Expand Up @@ -81,7 +81,7 @@ Running **e4s-cl** with the :code:`--print-config` option makes the program outp
exec_options: []
options: []
container_directory: /.e4s-cl
disable_ranked_log: false
disable_ranked_log: true
launcher_options: []
preload_root_libraries: false
profile_list_columns: []

0 comments on commit 1ab2987

Please sign in to comment.