Skip to content

Fix benign typo in cudecompUpdateHaloZ Fortran interface.#134

Merged
romerojosh merged 1 commit into
mainfrom
halo_z_fortran_interface_fix
Jun 4, 2026
Merged

Fix benign typo in cudecompUpdateHaloZ Fortran interface.#134
romerojosh merged 1 commit into
mainfrom
halo_z_fortran_interface_fix

Conversation

@romerojosh
Copy link
Copy Markdown
Collaborator

The cudecompUpdateHaloZ Fortran interface function erroneously passes the optional padding variable directly into the C API rather than the local padding_ variable that is conditionally populated if padding is present, as is done in the other halo update interfaces. This is a benign issue as padding will be nullptr if not present, resulting in the appropriate non-padded behavior in the C API. This PR just cleans up the inconsistency.

Signed-off-by: Josh Romero <joshr@nvidia.com>
@romerojosh
Copy link
Copy Markdown
Collaborator Author

/build

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

🚀 Build workflow triggered! View run

@github-actions
Copy link
Copy Markdown

github-actions Bot commented Jun 4, 2026

✅ Build workflow passed! View run

@romerojosh romerojosh merged commit 30fa555 into main Jun 4, 2026
4 checks passed
@romerojosh romerojosh deleted the halo_z_fortran_interface_fix branch June 4, 2026 21:06
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

Successfully merging this pull request may close these issues.

1 participant