Skip to content

Commit

Permalink
remove yamls
Browse files Browse the repository at this point in the history
  • Loading branch information
nefrathenrici committed Sep 26, 2023
1 parent 27c1147 commit 89daffb
Show file tree
Hide file tree
Showing 9 changed files with 3 additions and 20 deletions.
2 changes: 1 addition & 1 deletion .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -1049,7 +1049,7 @@ steps:
- label: ":rocket: JET n-failures (inference)"
command: >
julia --color=yes --project=perf perf/jet_test_nfailures.jl
jet_n_failures sphere_baroclinic_wave_rhoe_equilmoist_edmf
sphere_baroclinic_wave_rhoe_equilmoist_edmf jet_n_failures
agents:
slurm_mem: 20GB

Expand Down
3 changes: 0 additions & 3 deletions config/default_configs/default_config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -113,9 +113,6 @@ output_dir:
device:
help: "Device type to use [`auto` (default) `CPUSingleThreaded`, `CPUMultiThreaded`, `CUDADevice`]"
value: "auto"
target_job:
help: "Job config to use in `AtmosCoveragePerfConfig`. If the target config has argument overlapping with the perf defaults, the perf defaults take priority."
value: ~
reference_job_id:
help: |-
Identifier of job to use as the "reference" solution in the quicklook plot; the current job's results get compared to the results of the quicklook job on the main branch (only used if `debugging_tc` is `true`)
Expand Down
1 change: 0 additions & 1 deletion config/perf_configs/flame/perf_target.yml

This file was deleted.

3 changes: 0 additions & 3 deletions config/perf_configs/flame/perf_target_diagnostic_edmfx.yml

This file was deleted.

5 changes: 0 additions & 5 deletions config/perf_configs/flame/perf_target_edmf.yml

This file was deleted.

3 changes: 0 additions & 3 deletions config/perf_configs/flame/perf_target_edmfx.yml

This file was deleted.

1 change: 0 additions & 1 deletion config/perf_configs/flame/perf_target_threaded.yml

This file was deleted.

1 change: 0 additions & 1 deletion config/perf_configs/jet_n_failures.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
target_job: "sphere_baroclinic_wave_rhoe_equilmoist_edmf"
moist: "dry"
precip_model: ~
rad: ~
Expand Down
4 changes: 2 additions & 2 deletions perf/common.jl
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,8 @@ The configuration precedence is as follows:
2. Default perf configuration (to increase coverage)
3. Default configuration (lowest precedence)
There is an exception for the job `flame_perf_target_edmf`, which requires
`precip_model` and `rad` to be `nothing` and `apply_limiter` to be `false`.
There is an exception for the job `flame_perf_target_edmf`, which requires that
the performance configuration be overridden for certain components.
"""
function AtmosCoveragePerfConfig(; config_dict = CA.default_config_dict())
perf_default_config = perf_config_dict()
Expand Down

0 comments on commit 89daffb

Please sign in to comment.