~maddevelopers/mg5amcnlo/ttbar_MadSpin_FO

« back to all changes in this revision

Viewing changes to Template/LO/bin/internal/Gridpack/compile

  • Committer: olivier-mattelaer
  • Date: 2020-05-25 18:16:07 UTC
  • mfrom: (956.1.32 3.0.2)
  • Revision ID: olivier-mattelaer-20200525181607-eevbr5wynsn782ll
pass to 3.0.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
63
63
 
64
64
if [[ -d Source ]]; then
65
65
    cd Source
66
 
    for i in ../bin/internal/gen_ximprove all ../bin/internal/combine_events; do
 
66
    for i in ../bin/internal/gen_ximprove all; do
67
67
    make $i -j 1 > /dev/null
68
68
    if [[ $? -ne 0 ]];then
69
69
        # Make didn't exit successfully