Skip to content

Removing gridpack_compile and required accuracy from 4top MG5+H7 @NLO jO

Lucia Keszeghova requested to merge correction4topsMGH7 into master

Description of bug

The production with the 4top MG+H7 NLO jO (!3607 (merged)) fails even though it ran successfully locally and also in CI. Since from the log it seems that the problem is in the generate() step and MG5 experts confirmed that gridpack_compile option is not necessary anymore (question), we hope removing it will help. Besides, the required accuracy is changed to default.

Changes introduced

generate(process_dir=process_dir,grid_pack=gridpack_mode,gridpack_compile=True,required_accuracy=req_acc,runArgs=runArgs)

\downarrow

generate(process_dir=process_dir,grid_pack=gridpack_mode,runArgs=runArgs)

JIRA ticket

ATLMCPROD-10679

Edited by Lucia Keszeghova

Merge request reports

Loading