Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Empty Buffers returned in output #973

Closed
avik-pal opened this issue Mar 20, 2025 · 2 comments
Closed

Empty Buffers returned in output #973

avik-pal opened this issue Mar 20, 2025 · 2 comments

Comments

@avik-pal
Copy link
Collaborator

using Reactant, Oceananigans

Nx = Ny = Nz = 128

r_arch = Oceananigans.ReactantState()
grid_r = TripolarGrid(r_arch; size=(Nx, Ny, Nz), halo=(7, 7, 7), z=(0, 1))

c_r = CenterField(grid_r);
∇²c_r = Field(∂x(∂x(c_r)) + ∂y(∂y(c_r)));

res_r = @jit compute!(∇²c_r);

To reproduce use:

  1. feat: distributed + fix codegen #959
  2. feat: Distributed Reactant CliMA/Oceananigans.jl#4246
@avik-pal
Copy link
Collaborator Author

(just to be clear I did not introduce this error in those PRs)

@avik-pal
Copy link
Collaborator Author

possibly related to #861

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant