Skip to content

Commit ad2463d

Browse files
Use --debug 6
1 parent e753fc7 commit ad2463d

1 file changed

Lines changed: 4 additions & 3 deletions

File tree

.github/workflows/standalone-benchmark.yml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ jobs:
4242
run: |
4343
dnf install -y numactl
4444
mkdir -p ${STANDALONE_DIR}
45-
4645
. ${WORK_DIR}/${ALIBUILD_ARCH_PREFIX}/O2/${O2_REVISION}/etc/profile.d/init.sh
4746
4847
curl -o /root/events.tar.xz https://cernbox.cern.ch/remote.php/dav/public-files/cuQAwSojyDrl6FR/events.tar.xz
@@ -56,9 +55,11 @@ jobs:
5655
cmake -B ${BUILD_DIR} ${{ matrix.cmake_args }} -DENABLE_OPENCL=0 -DGPUCA_BUILD_EVENT_DISPLAY=0 -DGPUCA_DETERMINISTIC_MODE=GPU -DCMAKE_INSTALL_PREFIX=${STANDALONE_DIR} ${GITHUB_WORKSPACE}/GPU/GPUTracking/Standalone/
5756
cd ${BUILD_DIR}
5857
make install -j8
58+
5959
cd ${STANDALONE_DIR}
60-
numactl --membind 0 --cpunodebind 0 ${STANDALONE_DIR}/ca -e o2-simple -g --seed 0 --memSize 20000000000 --sync --runs 1 --RTCenable --PROCdeterministicGPUReconstruction 1 --RTCoptSpecialCode 1 --debug 1 ${{ matrix.ca_args }} > ${ARTIFACT_FILE}
61-
cat ${ARTIFACT_FILE}
60+
numactl --membind 0 --cpunodebind 0 ${STANDALONE_DIR}/ca -e o2-simple -g --seed 0 --memSize 20000000000 --sync --runs 1 --RTCenable --PROCdeterministicGPUReconstruction 1 --RTCoptSpecialCode 1 --debug 6 ${{ matrix.ca_args }}
61+
cmp ${STANDALONE_DIR}/GPU.out ${STANDALONE_DIR}/GPU.out
62+
numactl --membind 0 --cpunodebind 0 ${STANDALONE_DIR}/ca -e o2-simple -g --seed 0 --memSize 15000000000 --sync --runs 1 --RTCenable --PROCdeterministicGPUReconstruction 1 --RTCoptSpecialCode 1 --debug 1 ${{ matrix.ca_args }} > ${ARTIFACT_FILE}
6263
env:
6364
WORK_DIR: /cvmfs/alice.cern.ch
6465
ALIBUILD_ARCH_PREFIX: el9-x86_64/Packages

0 commit comments

Comments
 (0)