File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed
Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change 1818 - name : Build and Run
1919 run : |
2020 source /etc/profile.d/modules.sh
21- export MODULEPATH=/cvmfs/alice.cern.ch/etc/toolchain/modulefiles/el9-x86_64:/cvmfs/alice.cern.ch/el9-x86_64/Modules/modulefiles
2221 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
2322
24- export STANDALONE_DIR=/root/standalone
25- export BUILD_DIR=${STANDALONE_DIR}/build
26-
2723 curl -o /root/events.tar.xz https://cernbox.cern.ch/remote.php/dav/public-files/cuQAwSojyDrl6FR/events.tar.xz
2824 tar -xf /root/events.tar.xz -C ${STANDALONE_DIR}
2925 rm /root/events.tar.xz
3329 make install -j8
3430 cd ${STANDALONE_DIR}
3531 ${STANDALONE_DIR}/ca -e o2-pbpb-100 -g --gpuType CUDA --gpuDevice 0 --debug 1
32+ env :
33+ MODULEPATH : /cvmfs/alice.cern.ch/etc/toolchain/modulefiles/el9-x86_64:/cvmfs/alice.cern.ch/el9-x86_64/Modules/modulefiles
34+ STANDALONE_DIR : /root/standalone
35+ BUILD_DIR : /root/standalone/build
You can’t perform that action at this time.
0 commit comments