Skip to content
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion GPU/GPUTracking/Definitions/GPUSettingsList.h
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ AddOptionRTC(tubeMaxSize2, float, 2.5f * 2.5f, "", 0, "Square of max tube size (
AddOptionRTC(clustersShiftTimebins, float, 0, "", 0, "Shift of TPC clusters (applied during CTF cluster decoding)")
AddOptionRTC(clustersShiftTimebinsClusterizer, float, 0, "", 0, "Shift of TPC clusters (applied during CTF clusterization)")
AddOptionRTC(clustersEdgeFixDistance, float, 0.f, "", 0, "If >0, revert cluster.flag edge bit distance to edge exceeds this parameter (fixed during CTF decoding)")
AddOptionRTC(defaultZOffsetOverR, float, 0.5210953f, "", 0, "Shift of TPC clusters (applied during CTF cluster decoding)")
AddOptionRTC(defaultZOffsetOverR, float, 0.5210953f, "", 0, "ZOffset for secondary tracks, multiple of radius")
AddOptionRTC(PID_EKrangeMin, float, 0.47f, "", 0, "min P of electron/K BB bands crossing")
AddOptionRTC(PID_EKrangeMax, float, 0.57f, "", 0, "max P of electron/K BB bands crossing")
AddOptionRTC(PID_EPrangeMin, float, 0.93f, "", 0, "min P of electron/p BB bands crossing")
Expand Down
5 changes: 4 additions & 1 deletion GPU/GPUTracking/Standalone/cmake/build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,9 @@ if [[ $GPUCA_STANDALONE_CI == 1 ]]; then
set(ENABLE_HIP 1)
set(ENABLE_OPENCL 1)
set(GPUCA_CONFIG_ONNX 1)
set(GPUCA_BUILD_EVENT_DISPLAY 0)
set(GPUCA_BUILD_EVENT_DISPLAY_VULKAN 0)
set(GPUCA_BUILD_EVENT_DISPLAY_WAYLAND 0)
set(GPUCA_BUILD_EVENT_DISPLAY_QT 0)
set(GPUCA_CONFIG_WERROR 1)
EOF
fi
Expand All @@ -24,6 +26,7 @@ if [[ $GPUCA_STANDALONE_CI == 1 ]]; then
set(ENABLE_CUDA 0)
set(ENABLE_HIP 0)
set(ENABLE_OPENCL 0)
set(GPUCA_BUILD_EVENT_DISPLAY 0)
set(GPUCA_CONFIG_ONNX 0)
set(GPUCA_CONFIG_VC 0)
set(GPUCA_CONFIG_FMT 0)
Expand Down
2 changes: 1 addition & 1 deletion GPU/GPUTracking/Standalone/cmake/prepare.sh
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,6 @@ else
fi
eval "`alienv shell-helper`"
# alienv load O2/latest
for i in Vc boost fmt CMake ms_gsl Clang ninja TBB ROOT ONNXRuntime; do
for i in Vc boost fmt CMake ms_gsl Clang ninja TBB ROOT ONNXRuntime GLFW; do
source sw/$ALIARCH/$i/latest/etc/profile.d/init.sh
done