~madteam/mg5amcnlo/series2.0

« back to all changes in this revision

Viewing changes to madgraph/interface/common_run_interface.py

  • Committer: Marco Zaro
  • Date: 2015-11-03 13:24:00 UTC
  • mto: (262.1.57 2.3.4)
  • mto: This revision was merged to the branch mainline in revision 263.
  • Revision ID: marco.zaro@gmail.com-20151103132400-94t2dkp41f4g63h5
NLO is working

Show diffs side-by-side

added added

removed removed

Lines of Context:
2080
2080
        # just create the PDFsets dir, the needed PDF set will be copied at run time
2081
2081
        if not os.path.isdir(pjoin(libdir, 'PDFsets')):
2082
2082
            os.mkdir(pjoin(libdir, 'PDFsets'))
2083
 
        os.environ['lhapdf'] = 'True'
 
2083
        os.environ['lhapdf'] = self.options['lhapdf']
 
2084
        os.environ['lhapdfversion'] = lhapdf_version[0]
2084
2085
        os.environ['lhapdf_config'] = self.options['lhapdf']
2085
2086
 
2086
2087