Skip to content

Commit f45ffea

Browse files
Avoid that the percentage fraction can actually be used for now
1 parent 9c8da3a commit f45ffea

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

DATA/production/configurations/asyncReco/setenv_extra.sh

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -711,6 +711,9 @@ fi
711711
THIN_AODS=0
712712
if [[ $ALIEN_JDL_THINAODS == "1" ]] ; then
713713
if [[ ! -z $ALIEN_JDL_PERCENTTHINAODS ]]; then
714+
# for the moment, this option SHOULD NOT be used; the two following lines should be removed once this is possible
715+
echo "We cannot for now thin only some percentage of the data, so we will return and the job will (hopefully) crash"
716+
return 2
714717
PERCENT_THINAODS=${ALIEN_JDL_PERCENTTHINAODS}
715718
if [[ $PERCENT_THINAODS -gt 100 ]]; then
716719
# we assume we want to thin everything

0 commit comments

Comments
 (0)