Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • MC Job Options MC Job Options
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 1
    • Issues 1
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 8
    • Merge requests 8
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Monitor
    • Monitor
    • Incidents
  • Packages & Registries
    • Packages & Registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • atlas-physics
  • pmg
  • MC Job OptionsMC Job Options
  • Merge requests
  • !440

Merged
Created May 17, 2020 by Spyros Argyropoulos@sargyropMaintainer

Fix nevents check for MG in CI runs

  • Overview 0
  • Commits 1
  • Pipelines 1
  • Changes 1

Description of bug

  • The current check of nevents for MG checks against nEventsPerJob not against the requested number of events. Since the CI always runs with fewer events than nEventsPerJob all MG jobs currently fail

Changes introduced

  • neventsMG < 1.1*nEventsRequested

Tests

Checked on !428 (closed)

Before fix

python scripts/logParser.py -u -i 500xxx/500765/log.generate -j 500xxx/500765/mc.MGPy8EG_2HDMa_bb_Hbb_mA1000_ma350_tb1_sp0p35_sps.py

Generator specific tests: MadGraph(v.2.6.7p3.atlas5)+Pythia8(v.244p3)+EvtGen(v.1.7.0)
-------------------------
INFO: Pythia 8 checks: Passed
ERROR: Increase nevents to be generated in MG from 200 to 5500

...
---------------------
 Summary:
---------------------
Errors : 1 , Warnings : 0  -> Errors encountered! Not ready for production!

After fix

python scripts/logParser.py -u -i 500xxx/500765/log.generate -j 500xxx/500765/mc.MGPy8EG_2HDMa_bb_Hbb_mA1000_ma350_tb1_sp0p35_sps.py

-------------------------
Generator specific tests: MadGraph(v.2.6.7p3.atlas5)+Pythia8(v.244p3)+EvtGen(v.1.7.0)
-------------------------
INFO: Pythia 8 checks: Passed
INFO: MadGraph checks: Passed

...
---------------------
 Summary:
---------------------
Errors : 0 , Warnings : 0  -> OK for production

Issues resolved

Closes #109 (closed)

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: fixlp