Uploading Slurm Profiles
Validate and Push the Customized Profile to the EMS.
Validate the profile with the quick
jq
test.- CODE
jq . profile0.json
Push the changes live.
- CODE
xli profile add -n <NewProfileName> -p ./profile0.json
Validate the profile with the quick jq
test.
jq . profile0.json
Push the changes live.
xli profile add -n <NewProfileName> -p ./profile0.json