Comment 2 for bug 1432643

Revision history for this message
Kenneth Long (kdlong-e) wrote :

Hi Sébastien,

I encountered this error as well. The fix is easy: in <process dir>/bin/internal/madevent_interface.py", line 2513, in do_combine_events function:

 2513 if self.options['run_mode'] ==1 and self.options['cluster_tmp_path']:

change cluster_tmp_path to cluster_temp_path. It's just a typo for the correct variable name in the run card. I'm not sure if this has been fixed yet in a release, but I did point it out to the authors in a forum question a week or so ago.

Cheers,

Kenneth