Parallelizing event generation

Asked by Michele Lupattelli

Hi,

How can I launch generate_events multiple times simultaneously? I tried to do it submitting multiple times the same job into the cluster, but only the last submitted job survives, while the other ones crash. I would expect each job to create the folders "run_01", "run_02" and so on inside the folder "Events".

Thank you in advance.

Cheers,

Michele

Question information

Language:
English Edit question
Status:
Solved
For:
MadGraph5_aMC@NLO Edit question
Assignee:
No assignee Edit question
Solved by:
Michele Lupattelli
Solved:
Last query:
Last reply:
Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#1

Hi Michele,

This is not possible.

Cheers,

Olivier

Revision history for this message
Michele Lupattelli (michelel94) said :
#2

Hi,

So, if I want to generate 500K events, is the only option multi_run? Or there is a way to parallelize the jobs?

Cheers,

Michele

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#3

Hi,

Are you speaking about LO or NLO generation since the options are not exactly the same in the two modes.

Cheers,

Olivier

Revision history for this message
Michele Lupattelli (michelel94) said :
#4

Hi,

I am mainly interested in NLO mode, since LO event generation is quite fast.

Cheers,

Michele

Revision history for this message
Olivier Mattelaer (olivier-mattelaer) said :
#5

HI,

Then I would here just ask 500k events in the run_card
but specify the paramater
nevt_job (in the run_card as well_
to something like 5000 (I actually do not know what is the optimal value for that parameter)

Cheers,

Olivier

> On 5 Mar 2020, at 10:24, Michele Lupattelli <email address hidden> wrote:
>
> Question #689141 on MadGraph5_aMC@NLO changed:
> https://answers.launchpad.net/mg5amcnlo/+question/689141
>
> Michele Lupattelli gave more information on the question:
> Hi,
>
> I am mainly interested in NLO mode, since LO event generation is quite
> fast.
>
> Cheers,
>
> Michele
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Michele Lupattelli (michelel94) said :
#6

Thank you!