-
Notifications
You must be signed in to change notification settings - Fork 23
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
[devel] Collect batch system info #222
[devel] Collect batch system info #222
Conversation
37f542a
to
2913aea
Compare
pilotReference = "sshoar://" + ceName + "/" + os.environ["OAR_JOBID"] | ||
batchSystemType = "OAR" | ||
batchSystemJobID = os.environ["OAR_JOBID"] | ||
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
batchSystemParameters["BinaryPath"]
and batchSystemParameters["Queue"]
for this case?
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
There is no OARResourceUsage
module + I don't know how to get the BinaryPath
and the Queue
from the environment variables in this case.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Mmm maybe @atsareg knows what was this for. The feeling is that it could be dropped...
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
From what I have seen, the project is not very known but still exists and has active developers working on it.
f5be1a6
to
5e0884a
Compare
5e0884a
to
dd3f8d2
Compare
dd3f8d2
to
a3dbabf
Compare
a3dbabf
to
bc604ec
Compare
Aims at solving DIRACGrid/DIRAC#7177
Associated with DIRACGrid/DIRAC#7289