Skip to content

Commit 974e75e

Browse files
committed
Environement was not corrected
1 parent a1372bd commit 974e75e

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

RunAtStart.sh

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -12,11 +12,10 @@ export LD_LIBRARY_PATH=$LD_LIBRARY_PATH:$WCSIMDIR
1212
# Note: official ROOT 5.34 installation on sukap is not compatible with cmake
1313
# Temporary use Guillaume Pronost's version. Should change in the future.
1414
#
15-
export ROOT_DIR=/disk02/usr6/pronost/software/root-5.34.38-build
15+
export ROOT_DIR=/home/pronost/software/root-5.34.38-build
1616
# Note: There is no official ROOT 6 installation
1717
# Temporary use Guillaume Pronost's version. Should change in the future.
18-
# WARNING: This version is quite slow currently, investigation on-going
19-
#export ROOT_DIR=/disk02/usr6/pronost/software/root6-build
18+
#export ROOT_DIR=/home/pronost/software/root-6.22.00-build
2019
echo "Load ROOT from: ${ROOT_DIR}"
2120
source ${ROOT_DIR}/bin/thisroot.sh
2221

0 commit comments

Comments
 (0)