MPI_UNIVERSE_SIZE  121 ompi/attribute/attribute_predefined.c         OMPI_SUCCESS != (ret = create_comm(MPI_UNIVERSE_SIZE, true)) ||
MPI_UNIVERSE_SIZE  145 ompi/attribute/attribute_predefined.c         ret = set_f(MPI_UNIVERSE_SIZE, ompi_comm_size(MPI_COMM_WORLD));
MPI_UNIVERSE_SIZE  147 ompi/attribute/attribute_predefined.c         ret = set_f(MPI_UNIVERSE_SIZE, usize);
MPI_UNIVERSE_SIZE  169 ompi/attribute/attribute_predefined.c         OMPI_SUCCESS != (ret = free_comm(MPI_UNIVERSE_SIZE)) ||
MPI_UNIVERSE_SIZE  222 ompi/mpi/cxx/constants.h static const int UNIVERSE_SIZE = MPI_UNIVERSE_SIZE;
MPI_UNIVERSE_SIZE   74 ompi/mpi/java/c/mpi_Constant.c     ompi_java_setIntField(env, c, obj, "UNIVERSE_SIZE",   MPI_UNIVERSE_SIZE);
MPI_UNIVERSE_SIZE   39 orte/test/mpi/hello_nodename.c     MPI_Comm_get_attr(MPI_COMM_WORLD, MPI_UNIVERSE_SIZE, &univ_size, &flag);