-
Notifications
You must be signed in to change notification settings - Fork 309
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
adam-submit aborts if ADAM_HOME is set #1882
Comments
Thanks @pbashyal-nmdp! What is the use case for setting |
Setting Having |
@fnothaft I'm still a bit shaky on changes to the bin scripts to support Python, is there a reason why |
It shouldn't. I'd tested the exact use case that @pbashyal-nmdp is running locally (before we merged the PR) and it had worked for me; I'm guessing that I then made a change after testing that locally and broke things. @pbashyal-nmdp do you mind if I commit the patch you provided (after testing it on my end)? |
Yes, please use the patch. Thanks! |
If
ADAM_HOME
is set,adam-submit
aborts with the message:The
bin/find-adam-assembly.sh
used byadam-submit
sourcesbin/find-adam-home
.find-adam-home
script exits whenADAM_HOME
is found. Since it is sourced, theadam-submit
also exits.To reproduce this, set
ADAM_HOME
and try runningadam-submit
.Here's my patch to get it working:
The text was updated successfully, but these errors were encountered: