Lines Matching refs:MAXPROC

53 #define MAXPROC 128  macro
71 int work[MAXPROC]; /* work array for propagating addresses */
128 int mytid, mygid, ctid[MAXPROC]; in pvm_init()
143 if (np > MAXPROC) { in pvm_init()
584 void *b[MAXPROC]; in test_dim()
724 void *b[MAXDIMS+1][MAXPROC]; in test_nbdim()
900 comex_giov_t dsc[MAXPROC*GIOV_ARR_LEN]; in test_vec_small()
903 void *getsrc[MAXPROC]; /*to allocate mem via comex_malloc*/ in test_vec_small()
904 void *putdst[MAXPROC]; /*to allocate mem via comex_malloc*/ in test_vec_small()
905 comex_request_t hdl_put[MAXPROC], hdl_get[MAXPROC]; in test_vec_small()
1050 if (nproc > MAXPROC) { in GetPermutedProcList()
1085 void *b[MAXPROC]; in test_acc()
1187 void *b[MAXPROC]; in test_cplx_acc()
1299 void *b[MAXPROC]; in test_vector()
1451 void *b[MAXPROC]; in test_vector_acc()
1550 int *arr[MAXPROC]; in test_fetch_add()
1551 int gop_val[MAXPROC]; in test_fetch_add()
1552 int gop_times[MAXPROC]; in test_fetch_add()
1571 (void)memset(gop_val, 0, MAXPROC*sizeof(int)); in test_fetch_add()
1595 (void)memset(gop_val, 0, MAXPROC*sizeof(int)); in test_fetch_add()
1596 (void)memset(gop_times, 0, MAXPROC*sizeof(int)); in test_fetch_add()
1642 long *arr[MAXPROC]; in test_fetch_add_long()
1643 long gop_val[MAXPROC]; in test_fetch_add_long()
1644 long gop_times[MAXPROC]; in test_fetch_add_long()
1663 (void)memset(gop_val, 0, MAXPROC*sizeof(long)); in test_fetch_add_long()
1687 (void)memset(gop_val, 0, MAXPROC*sizeof(long)); in test_fetch_add_long()
1688 (void)memset(gop_times, 0, MAXPROC*sizeof(long)); in test_fetch_add_long()
1735 int *arr[MAXPROC]; in test_swap()
1782 long *arr[MAXPROC]; in test_swap_long()
1835 if (nproc > MAXPROC && me == 0) { in main()
1836 comex_error("Test works for up to %d processors\n", MAXPROC); in main()