Skip to content
GitLab
Projects Groups Snippets
  • /
  • 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 4
    • Issues 4
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
    • Requirements
  • Jira
    • Jira
  • Merge requests 9
    • Merge requests 9
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
    • Test Cases
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages and registries
    • Packages and registries
    • Package Registry
    • Container Registry
    • Infrastructure Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Insights
    • Issue
    • Repository
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • atlas-physics
  • pmg
  • MC Job OptionsMC Job Options
  • Merge requests
  • !2291

Draft: Run athena from same level as DSID directories

  • Review changes

  • Download
  • Email patches
  • Plain diff
Closed Spyros Argyropoulos requested to merge fix into master Jan 31, 2023
  • Overview 0
  • Commits 11
  • Pipelines 10
  • Changes 7

Changes introduced

run_athena.sh changed such that Gen_tf.py is run from the 123xxx directory instead of 123xxx/tmp to reflect how the transform actually runs on the grid.

Tests

Using buggy control file

From https://gitlab.cern.ch/atlas-physics/pmg/mcjoboptions/-/blob/9938e84d065b3b479dd57e063889896daa7ff9e7/521xxx/521163/MadGraphControl_TRSM_HHH.py#L21

Result

On the grid we had

23:50:49 Shortened traceback (most recent user call last): 23:50:49 File "/cvmfs/atlas.cern.ch/repo/sw/software/21.6/AthGeneration/21.6.85/InstallArea/x86_64-centos7-gcc62-opt/jobOptions/EvgenJobTransforms/skel.GENtoEVGEN.py", line 272, in <module>  
23:50:49 include(jofile)  
23:50:49 File "/cvmfs/atlas.cern.ch/repo/sw/Generators/MCJobOptions/521xxx/521163/mc.MGPy8EG_A14NNPDF30NLO_TRSM_HHH_4bFilt_325p0_200p0.py", line 12, in <module>  
23:50:49 include('MadGraphControl_TRSM_HHH.py')  
23:50:49 File "/cvmfs/atlas.cern.ch/repo/sw/Generators/MCJobOptions/521xxx/521163/MadGraphControl_TRSM_HHH.py", line 21, in <module>  
23:50:49 f_list = os.listdir(runArgs.jobConfig[0]) 23:50:49 OSError: [Errno 2] No such file or directory: '521163'

Using fixed control file

From https://gitlab.cern.ch/atlas-physics/pmg/mcjoboptions/-/blob/b65c5633819b4983dda455a944abc53c6d1f36ff/521xxx/521163/MadGraphControl_TRSM_HHH.py

Result:

Issues resolved

Closes #200 (closed)

Edited Jan 31, 2023 by Spyros Argyropoulos
Assignee
Assign to
Reviewers
Request review from
Time tracking
Source branch: fix