-
Notifications
You must be signed in to change notification settings - Fork 11
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
Dictionary generation not working on batch jobs (condor) #485
Conversation
for more information, see https://pre-commit.ci
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.
I approve, it would be interesting that thisREST.sh
defines a default REST_HOME
?
Done in 9f916cf. With this change users should be aware that this env variable should be overrided after loading |
After this PR, the environment varible
REST_HOME
will be used to define the "rest home directory" (currently$HOME/.rest
. IfREST_HOME
does not exist, it will default to the old behaviour.This is because using home directory can lead to problems in some cases, expecially when running batch jobs, the gdml geometry is replicated multiple times for each job, which causes the disk to fill up quite fast and leads to errors.
With this feature the user could use the
/tmp
directory (for example) to store these files.