Searched refs:someone_has_minusone (Results 1 – 1 of 1) sorted by relevance
174 int someone_has_minusone = (err == -1); in check_large_allgather_or_abort() local175 MPI_Allreduce(MPI_IN_PLACE, &someone_has_minusone, 1, MPI_INT, MPI_MAX, MPI_COMM_WORLD); in check_large_allgather_or_abort()176 if (someone_has_minusone) { in check_large_allgather_or_abort()