We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3d2e42 commit 1ef5394Copy full SHA for 1ef5394
1 file changed
.github/workflows/standalone-benchmark.yml
@@ -16,7 +16,7 @@ jobs:
16
uses: actions/checkout@v4
17
- name: Build and Run
18
run: |
19
- dnf -y install environment-modules
+ source /etc/profile.d/modules.sh
20
export MODULEPATH=/cvmfs/alice.cern.ch/etc/toolchain/modulefiles/el9-x86_64:/cvmfs/alice.cern.ch/el9-x86_64/Modules/modulefiles
21
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
22
0 commit comments