Skip to content

Commit 2626074

Browse files
committed
GPU Standalone: fix prepare script using O2 env modules
1 parent b183c55 commit 2626074

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

GPU/GPUTracking/Standalone/cmake/prepare.sh

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ else
1010
WORK_DIR="$ALIBUILD_WORK_DIR"
1111
fi
1212
eval "`alienv shell-helper`"
13-
alienv load O2/latest
14-
for i in Vc boost fmt CMake ms_gsl Clang ninja; do
13+
# alienv load O2/latest
14+
for i in Vc boost fmt CMake ms_gsl Clang ninja TBB ROOT; do
1515
source sw/$ALIARCH/$i/latest/etc/profile.d/init.sh
1616
done

0 commit comments

Comments
 (0)