Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
19 changes: 19 additions & 0 deletions .buildkite/gpu_pipeline/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,6 +114,25 @@ steps:
- group: "DYAMOND GPU strong scaling"
steps:

- label: "gpu_aquaplanet_dyamond - strong scaling - 1 GPU - No MPI"
command:
- mkdir -p gpu_aquaplanet_dyamond_ss_1GPU_no_mpi
- >
srun --cpu-bind=threads --cpus-per-task=4
nsys profile --delay 100 --trace=nvtx,cuda,osrt --output=gpu_aquaplanet_dyamond_ss_1GPU_no_mpi/output_active/report julia --threads=3 --color=yes --project=.buildkite .buildkite/ci_driver.jl
--config_file ${GPU_CONFIG_PATH}gpu_aquaplanet_dyamond_ss.yml
--job_id gpu_aquaplanet_dyamond_ss_1GPU_no_mpi
artifact_paths: "gpu_aquaplanet_dyamond_ss_1GPU_no_mpi/output_active/*"
env:
CLIMACOMMS_DEVICE: "CUDA"
agents:
slurm_ntasks: 1
slurm_cpus_per_task: 4
slurm_gres: "gpu:1"
slurm_mem: 32G
slurm_time: 00:45:00
slurm_exclusive:

- label: "gpu_aquaplanet_dyamond with diagnostics - strong scaling - 1 GPU"
command:
- mkdir -p gpu_aquaplanet_dyamond_diag_1process
Expand Down
6 changes: 3 additions & 3 deletions config/gpu_configs/gpu_aquaplanet_dyamond_ss.yml
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
dt_save_state_to_disk: "Inf"
output_default_diagnostics: false
h_elem: 30
h_elem: 28
z_max: 60000.0
z_elem: 63
z_elem: 72
dz_bottom: 30.0
rayleigh_sponge: true
viscous_sponge: true
Expand All @@ -21,4 +21,4 @@ t_end: "1days"
toml: [toml/longrun_aquaplanet.toml]
prescribe_ozone: true
aerosol_radiation: true
prescribed_aerosols: ["CB1", "CB2", "DST01", "DST02", "DST03", "DST04", "DST05", "OC1", "OC2", "SO4", "SSLT01", "SSLT02", "SSLT03", "SSLT04", "SSLT05"]
prescribed_aerosols: ["DST01", "SO4"]
Loading