From 45ad1245904e4acdac96d9a09d95f524ae567609 Mon Sep 17 00:00:00 2001 From: nefrathenrici Date: Fri, 22 Sep 2023 15:05:22 -0700 Subject: [PATCH] Fix hs topo longrun --- .buildkite/longruns/pipeline.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.buildkite/longruns/pipeline.yml b/.buildkite/longruns/pipeline.yml index 6eecdd93b49..821280c4cc9 100644 --- a/.buildkite/longruns/pipeline.yml +++ b/.buildkite/longruns/pipeline.yml @@ -156,8 +156,8 @@ steps: - label: ":computer: held suarez (ρe_tot) equilmoist high resolution topography (earth)" command: - srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/.yml - - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir JOB_NAME --out_dir JOB_NAME - artifact_paths: "JOB_NAME/*" + - julia --color=yes --project=examples post_processing/remap/remap_pipeline.jl --data_dir $$JOB_NAME --out_dir $$JOB_NAME + artifact_paths: "$$JOB_NAME/*" agents: slurm_ntasks: 64 slurm_mem_per_cpu: 16GB