File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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}
You can’t perform that action at this time.
0 commit comments