You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
See also [shell rc utilities](../tools/README.md#shell-rc-utilities).
43
43
44
-
Try to understand and resolve the first reported problem.
44
+
Try to understand and resolve the reported problems in order of appearance.
45
45
46
46
```note
47
47
You can inspect a failing [AliHyperloop test](../hyperloop/userdocumentation.md#-wagon-tests) in the same way. The log is saved in the `stdout.log` file in the test output directory.
@@ -54,6 +54,16 @@ See the [Support](../gettingstarted/support.md) section for the list of Mattermo
54
54
When asking for help with compilation or with running a local analysis, it may be useful to provide basic information about your O2Physics setup.
55
55
You can generate it using the [Setup diagnostic tool](../tools/README.md#setup-diagnostic-tool).
56
56
57
+
When asking for help with running an analysis:
58
+
59
+
- If the problem is on AliHyperloop, provide:
60
+
- the link to the read-only view of the [wagon test](../hyperloop/userdocumentation.md#-wagon-tests) or the [train run](../hyperloop/userdocumentation.md#train-runs).
61
+
- If the problem is local, provide:
62
+
- the name of the dataset of the input files,
63
+
- the command or script used to run the analysis,
64
+
- the log file,
65
+
- the dumped `dpl-config.json` file (and the input JSON file, if the dumped one is incomplete).
66
+
57
67
When posting on Mattermost:
58
68
59
69
- Do not paste the entire content of files or any long blocks of log lines or code directly in the message. If needed, attach the file.
0 commit comments