We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Bad formatting:
template <typename T, typename S> struct is_builtin_mpi_op< kamping::ops::min<S>, T, typename std::enable_if<(std::is_same_v<S, void> || std::is_same_v<T, S>)&&( mpi_type_traits<T>::is_integer || mpi_type_traits<T>::is_float)>::type> : std::true_type { static MPI_Op op() { return MPI_MIN; } };
template <int is_commutative> struct UserOperationPtr { void operator=(UserOperationPtr<is_commutative>&) = delete; void operator =(UserOperationPtr<is_commutative>&& other_op) { this->mpi_op = other_op.mpi_op;
The text was updated successfully, but these errors were encountered:
Second problem will be fixed with clang-format 15
Sorry, something went wrong.
No branches or pull requests
Bad formatting:
Bad formatting:
The text was updated successfully, but these errors were encountered: