cholla-hydro / cholla

A GPU-based hydro code
https://github.com/cholla-hydro/cholla/wiki
MIT License
60 stars 32 forks source link

Remove all C code and build system support for C. Enable `bugprone-signed-char-misuse` clang-tidy check #259

Closed bcaddy closed 1 year ago

bcaddy commented 1 year ago

Per issue #253 our singular C language file (MPI_Comm_node.c) was unused. Removing it allowed me to simplify our build system by removing all the C language and enable the bugprone-signed-char-misuse clang-tidy check.

The code still builds and passes tests on C-3PO.