-
Notifications
You must be signed in to change notification settings - Fork 50
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
make link_nvidia_host_libraries.sh
script a bit more robust, in case target of host_injections directory is a non-existing directory
#437
Conversation
…target of host_injections directory is a non-existing directory
Instance
|
bot: build repo:eessi.io-2023.06-software arch:x86_64/intel/skylake_avx512 |
Updates by the bot instance
|
New job on instance
|
@boegel So the failure is probably because there is no easystack change in the PR so EasyBuild never gets called, we should add some kind of |
…. Relevant for PRs that e.g. only update things in .../scripts
bot: build repo:eessi.io-2023.06-software arch:x86_64/intel/skylake_avx512 |
Updates by the bot instance
|
New job on instance
|
bot: build repo:eessi.io-2023.06-software arch:x86_64/generic |
Updates by the bot instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
bot: build repo:eessi.io-2023.06-software arch:x86_64/generic |
Updates by the bot instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
New job on instance
|
@ocaisa @casparvl Ready to merge, since it's deployed:
|
….1-gompi/2023a {2023.06}[gompi/2023a] amdahl V0.3.1
If the target of the
host_injections
variant symlink, you get the following puzzling error:works fine if the target does exist:
The extra block of code with
host_injections_target
makes sure the target of thehost_injections
variant symlink is an existing directory.If you don't have permissions, you'll also get a clearer error now (though the confusing one is still there):
I've also added some extra informative messages, like mentioning GPU driver version that was found, etc., and muted the useless download progress output produced by
curl
by using--silent
.