Skip to content
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

install_cuda_host_injections: Don't fail if temp dir exists or parent is missing #700

Merged
merged 2 commits into from
Sep 12, 2024

Commits on Sep 12, 2024

  1. install_cuda_host_injections: Don't fail if temp dir exists or parent…

    … is missing
    
    Use `mkdir -p` such that  `--temp-dir /tmp/$USER/EESSI` works out of the box. It also avoids failures if the user got "ERROR: Could not create directory /tmp/root/EESSI/temp" and did `mkdir -p /tmp/root/EESSI/temp` manually.
    Flamefire authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    e5c2612 View commit details
    Browse the repository at this point in the history
  2. install_cuda_host_injections: Fix CUDA-EC-not-found error message

    The search query is a regexp not a glob, so add the missing dot.
    Also add the missing "of CUDA" in the message
    Flamefire committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    007712c View commit details
    Browse the repository at this point in the history