Skip to content
Merged
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
3 changes: 2 additions & 1 deletion Tutorials/PWGHF/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,8 @@ It processes files specified in `./input_task.txt`, uses the configuration from

## Exercise tips

Organise your working environment so that you can easily switch between running the code in the working directory and modifying the code in the O2Physics repository.
Organise your working environment so that you can easily switch between running the code in the working directory,
modifying the code in the O2Physics repository, and recompiling the modified code in the build directory.

When you execute the bash script, the terminal output is saved in the `./stdout.log` log file.
If an error occurs, the script will report the non-zero exit code and ask you to check the log file to find the problem.
Expand Down
Loading