Skip to content

Commit

Permalink
Merge pull request #671 from CliMA/js/gpu-target-pipeline
Browse files Browse the repository at this point in the history
update GPU AMIP longrun agents
  • Loading branch information
juliasloan25 authored Mar 6, 2024
2 parents ef2b3ce + ed77833 commit 0525fc0
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .buildkite/longruns/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -241,23 +241,19 @@ steps:

- label: "GPU AMIP FINE: new target amip: topo"
key: "gpu_amip_target_topo"
command: "mpiexec julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_amip_target_topo.yml"
command: "srun julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_amip_target_topo.yml"
artifact_paths: "experiments/AMIP/output/amip/gpu_amip_target_topo_artifacts/*"
agents:
slurm_ntasks_per_node: 16
slurm_nodes: 4
slurm_mem_per_cpu: 16G
slurm_gpus: 1
slurm_mem: 16GB

- label: "GPU AMIP FINE: new target amip: topo + diagedmf"
key: "gpu_amip_target_topo_diagedmf"
command: "mpiexec julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_amip_target_topo_diagedmf.yml"
command: "srun julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_amip_target_topo_diagedmf.yml"
artifact_paths: "experiments/AMIP/output/amip/gpu_amip_target_topo_diagedmf_artifacts/*"
agents:
slurm_ntasks_per_node: 16
slurm_nodes: 4
slurm_mem_per_cpu: 16G
slurm_gpus: 1
slurm_mem: 16GB

- group: "Other AMIP targets"

Expand Down

0 comments on commit 0525fc0

Please sign in to comment.