diff --git a/.buildkite/longruns/pipeline.yml b/.buildkite/longruns/pipeline.yml index a11ef938bc..436143c674 100644 --- a/.buildkite/longruns/pipeline.yml +++ b/.buildkite/longruns/pipeline.yml @@ -264,7 +264,6 @@ steps: steps: # DYAMOND AMIP: 1 day (convection resolving) - - label: "MPI AMIP SUPERFINE: dyamond_target" key: "dyamond_target" command: "srun julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/dyamond_target.yml" @@ -357,6 +356,20 @@ steps: slurm_nodes: 1 slurm_mem_per_cpu: 16G + - group: "GPU AMIP targets" + + steps: + + # DYAMOND AMIP: 1 day (convection resolving) + - label: "GPU AMIP SUPERFINE: dyamond_target" + key: "gpu_dyamond_target" + command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_dyamond_target.yml" + artifact_paths: "experiments/AMIP/output/amip/gpu_dyamond_target_artifacts/*" + agents: + slurm_mem: 80GB + slurm_gpus: 1 + gres: "gpu:v100:1,gpu:h100:1" + - wait # plot job performance history diff --git a/config/longrun_configs/gpu_dyamond_target.yml b/config/longrun_configs/gpu_dyamond_target.yml new file mode 100644 index 0000000000..0c96492245 --- /dev/null +++ b/config/longrun_configs/gpu_dyamond_target.yml @@ -0,0 +1,15 @@ +anim: false +atmos_config_file: "config/longrun_configs/longrun_aquaplanet_dyamond.yml" +dt_cpl: 50 +dt_save_state_to_disk: "0.5days" +dt_save_to_sol: "0.5days" +energy_check: false +job_id: "gpu_dyamond_target" +land_albedo_type: "map_temporal" +mode_name: "amip" +mono_surface: false +monthly_checkpoint: false +run_name: "gpu_dyamond_target" +start_date: "19790301" +t_end: "1days" +turb_flux_partition: "CombinedStateFluxes"