~maddevelopers/mg5amcnlo/APPLGRID_PS

« back to all changes in this revision

Viewing changes to madgraph/interface/amcatnlo_run_interface.py

  • Committer: Valerio Bertone
  • Date: 2015-03-30 15:05:54 UTC
  • Revision ID: vbertone@lxplus0024.cern.ch-20150330150554-r1hna9we1s6b1c48
updated the MG5Merge.so creation. Should be working now.

Show diffs side-by-side

added added

removed removed

Lines of Context:
2485
2485
            except Exception:
2486
2486
                raise aMCatNLOError('The Herwig++ path set in the configuration file is not valid.')
2487
2487
 
2488
 
            if os.path.exists(pjoin(self.me_dir, 'MCatNLO', 'HWPPAnalyzer', 'HepMCFortran.so')):
2489
 
                files.cp(pjoin(self.me_dir, 'MCatNLO', 'HWPPAnalyzer', 'HepMCFortran.so'), rundir)
 
2488
            if os.path.exists(pjoin(self.me_dir, 'MCatNLO','srcHerwigPP', 'HepMCFortran.so')):
 
2489
                files.cp(pjoin(self.me_dir, 'MCatNLO', 'srcHerwigPP', 'HepMCFortran.so'), rundir)
 
2490
            if os.path.exists(pjoin(self.me_dir, 'MCatNLO', 'srcHerwigPP', 'MG5Merge.so')):
 
2491
                files.cp(pjoin(self.me_dir, 'MCatNLO', 'srcHerwigPP', 'MG5Merge.so'), rundir)
2490
2492
 
2491
2493
        files.ln(evt_file, rundir, 'events.lhe')
2492
2494
        for i, f in enumerate(event_files):