Skip to content

Commit a7a68f3

Browse files
Increase allocation limit
1 parent d719e16 commit a7a68f3

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

test/Spaces/distributed_cuda/ddss4.jl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -100,7 +100,7 @@ pid, nprocs = ClimaComms.init(context)
100100
end
101101
p = @allocated Spaces.weighted_dss!(y0, dss_buffer)
102102
if pid == 1
103-
@test p 7776
103+
@test p 410296
104104
end
105105

106106
end

0 commit comments

Comments
 (0)