ucb-rit / brc_oodapps

5 stars 1 forks source link

OOD desktop apps defaults to 20 cores #39

Open paciorek opened 3 months ago

paciorek commented 3 months ago

That occurs because of this in submit.yml.erb:

  ppn = num_cores.blank? ? 20 : num_cores.to_i

We could modify that, but I am wondering if a better path is to have submit.yml.erb use the same style/syntax as used for the Jupyter/RStudio compute apps so we have consistency?

@wfeinstein what do you think. If this sounds reasonable I can make a PR.

paciorek commented 1 month ago

PR #40 addresses this issue (among other things).