-
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
37 changed files
with
2,229 additions
and
6,950 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
library(batchtools) | ||
|
||
unlink("benchmark/registry", recursive = TRUE) | ||
reg = makeRegistry(file.dir = "benchmark/registry", conf.file = NA, packages = "renv", seed = 1) | ||
|
||
# reg = makeRegistry(file.dir = "/gscratch/mbecke16/2023-10-13-rush", conf.file = "batchtools.conf.R", packages = "renv", seed = 1) | ||
# unlink("/gscratch/mbecke16/2023-10-13-rush", recursive = TRUE) | ||
# reg = loadRegistry(file.dir = "/gscratch/mbecke16/2023-10-13-rush", writeable = TRUE) | ||
|
||
source("benchmark/runner.R") | ||
|
||
batchMap( | ||
fun = runner, | ||
renv_project = list("benchmark/snapshot-2023-10-13"), | ||
times = list(1) | ||
) | ||
|
||
submitJobs() | ||
|
||
loadResult(1) | ||
|
||
getLog(1) |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,3 @@ | ||
cluster.functions = batchtools::makeClusterFunctionsSlurm("/home/mbecke16/slurm_wyoming.tmpl", array.jobs = FALSE) | ||
default.resources = list(walltime = 28800L, memory = 4000L, ntasks = 1L, ncpus = 32L, nodes = 1L, clusters = "teton") | ||
max.concurrent.jobs = 4000 |
2,018 changes: 0 additions & 2,018 deletions
2,018
benchmark/benchmark_files/libs/bootstrap/bootstrap-icons.css
This file was deleted.
Oops, something went wrong.
Binary file not shown.
10 changes: 0 additions & 10 deletions
10
benchmark/benchmark_files/libs/bootstrap/bootstrap.min.css
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
203 changes: 0 additions & 203 deletions
203
benchmark/benchmark_files/libs/quarto-html/quarto-syntax-highlighting.css
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.