nproc 21 examples/hello_oshmem_c.c int proc, nproc; nproc 26 examples/hello_oshmem_c.c nproc = shmem_n_pes(); nproc 32 examples/hello_oshmem_c.c proc, nproc, name, major, minor); nproc 23 examples/hello_oshmem_cxx.cc int proc, nproc; nproc 28 examples/hello_oshmem_cxx.cc nproc = shmem_n_pes(); nproc 33 examples/hello_oshmem_cxx.cc std::cout << "Hello, world, I am " << proc << " of " << nproc << ": " << name nproc 21 examples/ring_oshmem_c.c int proc, nproc, next; nproc 25 examples/ring_oshmem_c.c nproc = shmem_n_pes(); nproc 31 examples/ring_oshmem_c.c next = (proc + 1) % nproc; nproc 35 examples/ring_oshmem_c.c printf("Process 0 puts message %d to %d (%d processes in ring)\n", message, next, nproc); nproc 27 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c static void post_aggregator_comm (MPI_Comm comm, int rw_type, int nproc, nproc 1071 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c int nproc, void *cb_buf, nproc 1085 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c for (i=0; i < nproc; i++) nproc 1100 ompi/mca/io/romio321/romio/adio/common/ad_io_coll.c for (i=0; i < nproc; i++) { nproc 213 ompi/mca/io/romio321/romio/test/aggregation1.c int nproc = 1, rank = 0; nproc 221 ompi/mca/io/romio321/romio/test/aggregation1.c MPI_Comm_size(MPI_COMM_WORLD, &nproc); nproc 258 ompi/mca/io/romio321/romio/test/aggregation1.c corrupt_blocks, nproc * NUM_OBJS ); nproc 161 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c int rank, nproc; nproc 176 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c pmi_init(&rank, &nproc); nproc 180 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c remote_cnt = nproc - local_cnt; nproc 183 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c fill_remote_ranks(local_ranks, local_cnt, remote_ranks, nproc); nproc 398 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c for(i = 0; i < nproc; i++){ nproc 474 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c sprintf(c_get_ltime,"%lf", cum_get_loc_time / nproc); nproc 479 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c sprintf(c_get_rtime,"%lf", cum_get_rem_time / nproc); nproc 485 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c sprintf(c_get_ttime,"%lf", cum_get_time / nproc); nproc 491 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c sprintf(c_put_ltime,"%lf", cum_put_loc_time / nproc); nproc 497 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c sprintf(c_put_rtime,"%lf", cum_put_rem_time / nproc); nproc 504 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c cum_init_time / nproc, nproc 505 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c cum_put_total_time / nproc, nproc 506 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c cum_commit_time / nproc, cum_fence_time / nproc, nproc 507 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c cum_get_total_time / nproc, nproc 508 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c cum_total_time / nproc); nproc 518 opal/mca/pmix/pmix4x/pmix/contrib/perf_tools/pmi_intra_perf.c mem_pss, cum_mem_pss / nproc, min_mem_pss, max_mem_pss, cum_mem_pss); nproc 19 orte/test/mpi/crisscross.c int nproc; /* Total number of MPI processes */ nproc 91 orte/test/mpi/crisscross.c mpierr = MPI_Comm_size(MPI_COMM_WORLD, &nproc); nproc 92 orte/test/mpi/crisscross.c if (mpierr != MPI_SUCCESS || nproc < 1 || nproc <= rank) nproc 111 orte/test/mpi/crisscross.c for ( i=0; i<nproc; i++ ) nproc 120 orte/test/mpi/crisscross.c for ( j=0; j<nproc; j++ ) nproc 207 oshmem/runtime/oshmem_shmem_init.c int nproc; nproc 222 oshmem/runtime/oshmem_shmem_init.c nproc = oshmem_num_procs(); nproc 224 oshmem/runtime/oshmem_shmem_init.c for (i = 0; i < nproc; i++) { nproc 225 oshmem/runtime/oshmem_shmem_init.c shmem_long_p(preconnect_value, val, (my_pe + i) % nproc);