feat: noise runtime estimator
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user