Add cheaha partitions into cod environment
To make the CoD more like Cheaha, add all partitions into the CoD environment.
And make it able to use the same OOD app template, since partitions are hardcoded in the form.yml
or form.yml.erb
.
To make the CoD more like Cheaha, add all partitions into the CoD environment.
And make it able to use the same OOD app template, since partitions are hardcoded in the form.yml
or form.yml.erb
.
added Backlog label
changed the description
Command to add queue and append to compute category via cmsh:
export queuename=express
cmsh -c "wlm; use slurm; jobqueue; add ${queuename}; commit"
cmsh -c "category; use compute; roles; use slurmclient; append queues ${queuename}; commit"
unset queuename
marked this issue as related to #26 (closed)
added Sprint 22-16 label
assigned to @louistw
removed Backlog label
marked this issue as related to #65
Closing this issue since #65 will change the way OOD apps getting partition list, this issue is not needed.
closed