Skip to content

Commit

Permalink
Remove active_output suffix for non-driver scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
charleskawczynski committed Apr 9, 2024
1 parent 6c9647a commit a4529b0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .buildkite/gpu_pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,7 +161,7 @@ steps:
- mkdir -p gpu_aquaplanet_dyamond_ss
- >
julia --color=yes --project=examples post_processing/plot_gpu_strong_scaling.jl gpu_aquaplanet_dyamond_ss
artifact_paths: "gpu_aquaplanet_dyamond_ss/output_active/*"
artifact_paths: "gpu_aquaplanet_dyamond_ss/*"
agents:
slurm_cpus_per_task: 1
slurm_ntasks: 1
Expand Down Expand Up @@ -225,7 +225,7 @@ steps:
- mkdir -p gpu_aquaplanet_dyamond_ws
- >
julia --color=yes --project=examples post_processing/plot_gpu_weak_scaling.jl gpu_aquaplanet_dyamond_ws
artifact_paths: "gpu_aquaplanet_dyamond_ws/output_active/*"
artifact_paths: "gpu_aquaplanet_dyamond_ws/*"
agents:
slurm_cpus_per_task: 1
slurm_ntasks: 1
Expand Down

0 comments on commit a4529b0

Please sign in to comment.