Skip to content

Commit

Permalink
use nsys for target amip, slabplanet
Browse files Browse the repository at this point in the history
  • Loading branch information
juliasloan25 committed Mar 18, 2024
1 parent 7014308 commit cb05f3d
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 5 deletions.
12 changes: 8 additions & 4 deletions .buildkite/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -380,9 +380,11 @@ steps:
slurm_mem: 20GB
slurm_gpus: 1

- label: "GPU Slabplanet: albedo from static map"
- label: "GPU Slabplanet: albedo from static map (nsys)"
key: "gpu_slabplanet_albedo_static_map"
command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_slabplanet_albedo_static_map.yml"
command: >
nsys profile --trace=nvtx,cuda --output=experiments/AMIP/output/amip/gpu_slabplanet_albedo_static_map_artifacts
julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_slabplanet_albedo_static_map.yml
artifact_paths: "experiments/AMIP/output/slabplanet/gpu_slabplanet_albedo_static_map_artifacts/*"
agents:
slurm_mem: 20GB
Expand All @@ -405,9 +407,11 @@ steps:
slurm_mem: 20GB
slurm_gpus: 1

- label: "GPU AMIP target: topography and diagnostic EDMF"
- label: "GPU AMIP target: topography and diagnostic EDMF (nsys)"
key: "gpu_amip_target_topo_diagedmf_shortrun"
command: "julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_amip_target_topo_diagedmf_shortrun.yml"
command: >
nsys profile --trace=nvtx,cuda --output=experiments/AMIP/output/amip/gpu_amip_target_topo_diagedmf_shortrun_artifacts
julia --color=yes --project=experiments/AMIP/ experiments/AMIP/coupler_driver.jl --config_file $CONFIG_PATH/gpu_amip_target_topo_diagedmf_shortrun.yml
artifact_paths: "experiments/AMIP/output/amip/gpu_amip_target_topo_diagedmf_shortrun_artifacts/*"
agents:
slurm_mem: 20GB
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ netcdf_output_at_levels: true
run_name: "gpu_amip_target_topo_diagedmf_shortrun"
start_date: "19790301"
surface_setup: "PrescribedSurface"
t_end: "200secs"
t_end: "12hours"
topo_smoothing: true
topography: "Earth"
turb_flux_partition: "CombinedStateFluxes"
Expand Down

0 comments on commit cb05f3d

Please sign in to comment.