-
Notifications
You must be signed in to change notification settings - Fork 126
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Running r21/main xAODAnaHelpers on el9 machines #1690
Comments
Hi @jmsardain , Could you provide the log showing how it crashes? As another option, would it work to run via the grid? Switching to this may be quicker than debugging, if this is time-sensitive. Best, |
Hello @mdhank i am attaching the run files with and without the addition of log-0_withoutShellInit.txt I would like to avoid running on the grid if i can find a temporary solution that i can implement on my end that would be great, this is why i was trying to add driver.batchSkipReleaseSetup = True but it's just not able to put this flag to false: I also tried to just remove by hand the default setup and just do my own setupATLAS and asetup .. but asetup and eventloop_batch_worker aren't recognized anymore.. |
Hi @jmsardain , I noticed that in run_with_optShellInit.txt you have setupATLAS twice- once with In particular, what happens if you use run_without_optShellInit.txt but just add |
Hello,
I am finishing an analysis in r21, I am using the r21/main branch of xAODAnaHelpers and AnalysisBase,21.3.234
My code is running normally locally, the issue comes when I use condor.
Here’s what I do:
However, it crashes as there’s a default ATLAS setup that is done inside the run executable that is created.
You can see an example in the attached file, and here’s a snippet:
I tried adding a setupATLAS -c centos7 before this initialization happens using --optBatchShellInit
But this comes before the default initialization that comes with the driver and there’s no way to deactivate it:
https://gitlab.cern.ch/atlas/athena/-/blob/main/PhysicsAnalysis/D3PDTools/EventLoop/Root/BatchDriver.cxx?ref_type=heads#L688
Even if I do
driver.batchSkipReleaseSetup = True
in the xAH_run.py script in xAODAnaHelpers..Any help would be appreciated!
Jad
run.txt
The text was updated successfully, but these errors were encountered: