From 7cceaa18dc26269197e5dc62184383477b1f185c Mon Sep 17 00:00:00 2001 From: Simon Byrne Date: Fri, 29 Sep 2023 13:48:49 -0700 Subject: [PATCH] use mem-per-cpu in longruns --- .buildkite/longruns/pipeline.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.buildkite/longruns/pipeline.yml b/.buildkite/longruns/pipeline.yml index de52cb69ac..8cc066eb28 100644 --- a/.buildkite/longruns/pipeline.yml +++ b/.buildkite/longruns/pipeline.yml @@ -218,7 +218,7 @@ steps: command: "julia --color=yes --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml" artifact_paths: "$$JOB_NAME/*" agents: - slurm_mem: 20GB + slurm_mem_per_cpu: 20GB slurm_time: 24:00:00 env: JOB_NAME: "longrun_compressible_edmf_trmm"