Skip to content

Commit

Permalink
Fix hook installer
Browse files Browse the repository at this point in the history
  • Loading branch information
vanzod committed Jan 24, 2024
1 parent f7b701f commit 3c787c8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@
source $CYCLECLOUD_SPEC_PATH/files/common_functions.sh

# Install extra hooks for PMIx on compute nodes
if ! is_slurm_controller; then
if is_compute_node; then
cp -fv /usr/share/enroot/hooks.d/50-slurm-pmi.sh /usr/share/enroot/hooks.d/50-slurm-pytorch.sh /etc/enroot/hooks.d
fi

0 comments on commit 3c787c8

Please sign in to comment.