Skip to content

Commit 53eeb87

Browse files
authored
Remove accelerated networking auto-enable patch from install.sh (#295)
1 parent 476e679 commit 53eeb87

1 file changed

Lines changed: 0 additions & 9 deletions

File tree

bicep/install.sh

Lines changed: 0 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -345,15 +345,6 @@ while [ $(/opt/cycle_server/./cycle_server execute --format json "
345345
done
346346
echo All Azure.MachineType records are loaded.
347347

348-
# Enable accel networking on any nodearray that has a VM Size that supports it.
349-
/opt/cycle_server/./cycle_server execute \
350-
"SELECT AdType, ClusterName, Name, M.AcceleratedNetworkingEnabled AS EnableAcceleratedNetworking
351-
FROM Cloud.Node
352-
INNER JOIN Azure.MachineType M
353-
ON M.Name===MachineType && M.Location===Region
354-
WHERE ClusterName==\"$SLURM_CLUSTER_NAME\"" > /tmp/accel_network.txt
355-
mv /tmp/accel_network.txt /opt/cycle_server/config/data
356-
357348
# it usually takes less than 2 seconds, so before starting the longer timeouts, optimistically sleep.
358349
sleep 2
359350
echo Waiting for accelerated network records to be imported

0 commit comments

Comments
 (0)