uabrc / CRI_XCBC

Home of the XSEDE Compatible Basic Cluster
MIT License
0 stars 1 forks source link

Users not able to request all partitions for interactive apps #86

Open wwarriner opened 2 years ago

wwarriner commented 2 years ago

Currently users can only put interactive apps on a subset of partitions. There are legitimate use cases in recent tickets for putting workflows onto RStudio using >190GB ram (esp. genomics pipelines)

Can we get largemem and largemem-long and amd-hdr100 added to the list of choices?

Ideally this would be automated and pull from scontrol but that looks like a longer-term solution involving a fair bit of ruby coding.

diedpigs commented 2 years ago

https://osc.github.io/ood-documentation/latest/app-development/tutorials-interactive-apps/add-custom-queue/global-static-list.html

We cloud configure it as the link suggested. I will work on this.