Skip to content

Commit

Permalink
Fix hs topo longrun
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Sep 22, 2023
1 parent d6b24c0 commit 45ad124
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 45ad124

Please sign in to comment.