-
Notifications
You must be signed in to change notification settings - Fork 4
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
Environment issue with newer versions of SGE #29
Comments
@hlasimpk thanks for reporting this. I currently do not have access to SGE, so cannot implement/test this myself easily. What are the signs of it "not working" anymore? Do you see an error message or is the environment simply not forwarded? Has there been a deprecation announcement or other documentation that suggests the |
No error message - just the environment not being forwarded. It manifests itself in SIMBAD with I've not fully looked into the problem but Jens/Ronan proposed the solution mentioned above after encountering and fixing it in AMPLE. |
I saw the change Jens/Ronan made, something I don't think is the long-term/correct solution. The Have you tried explicitly providing the environment variables you require? |
I haven't tried that. I'll have a go now, but in the short term, is this something available in pyjob already? |
It is currently not possible to forward |
Okay super. I'll give you an update on this later today - can't currently access the ccp4 gateway machine so can't test it. |
The gateway machine is back up. I had a play with the |
System information
Problem description
The PATH variable is no longer passed through the -V option in SGE. To access additional PATH elements the following needs to be set:
This needs to be added in the environment of the job. This is backwards compatible with older versions.
Need to work out how best to implement this - I encountered it running SIMBAD on the new cluster and can probably add something to the scripts to deal with it, but I think it might be something useful to add to pyjob.
The text was updated successfully, but these errors were encountered: