Draft: Run athena from same level as DSID directories
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
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
Result:
Issues resolved
Closes #200 (closed)
Edited by Spyros Argyropoulos