Azure / cyclecloud-slurm

Azure CycleCloud project to enable users to create, configure, and use Slurm HPC clusters.
MIT License
54 stars 40 forks source link

install.sh should failed if jetpack is not found #224

Closed xpillons closed 2 months ago

xpillons commented 3 months ago

The install.sh script is returning 0 is jetpack is not found https://github.com/Azure/cyclecloud-slurm/blob/master/install.sh#L95 Silently exiting while we expect the config and autoscaling files to be created is a bad idea

xpillons commented 3 months ago

@aditigaur4 for reference