Skip to content

Commit

Permalink
with nvml
Browse files Browse the repository at this point in the history
  • Loading branch information
YassineYousfi committed Dec 16, 2024
1 parent 69c7ea1 commit c889d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docker-build.sh
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ if [ ! -d slurm ]; then
wget -O slurm-latest.tar.bz2 $(wget -qO- https://www.schedmd.com/downloads.php | grep -oP 'href="\K[^"]+\.tar\.bz2' | head -1)
tar xvjf slurm-latest.tar.bz2
mv "$(ls -d slurm-*/ | head -1)" slurm
sed -i '/^\s*dh_auto_configure/s/$/ --with-mysql_config=\/usr\/bin --with-munge=no/' slurm/debian/rules
sed -i '/^\s*dh_auto_configure/s/$/ --with-mysql_config=\/usr\/bin --with-munge=no --with-nvml/' slurm/debian/rules
sed -i '/munge/d' slurm/debian/control
fi

Expand Down

0 comments on commit c889d78

Please sign in to comment.