Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add MEM1024 template support #110

Merged
merged 1 commit into from Nov 24, 2022
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
2 changes: 1 addition & 1 deletion DESCRIPTION
@@ -1,6 +1,6 @@
Package: didehpc
Title: DIDE HPC Support
Version: 0.3.16
Version: 0.3.17
Authors@R: c(person("Rich", "FitzJohn", role = c("aut", "cre"),
email = "rich.fitzjohn@gmail.com"),
person("Wes", "Hinsley", role = "aut"),
Expand Down
6 changes: 5 additions & 1 deletion NEWS.md
@@ -1,4 +1,8 @@
# didehpc 0.3.15
# didehpc 0.3.17

Support MEM1024 job template for selecting nodes with 1Tb of RAM

# didehpc 0.3.16

More flexible job cancel (unsubmit).

Expand Down
6 changes: 4 additions & 2 deletions R/config.R
Expand Up @@ -74,7 +74,9 @@
##' @param template A job template. On fi--dideclusthn this can be
##' "GeneralNodes" or "8Core". On "fi--didemrchnb" this can be
##' "GeneralNodes", "12Core", "16Core", "12and16Core", "20Core",
##' "24Core" or "32Core". On the new "wpia-hpc-hn" cluster, you should
##' "24Core", "32Core", or "MEM1024" (for nodes with 1Tb of RAM; we have
##' three - two of which have 32 cores, and the other is the AMD epyc with
##' 64). On the new "wpia-hpc-hn" cluster, you should
##' currently use "AllNodes". See the main cluster documentation if you
##' tweak these parameters, as you may not have permission to use
##' all templates (and if you use one that you don't have permission
Expand Down Expand Up @@ -407,7 +409,7 @@ cluster_name <- function(name) {
valid_templates <- function() {
list("fi--dideclusthn" = c("GeneralNodes", "8Core", "Training"),
"fi--didemrchnb" = c("GeneralNodes", "12Core", "12and16Core", "16Core",
"20Core", "24Core", "32Core"),
"20Core", "24Core", "32Core", "MEM1024"),
"wpia-hpc-hn" = "AllNodes")
}

Expand Down
17 changes: 17 additions & 0 deletions didehpc.Rproj
@@ -0,0 +1,17 @@
Version: 1.0

RestoreWorkspace: Default
SaveWorkspace: Default
AlwaysSaveHistory: Default

EnableCodeIndexing: Yes
UseSpacesForTab: Yes
NumSpacesForTab: 2
Encoding: UTF-8

RnwWeave: Sweave
LaTeX: pdfLaTeX

BuildType: Package
PackageUseDevtools: Yes
PackageInstallArgs: --no-multiarch --with-keep.source