~maddevelopers/mg5amcnlo/2.6.3_rwgt

« back to all changes in this revision

Viewing changes to madgraph/interface/madweight_interface.py

  • Committer: olivier-mattelaer
  • Date: 2018-04-29 08:10:16 UTC
  • mfrom: (275.1.80 2.6.2)
  • Revision ID: olivier-mattelaer-20180429081016-9nmfvn1er0zjb23o
pass to 2.6.2

Show diffs side-by-side

added added

removed removed

Lines of Context:
275
275
        if not self.options['cluster_temp_path']:
276
276
            if self.options['run_mode'] == 2:
277
277
                logger.info('Options cluster_temp_path is required for MW run. Trying to run with /tmp',
278
 
                                '$MG:color:BLACK')
 
278
                                '$MG:BOLD')
279
279
                self.exec_cmd('set cluster_temp_path /tmp --no_save')
280
280
            elif self.options['cluster_type'] != 'condor':
281
281
                raise Exception, 'cluster_temp_path needs to be define for MW. Please retry.'