You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I'm putting pythia8 MC generator as an event source. It actually can work in multi-threaded environment - each thread can have its own pythia instance and generate events in parallel.
How to implement this?
As I understand EventSource is generically single threaded thing, as usually that is what is needed for IO. If I put it to Factory, how to live without an event source?
The text was updated successfully, but these errors were encountered:
David and I discussed this earlier and agreed that multi-threaded event sources would be desirable and easy to implement. Hopefully I can get it in the next tagged release next week.
I'm putting pythia8 MC generator as an event source. It actually can work in multi-threaded environment - each thread can have its own pythia instance and generate events in parallel.
How to implement this?
As I understand EventSource is generically single threaded thing, as usually that is what is needed for IO. If I put it to Factory, how to live without an event source?
The text was updated successfully, but these errors were encountered: