Continuation of multi_run

Asked by Cherry Parba

Good day,

I run p p > b b~ and do a multi_run 40, But after run21 unexpected error occurs. By the way is there a way to continue the run?

Cheers,

Marlon

Question information

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

If you redo a multi_run 20, you will continue the sequence with independent random number (if you do not touch the seed parameter in the run_card which should be back to zero)

But the merging of the 40 sample need to be done by hand.

Cheers,

Olivier

> On 23 Dec 2021, at 02:35, Cherry Parba <email address hidden> wrote:
>
> New question #699975 on MadGraph5_aMC@NLO:
> https://answers.launchpad.net/mg5amcnlo/+question/699975
>
> Good day,
>
> I run p p > b b~ and do a multi_run 40, But after run21 unexpected error occurs. By the way is there a way to continue the run?
>
> Cheers,
>
> Marlon
>
> --
> You received this question notification because you are an answer
> contact for MadGraph5_aMC@NLO.

Revision history for this message
Cherry Parba (marlonhugo1994) said :
#2

Thanks Olivier Mattelaer, that solved my question.