feat: noise runtime estimator

This commit is contained in:
2026-08-21 12:46:55 +02:00
parent fb85e20f44
commit b0a5447797
10 changed files with 423 additions and 153 deletions

View File

@@ -20,13 +20,13 @@ k8s {
storageMountPath = '/workspace'
launchDir = '/workspace/launch'
projectDir = '/workspace/projects'
cleanup = false
cleanup = true
nextflowImage = 'gitea.kleine.eulenhexe.de/kevin/ma/nextflow-dvfs:0.6.29'
nextflowImage = 'gitea.kleine.eulenhexe.de/kevin/ma/nextflow-dvfs:0.8.18'
imagePullPolicy = 'IfNotPresent'
schedulerInterval = '10s'
schedulerInterval = '1m'
recordTaskRuntimes = true
schedulingStrategy = 'DVFS'
schedulingStrategy = 'DVFS-SPEED'
nodeInit {
enabled = true