Azure / cyclecloud-slurm

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

/opt/azurehpc/slurm/prolog.sh assume that jq is installed, while it's not always the case #225

Closed xpillons closed 4 months ago

xpillons commented 5 months ago

the Slurmctld prolog script is using jq which is not a default OS package. jq package need to be added in the install script run on the scheduler.

@aditigaur4

aditigaur4 commented 4 months ago

This has been fixed in : https://github.com/Azure/cyclecloud-slurm/pull/234