/
v2.3.9.0 Downloading Configuration Assets for Slurm Integration
v2.3.9.0 Downloading Configuration Assets for Slurm Integration
Download Scheduler Assets from the Management Server
curl -X GET http://${MGMT_SERVER_IP}:5000/v1/xcompute/download/slurm -o slurm.tgz
If the EnvName was changed (above in Edit the Slurm Environment JSON for Your Purposes - Step 2 ), then the following command can be used with your CustomEnvironmentName
:
curl -X GET http://${MGMT_SERVER_IP}:5000/v1/xcompute/download/slurm?envName=CustomEnvironmentName -o slurm.tgz
Unpack them into the exostellar
folder:
tar xf slurm.tgz -C ../
cd ..
mv assets/* .
rmdir assets
, multiple selections available,
Related content
(v2.3.0.0) Downloading Configuration Assets for Slurm Integration
(v2.3.0.0) Downloading Configuration Assets for Slurm Integration
More like this
(v2.2.0.1) Integrating with Slurm Cluster
(v2.2.0.1) Integrating with Slurm Cluster
More like this
(v2.2.0.2) Integrating with Slurm Cluster
(v2.2.0.2) Integrating with Slurm Cluster
More like this
v2.3.9.0 Customizing the Slurm Application Environment
v2.3.9.0 Customizing the Slurm Application Environment
More like this
(v2.2.0.0) Integrating with Slurm Cluster
(v2.2.0.0) Integrating with Slurm Cluster
More like this
(v2.3.0.0) Customizing the Slurm Application Environment
(v2.3.0.0) Customizing the Slurm Application Environment
More like this