Skip to content

Commit

Permalink
Merge #1515
Browse files Browse the repository at this point in the history
1515: remove distributed TempestRemap tests r=charleskawczynski a=simonbyrne

This isn't how we should do distributed remapping, so i'll just disable them.

Avoids #1513.

- [x] Code follows the [style guidelines](https://clima.github.io/ClimateMachine.jl/latest/DevDocs/CodeStyle/) OR N/A.
- [x] Unit tests are included OR N/A.
- [x] Code is exercised in an integration test OR N/A.
- [x] Documentation has been added/updated OR N/A.


Co-authored-by: Simon Byrne <[email protected]>
  • Loading branch information
bors[bot] and simonbyrne authored Oct 23, 2023
2 parents 9c22047 + 273ca9b commit 252059b
Showing 1 changed file with 0 additions and 26 deletions.
26 changes: 0 additions & 26 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -681,32 +681,6 @@ steps:
agents:
slurm_ntasks: 3

- group: "Unit: lib/ClimaCoreTempestRemap"
steps:

- label: "Unit: lib/TempestRemap MPI test"
key: "write_exodus_mpi"
command: "srun julia --color=yes --project=lib/ClimaCoreTempestRemap lib/ClimaCoreTempestRemap/test/mpi_tests/exodus.jl"
timeout_in_minutes: 5
env:
CLIMACOMMS_CONTEXT: "MPI"
retry:
automatic: true
agents:
slurm_nodes: 3
slurm_tasks_per_node: 1

- label: "Unit: lib/TempestRemap distributed remapping test"
key: "online_remap_mpi"
command: "srun julia --color=yes --project=lib/ClimaCoreTempestRemap lib/ClimaCoreTempestRemap/test/mpi_tests/online_remap.jl"
timeout_in_minutes: 5
env:
CLIMACOMMS_CONTEXT: "MPI"
CI_OUTPUT_DIR: "output/online_remap"
agents:
slurm_nodes: 3
slurm_tasks_per_node: 1

# TODO: improve performance label: [inference, allocs, flops, latency, benchmark, boundscheck]
# TODO: use perf env for perf jobs, or merge test/perf envs
- group: "Perf: Geometry"
Expand Down

0 comments on commit 252059b

Please sign in to comment.