ompi
ompi copied to clipboard
datatype: Add support for MPI_TYPECLASS_LOGICAL
trafficstars
Support for MPI_TYPECLASS_LOGICAL as being proposed in mpi-forum/mpi-issues#699.
As a bonus, add preliminary support the MPI_LOGICAL16 datatype.
TODO: Support for 128bit integral C types via GCC/LLVM __int128 extension.
Hello! The Git Commit Checker CI bot found a few problems with this PR:
7b93c9db: datatype: Add support for MPI_TYPECLASS_LOGICAL
- check_signed_off: does not contain a valid Signed-off-by line
64e5f5f4: datatype: Add preliminary support for MPI_LOGICAL1...
- check_signed_off: does not contain a valid Signed-off-by line
Please fix these problems and, if necessary, force-push new commits back up to the PR branch. Thanks!
I believe I forgot to bump OMPI_DATATYPE_MAX_PREDEFINED by one.