tentative : use nvidia driver to find specific libnvidia-xxxx.so

This commit is contained in:
Yann Dupont 2023-12-14 11:04:28 +01:00
parent 192e252ce2
commit 943f8a4a96
2 changed files with 10 additions and 2 deletions

View file

@ -274,8 +274,7 @@ hwloc ;; openmpi-glicid-waves openssh-sans-x ;; ssh is because openmpi use rsh a
(inputs
(modify-inputs (package-inputs gromacs)
(append cuda
hwloc openmpi-glicid-waves openssh-sans-x ;; ssh is because openmpi use rsh and tests use it !
(append cuda nvidia-driver hwloc openmpi-glicid-waves openssh-sans-x ;; ssh is because openmpi use rsh and tests use it !
))))
)