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 617b5e8 commit a767cbcCopy full SHA for a767cbc
MC/run/ANCHOR/tests/test_anchor_2tag_template.sh
@@ -53,5 +53,12 @@ export CYCLE=0
53
# generator and other sim configuration
54
export ALIEN_JDL_ANCHOR_SIM_OPTIONS="%{SIM_OPTIONS}"
55
56
+# we allow the possibility to use a special O2DPG version
57
+if [ "${O2DPG_CUSTOM_REPO}" ]; then
58
+ git clone "${O2DPG_CUSTOM_REPO}" O2DPG
59
+ export O2DPG_ROOT=${PWD}/O2DPG
60
+ export ALIEN_JDL_O2DPG_OVERWRITE=${PWD}/O2DPG
61
+fi
62
+
63
# execute MC
64
${O2DPG_ROOT}/MC/run/ANCHOR/anchorMC.sh
0 commit comments