scripts for things I kept needing to do in slurm
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
#!/bin/bash |
|
|
|
# written by Alan |
|
|
|
eval sudo scontrol update NodeName=slurm-test State=DOWN Reason="undraining" |
|
|
|
eval sudo scontrol update NodeName=slurm-test State=RESUME |