Skip to content
Snippets Groups Projects

Weisser readme updates

Merged Constantin Niko Weisser requested to merge weisser_readme_updates into master
2 files
+ 13
13
Compare changes
  • Side-by-side
  • Inline
Files
2
+ 7
7
@@ -77,23 +77,23 @@ A run of the program with no arguments will let you know the basic options:
@@ -77,23 +77,23 @@ A run of the program with no arguments will let you know the basic options:
Here are some example run options:
Here are some example run options:
# Run all input files once with the tracking validation
# Run all input files once with the tracking validation
./cu_hlt -f ../input/minbias/velopix_raw -e ../input/minbias/ut_hits -d ../input/minbias/MC_info -g ../input/geometry
./cu_hlt -f ../input/minbias/velopix_raw -e ../input/minbias/ut_hits -d ../input/minbias/MC_info -g ../input/geometry/
# Note: For the examples below, cu_hlt must have been compiled with -DMC_CHECK=Off
# Note: For the examples below, cu_hlt must have been compiled with -DMC_CHECK=Off
# Run a total of 1000 events, round robin over the existing ones
# Run a total of 1000 events, round robin over the existing ones
./cu_hlt -f ../input/minbias/velopix_raw -e ../input/minbias/ut_hits -g ../input/geometry -n 1000
./cu_hlt -f ../input/minbias/velopix_raw -e ../input/minbias/ut_hits -g ../input/geometry/ -n 1000
# Run four streams, each with 4000 events, 20 repetitions
# Run four streams, each with 4000 events, 20 repetitions
./cu_hlt -f ../input/minbias/velopix_raw -e ../input/minbias/ut_hits -g ../input/geometry -t 4 -n 4000 -r 20
./cu_hlt -f ../input/minbias/velopix_raw -e ../input/minbias/ut_hits -g ../input/geometry/ -t 4 -n 4000 -r 20
# Run twelve streams, each with 3500 events, 40 repetitions
# Run twelve streams, each with 3500 events, 40 repetitions
./cu_hlt -f ../input/minbias/velopix_raw -e ../input/minbias/ut_hits -g ../input/geometry -n 3500 -t 12 -r 40
./cu_hlt -f ../input/minbias/velopix_raw -e ../input/minbias/ut_hits -g ../input/geometry/ -n 3500 -t 12 -r 40
# Run clustering and Velopix efficiency validations, no repetitions or multiple threads needed
# Run clustering and Velopix efficiency validations, no repetitions or multiple threads needed
# Note: cu_hlt must have been compiled with -DMC_CHECK
# Note: cu_hlt must have been compiled with -DMC_CHECK=On
./cu_hlt -f ../input/minbias/velopix_raw -d ../input/minbias/MC_info -e ../input/minbias/ut_hits -g ../input/geometry/ -n 10 -t 1 -r 1 -c 1
./cu_hlt -f ../input/minbias/velopix_raw -d ../input/minbias/MC_info -e ../input/minbias/ut_hits -g ../input/geometry/ -n 10 -t 1 -r 1 -c 1
# Run one stream and print all memory allocations
# Run one stream and print all memory allocations
./cu_hlt -f ../input/minbias/velopix_raw -e ../input/minbias/ut_hits -g ../input/geometry -n 5000 -t 1 -r 1 -p
./cu_hlt -f ../input/minbias/velopix_raw -e ../input/minbias/ut_hits -g ../input/geometry/ -n 5000 -t 1 -r 1 -p
[This readme](readme_cuda_developer.md) explains how to add a new algorithm to the sequence and how to use the memory scheduler to define global memory variables for this sequence and pass on the dependencies.
[This readme](readme_cuda_developer.md) explains how to add a new algorithm to the sequence and how to use the memory scheduler to define global memory variables for this sequence and pass on the dependencies.
\ No newline at end of file
Loading