Skip to content

Commit b03e2ae

Browse files
tets
1 parent 100883c commit b03e2ae

1 file changed

Lines changed: 3 additions & 2 deletions

File tree

.github/workflows/standalone-benchmark.yml

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -15,9 +15,10 @@ jobs:
1515
- name: Checkout
1616
uses: actions/checkout@v4
1717
with:
18-
path: /root/alice/AliceO2
18+
path: /root/alice/O2
1919
- name: Build and Run
2020
run: |
21+
ls -la /root/alice
2122
export MODULEPATH=/cvmfs/alice.cern.ch/etc/toolchain/modulefiles/el9-x86_64:/cvmfs/alice.cern.ch/el9-x86_64/Modules/modulefiles
2223
module load O2/daily-20250625-0000-1 boost/v1.83.0-alice2-43 CMake/v3.31.6-4 Clang/v18.1.8-21 ninja/fortran-v1.11.1.g9-12 ROOT/v6-32-06-alice8-4
2324
@@ -29,7 +30,7 @@ jobs:
2930
tar -xf /root/events.tar.xz -C ${STANDALONE_DIR}
3031
rm /root/events.tar.xz
3132
32-
cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=${STANDALONE_DIR} ${ALICE_DIR}/AliceO2/GPU/GPUTracking/Standalone/
33+
cmake -B $BUILD_DIR -DCMAKE_INSTALL_PREFIX=${STANDALONE_DIR} ${ALICE_DIR}/O2/GPU/GPUTracking/Standalone/
3334
cd $BUILD_DIR
3435
make install -j8
3536
cd ${STANDALONE_DIR}

0 commit comments

Comments
 (0)