Searched refs:MaxComm (Results 1 – 1 of 1) sorted by relevance
45 static int MaxComm = 2; /* Maximal number of communicators ever created, i… variable229 if (comm < 1 || comm > MaxComm) return MPI_FAILURE; in MPI_Comm_set_attr()242 if (comm < 1 || comm > MaxComm) return MPI_FAILURE; in MPI_Comm_delete_attr()261 if (comm < 1 || comm > MaxComm) return MPI_FAILURE; in MPI_Comm_get_attr()272 if (comm < 1 || comm > MaxComm) return MPI_FAILURE; in MPI_Comm_get_name()281 if (comm < 1 || comm > MaxComm) return MPI_FAILURE; in MPI_Comm_set_name()291 if (comm < 1 || comm > MaxComm) return MPI_FAILURE; in MPI_Comm_create()292 for (j = 3; j <= MaxComm; j++) { in MPI_Comm_create()299 if (MaxComm >= MAX_COMM) return MPI_FAILURE; in MPI_Comm_create()300 *newcomm = ++MaxComm; in MPI_Comm_create()[all …]