Skip to content

Minor CUDA driver compatibility issue with updated GPU sanity check #1491

@JonNavarroGaritano

Description

@JonNavarroGaritano

On MN5 we are currently running with CUDA driver version 12.2. After the recent update to the GPU sanity check in the software-layer scripts (see PR EESSI/software-layer-scripts#202), modules built for CUDA 12.4.0 are now failing to load due to a stricter driver version check.

Loading modules such as:

module load LAMMPS/29Aug2024_update2-foss-2023b-kokkos-CUDA-12.4.0

results in the following error:

Your driver CUDA version is 12.2 but the module you want to load requires CUDA 12.4.0.

This looks like a minor version compatibility scenario (12.2 vs 12.4), where execution may still be valid but is now blocked by the updated check. This affects module usability on systems where the CUDA driver cannot be upgraded in sync with module updates.

Thanks for the update and for looking into this.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions