inter 416 ompi/communicator/comm.c int inter; inter 434 ompi/communicator/comm.c inter = OMPI_COMM_IS_INTER(comm); inter 435 ompi/communicator/comm.c if ( inter ) { inter 497 ompi/communicator/comm.c if ( inter ) { inter 586 ompi/communicator/comm.c if ( inter ) { inter 600 ompi/communicator/comm.c if ( MPI_UNDEFINED == color || (inter && my_rsize==0)) { inter 629 ompi/communicator/comm.c if (inter && my_rsize == 0) { inter 792 ompi/communicator/comm.c int my_size, my_rsize = 0, mode, inter; inter 802 ompi/communicator/comm.c inter = OMPI_COMM_IS_INTER(comm); inter 819 ompi/communicator/comm.c if (tmp[0] != -tmp[1] || inter) { inter 829 ompi/communicator/comm.c if (inter) { inter 889 ompi/communicator/comm.c if (inter) { inter 898 ompi/communicator/comm.c mode = inter ? OMPI_COMM_CID_INTER : OMPI_COMM_CID_INTRA; inter 934 ompi/communicator/comm.c if (inter) { inter 67 ompi/mca/coll/demo/coll_demo_module.c static const mca_coll_base_module_1_0_0_t inter = { inter 42 ompi/mca/coll/inter/coll_inter.c static const mca_coll_base_module_1_0_0_t inter = { inter 98 ompi/mpi/java/c/mpi_Comm.c static int getSize(JNIEnv *env, MPI_Comm comm, int inter) inter 102 ompi/mpi/java/c/mpi_Comm.c if(inter) inter 842 ompi/mpi/java/c/mpi_Comm.c int inter = isInter(env, comm); inter 843 ompi/mpi/java/c/mpi_Comm.c int rootOrInter = rank == root || inter; inter 864 ompi/mpi/java/c/mpi_Comm.c int rCountTotal = rootOrInter ? rCount * getSize(env, comm, inter) : rCount; inter 977 ompi/mpi/java/c/mpi_Comm.c int inter = isInter(env, comm); inter 978 ompi/mpi/java/c/mpi_Comm.c int rootOrInter = rank == root || inter; inter 979 ompi/mpi/java/c/mpi_Comm.c int size = rootOrInter ? getSize(env, comm, inter) : 0; inter 1104 ompi/mpi/java/c/mpi_Comm.c int inter = isInter(env, comm); inter 1105 ompi/mpi/java/c/mpi_Comm.c int rootOrInter = rank == root || inter; inter 1124 ompi/mpi/java/c/mpi_Comm.c int sCountTotal = rootOrInter ? sCount * getSize(env, comm, inter) : sCount; inter 1220 ompi/mpi/java/c/mpi_Comm.c int inter = isInter(env, comm); inter 1221 ompi/mpi/java/c/mpi_Comm.c int rootOrInter = rank == root || inter; inter 1222 ompi/mpi/java/c/mpi_Comm.c int size = rootOrInter ? getSize(env, comm, inter) : 0; inter 1338 ompi/mpi/java/c/mpi_Comm.c int inter = isInter(env, comm), inter 1339 ompi/mpi/java/c/mpi_Comm.c size = getSize(env, comm, inter), inter 1411 ompi/mpi/java/c/mpi_Comm.c int inter = isInter(env, comm), inter 1412 ompi/mpi/java/c/mpi_Comm.c size = getSize(env, comm, inter); inter 1506 ompi/mpi/java/c/mpi_Comm.c int inter = isInter(env, comm), inter 1507 ompi/mpi/java/c/mpi_Comm.c size = getSize(env, comm, inter), inter 1552 ompi/mpi/java/c/mpi_Comm.c int inter = isInter(env, comm), inter 1553 ompi/mpi/java/c/mpi_Comm.c size = getSize(env, comm, inter); inter 74 orte/test/mpi/intercomm_create.c MPI_Comm* inter, MPI_Comm* intra ) inter 88 orte/test/mpi/intercomm_create.c MPI_COMM_WORLD, inter, errcode); inter 97 orte/test/mpi/intercomm_create.c err = MPI_Intercomm_merge( *inter, 0, intra ); inter 139 orte/test/mpi/intercomm_create.c MPI_Comm intra, inter, merge1; inter 150 orte/test/mpi/intercomm_create.c err = MPI_Intercomm_create( intra, 0, MPI_COMM_NULL, 0, tag, &inter); inter 154 orte/test/mpi/intercomm_create.c err = MPI_Intercomm_create( MPI_COMM_WORLD, 0, intra, 0, tag, &inter); inter 158 orte/test/mpi/intercomm_create.c err = MPI_Barrier(inter); inter 161 orte/test/mpi/intercomm_create.c err = MPI_Intercomm_merge( inter, 0, &merge1 ); inter 168 orte/test/mpi/intercomm_create.c MPI_Comm_free(&inter);