~maddevelopers/mg5amcnlo/eft_width_expansion

« back to all changes in this revision

Viewing changes to madgraph/interface/madgraph_interface.py

  • Committer: olivier-mattelaer
  • Date: 2018-01-29 13:46:32 UTC
  • Revision ID: olivier-mattelaer-20180129134632-1cgcvqio8bxs9zgq
fix a problem that compute_widths was not always using cluster as expected

Show diffs side-by-side

added added

removed removed

Lines of Context:
8076
8076
                    check_param_card.convert_to_slha1(pjoin(decay_dir, 'Cards', 'param_card.dat'))
8077
8077
                # call a ME interface and define as it as child for correct error handling
8078
8078
                me_cmd = madevent_interface.MadEventCmd(decay_dir)
 
8079
                me_cmd.options.update(self.options)
 
8080
                me_cmd.configure_run_mode(self.options['run_mode'])
8079
8081
                #self.define_child_cmd_interface(me_cmd, interface=False)
8080
8082
                me_cmd.model_name = self._curr_model['name'] #needed for mssm
8081
8083
                me_cmd.options['automatic_html_opening'] = False