~maddevelopers/mg5amcnlo/2.7.4_array

« back to all changes in this revision

Viewing changes to Template/NLO/MCatNLO/shower_template.sh

  • Committer: olivier-mattelaer
  • Date: 2019-10-16 11:38:38 UTC
  • mfrom: (282.1.28 2.6.7)
  • Revision ID: olivier-mattelaer-20191016113838-6u4j5u3hn06rq2wc
pass to 2.6.7

Show diffs side-by-side

added added

removed removed

Lines of Context:
9
9
 
10
10
export %(ld_library_path)s=$%(ld_library_path)s:%(extralibs)s
11
11
 
12
 
# this is for py8 runs
13
 
export PYTHIA8DATA=`pwd`/xmldoc
 
12
if [ $SHOWER == "HERWIGPP" ] ; then
 
13
    export PYTHIA8DATA=""
 
14
else
 
15
    export PYTHIA8DATA=`pwd`/xmldoc
 
16
fi
14
17
 
15
18
# if one is splitting file cd to a new dir and link all files here
16
19
if [[ "$NFILE" != "" ]]; then