Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
S
Systematic_Corrections_Framework
Manage
Activity
Members
Plan
Wiki
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package Registry
Container Registry
Model registry
Operate
Terraform modules
Analyze
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Belle II
Performance
Systematic_Corrections_Framework
Commits
e97c86da
Commit
e97c86da
authored
2 years ago
by
S.Bilokin
Browse files
Options
Downloads
Patches
Plain Diff
Better settings example
parent
f071bb5b
No related branches found
Branches containing commit
No related tags found
Tags containing commit
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc/production.rst
+2
-2
2 additions, 2 deletions
doc/production.rst
examples/settings.json
+2
-2
2 additions, 2 deletions
examples/settings.json
with
4 additions
and
4 deletions
doc/production.rst
+
2
−
2
View file @
e97c86da
...
...
@@ -11,11 +11,11 @@ This type of execution requires a ``settings.json`` configuration file, which ca
.. code-block:: python
{
"gbasf2_install_directory": "~/gbasf2_install",
"gbasf2_print_status_updates": true,
"gbasf2_max_retries": 5,
"gbasf2_cputime": 5,
"gbasf2_release":"release-05-00-00",
"gbasf2_release":"release-06-00-00",
"gbasf2_proxy_lifetime": 120,
"gbasf2_download_logs": false,
"result_dir", "/absolute/path/to/results/"
"hadronid_tasks": "hadronid_tasks_list.yaml"
...
...
This diff is collapsed.
Click to expand it.
examples/settings.json
+
2
−
2
View file @
e97c86da
{
"gbasf2_install_directory"
:
"~/gbasf2_install"
,
"gbasf2_print_status_updates"
:
true
,
"gbasf2_max_retries"
:
5
,
"gbasf2_cputime"
:
5
,
"gbasf2_release"
:
"release-0
5
-00-00"
,
"gbasf2_release"
:
"release-0
6
-00-00"
,
"gbasf2_download_logs"
:
false
,
"gbasf2_proxy_lifetime"
:
120
,
"hadronid_tasks"
:
"hadronid_task_list.yaml"
,
"hadronid_refit_tasks"
:
"hadronid_refit_cfg.yaml"
,
"hadronid_weight_tasks"
:
"hadronid_weight_cfg.yaml"
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment