Searched refs:MPI_FAILURE (Results 1 – 1 of 1) sorted by relevance
14 #define MPI_FAILURE 1 macro67 if (cerr != cudaSuccess) return MPI_FAILURE; in MPIUNI_Memcpy()72 if (cerr != hipSuccess) return MPI_FAILURE; in MPIUNI_Memcpy()92 if (cl >= classcnt) return MPI_FAILURE; in MPI_Add_error_code()220 if (*keyval < 0 || *keyval >= num_attr) return MPI_FAILURE; in MPI_Comm_free_keyval()229 if (comm < 1 || comm > MaxComm) return MPI_FAILURE; in MPI_Comm_set_attr()230 if (keyval < 0 || keyval >= num_attr) return MPI_FAILURE; in MPI_Comm_set_attr()242 if (comm < 1 || comm > MaxComm) return MPI_FAILURE; in MPI_Comm_delete_attr()243 if (keyval < 0 || keyval >= num_attr) return MPI_FAILURE; in MPI_Comm_delete_attr()261 if (comm < 1 || comm > MaxComm) return MPI_FAILURE; in MPI_Comm_get_attr()[all …]