Skip to content

Commit c456c34

Browse files
committed
Explicit definition of EPOS4 version
1 parent 5107c3e commit c456c34

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

MC/config/examples/epos4/epos.sh

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -32,8 +32,10 @@ if [ -z "${LIBDIR}" ]; then
3232
fi
3333

3434
# Check if the environment variable EPO4 is set (important with o2dpg-sim-tests on CI machines)
35+
# If not, set all the EPOS4 related variables, most likely they are set wrongly as well.
3536
if [ -z "${EPO4}" ]; then
3637
export EPO4=$EPOS4_ROOT/epos4/
38+
export EPO4VSN=4.0.0
3739
fi
3840

3941
# Or filters the stdout with only HepMC2 useful data

0 commit comments

Comments
 (0)