-
Notifications
You must be signed in to change notification settings - Fork 15
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
Supporting XRootD #43
Comments
There is special logic in WildcardSource to let through and then in FileListSource it is supposed to automatically translate pnfs paths into their xrootd equivalents. So, all of this should work if you just let CAFAna xrootd your paths for you. Except, the line in FileListSource is commented out (it exists in the nova version) for some reason. Can you try uncommenting this and running with a |
Oh, hang on. We would also need a |
Sorry for the late response. I checked uncommenting
/pnfs/ path works, except that I had to also modify sbnana/sbnana/CAFAna/Core/Utilities.cxx Line 820 in 48c0041
fndcagpvm01 -> fndca1
|
@jedori0228 @cjbackhouse is this still an oustanding issue, or what is the status here? |
I think the best way forward is for @jedori0228 to make a PR with the two changes mentioned above. |
@jedori0228 @cjbackhouse did this ever happen? |
Comment above is still relevant. That said, this fix is in cafanacore (used by the RecordSource branch), I believe. So we could get it that way too. |
When we use a XRootD path (useful for grid jobs) in
SpectrumLoader
, this file does not pass the following line, and is neglected, sincestat()
returns non-zero value.sbnana/sbnana/CAFAna/Core/Utilities.cxx
Lines 539 to 540 in 5df8255
A XRootD file can be used if
stat()
is commented out (but still the wildcard will not work for XRootD path).The text was updated successfully, but these errors were encountered: