Skip to content

Commit 9504ff9

Browse files
committed
comment out other runs
1 parent 35696de commit 9504ff9

File tree

1 file changed

+36
-36
lines changed

1 file changed

+36
-36
lines changed

.buildkite/benchmarks/pipeline.yml

+36-36
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,17 @@ steps:
6767
slurm_nodes: 1
6868
slurm_mem_per_cpu: 4GB
6969

70-
- label: "CPU AMIP with diagnostic EDMF"
71-
key: "amip_diagedmf"
72-
command: "srun julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $BENCHMARK_CONFIG_PATH/amip_diagedmf.yml --job_id amip_diagedmf"
73-
artifact_paths: "experiments/ClimaEarth/output/amip/amip_diagedmf_artifacts/*"
74-
env:
75-
BUILD_HISTORY_HANDLE: ""
76-
CLIMACOMMS_DEVICE: "CPU"
77-
agents:
78-
slurm_ntasks_per_node: 64
79-
slurm_nodes: 1
80-
slurm_mem_per_cpu: 4GB
70+
# - label: "CPU AMIP with diagnostic EDMF"
71+
# key: "amip_diagedmf"
72+
# command: "srun julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $BENCHMARK_CONFIG_PATH/amip_diagedmf.yml --job_id amip_diagedmf"
73+
# artifact_paths: "experiments/ClimaEarth/output/amip/amip_diagedmf_artifacts/*"
74+
# env:
75+
# BUILD_HISTORY_HANDLE: ""
76+
# CLIMACOMMS_DEVICE: "CPU"
77+
# agents:
78+
# slurm_ntasks_per_node: 64
79+
# slurm_nodes: 1
80+
# slurm_mem_per_cpu: 4GB
8181

8282
- group: "GPU benchmarks"
8383
steps:
@@ -101,30 +101,30 @@ steps:
101101
slurm_ntasks: 4
102102
slurm_mem: 16GB
103103

104-
- label: "GPU AMIP with diagnostic EDMF"
105-
key: "gpu_amip_diagedmf"
106-
command: "srun julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $BENCHMARK_CONFIG_PATH/amip_diagedmf.yml --job_id gpu_amip_diagedmf"
107-
artifact_paths: "experiments/ClimaEarth/output/amip/gpu_amip_diagedmf_artifacts/*"
108-
agents:
109-
slurm_gpus_per_task: 1
110-
slurm_cpus_per_task: 4
111-
slurm_ntasks: 4
112-
slurm_mem: 16GB
104+
# - label: "GPU AMIP with diagnostic EDMF"
105+
# key: "gpu_amip_diagedmf"
106+
# command: "srun julia --threads=3 --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/run_amip.jl --config_file $BENCHMARK_CONFIG_PATH/amip_diagedmf.yml --job_id gpu_amip_diagedmf"
107+
# artifact_paths: "experiments/ClimaEarth/output/amip/gpu_amip_diagedmf_artifacts/*"
108+
# agents:
109+
# slurm_gpus_per_task: 1
110+
# slurm_cpus_per_task: 4
111+
# slurm_ntasks: 4
112+
# slurm_mem: 16GB
113113

114-
- group: "Generate output table"
115-
steps:
116-
- label: "Compare AMIP/Atmos-only with diagnostic EDMF"
117-
key: "compare_amip_climaatmos_amip_diagedmf"
118-
command: "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/user_io/benchmarks.jl --cpu_job_id_coupled amip_diagedmf --cpu_job_id_atmos climaatmos_diagedmf --gpu_job_id_coupled gpu_amip_diagedmf --gpu_job_id_atmos gpu_climaatmos_diagedmf --mode_name amip --build_id $BUILDKITE_BUILD_NUMBER"
119-
artifact_paths: "experiments/ClimaEarth/output/compare_amip_climaatmos_amip_diagedmf/*"
120-
depends_on:
121-
- "climaatmos_diagedmf"
122-
- "amip_diagedmf"
123-
- "gpu_climaatmos_diagedmf"
124-
- "gpu_amip_diagedmf"
114+
# - group: "Generate output table"
115+
# steps:
116+
# - label: "Compare AMIP/Atmos-only with diagnostic EDMF"
117+
# key: "compare_amip_climaatmos_amip_diagedmf"
118+
# command: "julia --color=yes --project=experiments/ClimaEarth/ experiments/ClimaEarth/user_io/benchmarks.jl --cpu_job_id_coupled amip_diagedmf --cpu_job_id_atmos climaatmos_diagedmf --gpu_job_id_coupled gpu_amip_diagedmf --gpu_job_id_atmos gpu_climaatmos_diagedmf --mode_name amip --build_id $BUILDKITE_BUILD_NUMBER"
119+
# artifact_paths: "experiments/ClimaEarth/output/compare_amip_climaatmos_amip_diagedmf/*"
120+
# depends_on:
121+
# - "climaatmos_diagedmf"
122+
# - "amip_diagedmf"
123+
# - "gpu_climaatmos_diagedmf"
124+
# - "gpu_amip_diagedmf"
125125

126-
- label: ":envelope: Slack report: CPU/GPU AMIP/Atmos-only table"
127-
depends_on:
128-
- "compare_amip_climaatmos_amip_diagedmf"
129-
command:
130-
- slack-upload -c "#coupler-report" -f experiments/ClimaEarth/output/compare_amip_climaatmos_amip_diagedmf/table.txt -m txt -n compare_amip_climaatmos_amip_diagedmf_table -x "Coupler CPU/GPU Comparison Table"
126+
# - label: ":envelope: Slack report: CPU/GPU AMIP/Atmos-only table"
127+
# depends_on:
128+
# - "compare_amip_climaatmos_amip_diagedmf"
129+
# command:
130+
# - slack-upload -c "#coupler-report" -f experiments/ClimaEarth/output/compare_amip_climaatmos_amip_diagedmf/table.txt -m txt -n compare_amip_climaatmos_amip_diagedmf_table -x "Coupler CPU/GPU Comparison Table"

0 commit comments

Comments
 (0)