Skip to content

Change neighbor_index temp variable from char to int, for arm builds.#34

Open
ursg wants to merge 1 commit intomasterfrom
neighbor_index
Open

Change neighbor_index temp variable from char to int, for arm builds.#34
ursg wants to merge 1 commit intomasterfrom
neighbor_index

Conversation

@ursg
Copy link
Copy Markdown
Contributor

@ursg ursg commented Apr 29, 2026

Turns out "char" is an unsigned type when building with nvcc on arm. Whoever came up with that.

This made our choice of MPI_PROC_NULL for "nobody here" spew out compiler warnings. Probably still worked, but good to fix.

Turns out "char" is an unsigned type when building with nvcc on arm.
Whoever came up with that.
@iljah
Copy link
Copy Markdown

iljah commented May 4, 2026

Whoever came up with that

C/C++ committee apparently: https://en.cppreference.com/cpp/language/types

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.

2 participants