Home
last modified time | relevance | path

Searched refs:MAXPROC (Results 1 – 25 of 82) sorted by relevance

1234

/dports/devel/ga/ga-5.8/armci/testing/
H A Dtest_groups.c27 #define MAXPROC 128 macro
37 void *work[MAXPROC]; /* work array for propagating addresses */
42 int mytid, mygid, ctid[MAXPROC]; in pvm_init()
56 if (np > MAXPROC) { in pvm_init()
129 double *ddst_put[MAXPROC]; in test_one_group()
187 int pid_listA[MAXPROC] = {0, 1, 2}; in test_groups()
188 int pid_listB[MAXPROC] = {1, 3}; in test_groups()
255 #define MAX_GROUPS (MAXPROC/GROUP_SIZE)
259 int pids[MAXPROC]; in test_groups_noncollective()
329 if (nproc > MAXPROC) { in main()
[all …]
H A Dperf_aggr.c60 #define MAXPROC 128 macro
78 void *work[MAXPROC]; /* work array for propagating addresses */
85 int mytid, mygid, ctid[MAXPROC]; in pvm_init()
99 if (np > MAXPROC) { in pvm_init()
161 int i, j, rc, bytes, elems[2] = {MAXPROC, MAXELEMS}; in test_aggregate()
162 double *ddst_put[MAXPROC]; in test_aggregate()
163 double *ddst_get[MAXPROC]; in test_aggregate()
164 double *dsrc[MAXPROC]; in test_aggregate()
165 armci_hdl_t aggr_hdl_put[MAXPROC]; in test_aggregate()
166 armci_hdl_t aggr_hdl_get[MAXPROC]; in test_aggregate()
[all …]
H A Dgpctest.c24 #define MAXPROC 128 macro
30 void *work[MAXPROC]; /* work array for propagating addresses */
89 int *arr[MAXPROC]; in test_swap()
156 if (nproc > MAXPROC && me == 0) { in main()
157 ARMCI_Error("Test works for up to %d processors\n", MAXPROC); in main()
H A Dtest.c66 #define MAXPROC 128 macro
106 if (np > MAXPROC) { in pvm_init()
442 void *b[MAXPROC]; in test_dim()
765 armci_hdl_t hdl_put[MAXPROC], hdl_get[MAXPROC]; in test_vec_small()
945 void *b[MAXPROC]; in test_acc()
1053 void *b[MAXPROC]; in test_vector()
1205 void *b[MAXPROC]; in test_vector_acc()
1516 int *idst[MAXPROC], idst_get[MAXPROC], *isrc_get[MAXPROC]; in test_rput()
1517 long *ldst[MAXPROC], ldst_get[MAXPROC], *lsrc_get[MAXPROC]; in test_rput()
1518 float *fdst[MAXPROC], fdst_get[MAXPROC], *fsrc_get[MAXPROC]; in test_rput()
[all …]
H A Dperf_nb.c63 #define MAXPROC 8 macro
89 void *work[MAXPROC]; /* work array for propagating addresses */
90 double *ddst[MAXPROC];
95 int mytid, mygid, ctid[MAXPROC]; in pvm_init()
109 if (np > MAXPROC) { in pvm_init()
225 int i, j, loop, rc, bytes, elems[2] = {MAXPROC, MAXELEMS}; in test_perf_nb()
228 double *dsrc[MAXPROC], scale = 1.0; in test_perf_nb()
453 if (nproc < 2 || nproc > MAXPROC) { in main()
456 "USAGE: 2 <= processes < %d - got %d\n", MAXPROC, nproc); in main()
H A Dperf.c39 #define MAXPROC 8 macro
320 void *ptr[MAXPROC], *get_ptr[MAXPROC]; in test_1D()
436 void *ptr[MAXPROC], *get_ptr[MAXPROC]; in test_2D()
558 if (nproc < 2 || nproc > MAXPROC) { in main()
561 "USAGE: 2 <= processes < %d - got %d\n", MAXPROC, nproc); in main()
H A Dtestnotify.c65 #define MAXPROC 128 macro
84 void *work[MAXPROC]; /* work array for propagating addresses */
91 int mytid, mygid, ctid[MAXPROC]; in pvm_init()
105 if (np > MAXPROC) { in pvm_init()
437 void *b[MAXPROC], *a[MAXPROC]; in test_notify()
/dports/devel/ga/ga-5.8/armci/examples/features/aggregation/simple/
H A Dsimple.c61 #define MAXPROC 128 macro
79 void* work[MAXPROC]; /* work array for propagating addresses */
86 int mytid, mygid, ctid[MAXPROC]; in pvm_init()
94 if(np > MAXPROC) goto usage; in pvm_init()
146 int i, j, rc, bytes, elems[2] = {MAXPROC, MAXELEMS}; in test_aggregate()
147 double *ddst_put[MAXPROC]; in test_aggregate()
148 double *ddst_get[MAXPROC]; in test_aggregate()
149 double *dsrc[MAXPROC]; in test_aggregate()
150 armci_hdl_t aggr_hdl_put[MAXPROC]; in test_aggregate()
151 armci_hdl_t aggr_hdl_get[MAXPROC]; in test_aggregate()
[all …]
/dports/devel/ga/ga-5.8/armci/examples/features/aggregation/sparse_matvecmul/
H A Dsparse_matvecmul.c61 #define MAXPROC 128 macro
82 static int proc_row_list[MAXPROC];/*no of rows owned by each process - accumulated*/
83 static int proc_nz_list[MAXPROC]; /*no of non-zeros owned by each process */
88 int mytid, mygid, ctid[MAXPROC]; in pvm_init()
96 if(np > MAXPROC) goto usage; in pvm_init()
305 static armci_hdl_t gHandle[MAXPROC];
436 int *col_ind[MAXPROC]; in test_sparse()
437 double *values[MAXPROC], *vec[MAXPROC], *svec[MAXPROC]/*, start_time*/; in test_sparse()
464 if(nproc>MAXPROC && me==0) in main()
465 ARMCI_Error("Test works for up to %d processors\n",MAXPROC); in main()
/dports/devel/ga/ga-5.8/comex/testing/
H A Dtest.c53 #define MAXPROC 128 macro
143 if (np > MAXPROC) { in pvm_init()
584 void *b[MAXPROC]; in test_dim()
905 comex_request_t hdl_put[MAXPROC], hdl_get[MAXPROC]; in test_vec_small()
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()
1642 long *arr[MAXPROC]; in test_fetch_add_long()
[all …]
/dports/news/husky/husky-1.9.20191207/huskylib/huskylib/
H A Dvixie.h53 #define MAXPROC 256 macro
84 char *APC_PROCS[MAXPROC];
87 extern char *APC_PROCS[MAXPROC];
/dports/news/husky-areafix/husky-areafix-1.9.20191207/huskylib/huskylib/
H A Dvixie.h53 #define MAXPROC 256 macro
84 char *APC_PROCS[MAXPROC];
87 extern char *APC_PROCS[MAXPROC];
/dports/news/husky-huskylib/husky-huskylib-1.9.20191207/huskylib/huskylib/
H A Dvixie.h53 #define MAXPROC 256 macro
84 char *APC_PROCS[MAXPROC];
87 extern char *APC_PROCS[MAXPROC];
/dports/news/husky-fidoconf/husky-fidoconf-1.9.20191207/huskylib/huskylib/
H A Dvixie.h53 #define MAXPROC 256 macro
84 char *APC_PROCS[MAXPROC];
87 extern char *APC_PROCS[MAXPROC];
/dports/news/husky-hpt/husky-hpt-1.9.20191207/huskylib/huskylib/
H A Dvixie.h53 #define MAXPROC 256 macro
84 char *APC_PROCS[MAXPROC];
87 extern char *APC_PROCS[MAXPROC];
/dports/news/husky-sqpack/husky-sqpack-1.9.20191207/huskylib/huskylib/
H A Dvixie.h53 #define MAXPROC 256 macro
84 char *APC_PROCS[MAXPROC];
87 extern char *APC_PROCS[MAXPROC];
/dports/news/husky-smapi/husky-smapi-1.9.20191207,1/huskylib/huskylib/
H A Dvixie.h53 #define MAXPROC 256 macro
84 char *APC_PROCS[MAXPROC];
87 extern char *APC_PROCS[MAXPROC];
/dports/news/husky-htick/husky-htick-1.9.20191207/huskylib/huskylib/
H A Dvixie.h53 #define MAXPROC 256 macro
84 char *APC_PROCS[MAXPROC];
87 extern char *APC_PROCS[MAXPROC];
/dports/devel/ga/ga-5.8/armci/examples/features/concurrency/simple/
H A Dcomdegree.c76 #define MAXPROC 128 macro
81 void *b[MAXPROC], *a[MAXPROC]; in test_get_multidma()
204 void *b[MAXPROC], *a[MAXPROC]; in test_put_multidma()
/dports/lang/python-legacy/Python-2.7.18/Python/
H A Dthread_sgi.h12 #define MAXPROC 100 /* max # of threads that can be started */ macro
25 } pidlist[MAXPROC]; /* PIDs of other threads; protected by count_lock */
128 if (maxpidindex >= MAXPROC) in PyThread_start_new_thread()
/dports/lang/python27/Python-2.7.18/Python/
H A Dthread_sgi.h12 #define MAXPROC 100 /* max # of threads that can be started */ macro
25 } pidlist[MAXPROC]; /* PIDs of other threads; protected by count_lock */
128 if (maxpidindex >= MAXPROC) in PyThread_start_new_thread()
/dports/sysutils/uefi-edk2-bhyve-csm/uefi-edk2-aa8d718/AppPkg/Applications/Python/Python-2.7.2/Python/
H A Dthread_sgi.h12 #define MAXPROC 100 /* max # of threads that can be started */ macro
25 } pidlist[MAXPROC]; /* PIDs of other threads; protected by count_lock */
128 if (maxpidindex >= MAXPROC) in PyThread_start_new_thread()
/dports/devel/ga/ga-5.8/global/testing/
H A Dnb2test.F25 integer nmax, DIM, nwidth, MAXPROC, nloop
26 parameter (nmax = 4, DIM = 2, nwidth = 2, MAXPROC = 2000)
29 integer i, j, k, dims(7), width(7), map(MAXPROC+2)
38 logical status, safe_put, safe_get, has_data(0:MAXPROC-1)
H A Dd2test.F24 integer nmax, DIM, nwidth, MAXPROC, nloop variable
25 parameter (nmax = 4, DIM = 2, nwidth = 2, MAXPROC = 2000)
28 integer i, j, k, dims(7), width(7), map(MAXPROC+1)
35 logical status, safe_put, safe_get, has_data(0:MAXPROC-1)
/dports/emulators/jzintv/jzintv-20200712-src/examples/tank/
H A Dprofile.c13 #define MAXPROC (4096) macro
315 proc_t proc[MAXPROC];
345 if (procs >= MAXPROC) in scan_procs()
347 printf("WARNING: Too many procs, max %d\n", MAXPROC); in scan_procs()

1234