Skip to content

Commit

Permalink
Fix artifact upload for GPUs
Browse files Browse the repository at this point in the history
  • Loading branch information
sriharshakandala committed Jun 21, 2023
1 parent 1187805 commit 37260dc
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion examples/hybrid/box/bubble_3d_invariant_rhoe.jl
Original file line number Diff line number Diff line change
Expand Up @@ -481,7 +481,9 @@ function bubble_3d_invariant_ρe(ARGS, comms_ctx, ::Type{FT}) where {FT}
ENV["GKSwstype"] = "nul"
Plots.GRBackend()

dir = "bubble_3d_invariant_rhoe"
dir =
comms_ctx.device isa ClimaComms.CPUDevice ? "bubble_3d_invariant_rhoe" :
"gpu_bubble_3d_invariant_rhoe"
path = joinpath(@__DIR__, "output", dir)
mkpath(path)

Expand Down

0 comments on commit 37260dc

Please sign in to comment.