Skip to content

Commit

Permalink
Merge pull request #2883 from CliMA/szy21-patch-1
Browse files Browse the repository at this point in the history
Fix output directory in cpu longrun pipeline
  • Loading branch information
charleskawczynski authored Apr 7, 2024
2 parents 56c3174 + 4b0104c commit ad463c2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ steps:
- label: ":computer: aquaplanet equilmoist clearsky radiation + prognostic edmf diffusion only + 0M microphysics"
command:
- srun julia --project=examples examples/hybrid/driver.jl --config_file $CONFIG_PATH/$$JOB_NAME.yml
artifact_paths: "$$JOB_NAME/*"
artifact_paths: "$$JOB_NAME/output_active/*"
agents:
slurm_ntasks: 64
slurm_nodes: 4
Expand Down

0 comments on commit ad463c2

Please sign in to comment.