Home
last modified time | relevance | path

Searched refs:ARMCI_Put (Results 1 – 25 of 35) sorted by relevance

12

/dports/net/mpich2/mpich2-1.5/src/armci/benchmarks/
H A Dping-pong.c67 ARMCI_Put(&zero, &(((uint8_t*)rcv_buf[me])[0]), 1, me); in main()
68 ARMCI_Put(&zero, &(((uint8_t*)rcv_buf[me])[msg_length-1]), 1, me); in main()
71 ARMCI_Put(snd_buf, rcv_buf[my_target], msg_length, my_target); in main()
H A Dcontiguous-bench.c79 ARMCI_Put(buf, base_ptrs[target_rank], data_size, target_rank); in main()
/dports/net/mpich2/mpich2-1.5/src/armci/tests/
H A Dtest_mutex_rmw.c40 ARMCI_Put(&val, base_ptrs[0], sizeof(int), 0); in main()
50 ARMCI_Put(&val, base_ptrs[0], sizeof(int), 0); in main()
H A Dtest_parmci_lib.c25 int ARMCI_Put(void *src, void *dst, int size, int target) { in ARMCI_Put() function
H A Dtest_onesided.c59 ARMCI_Put(buf, base_ptrs[(rank+nproc-1) % nproc], DATA_SZ, (rank+nproc-1) % nproc); in main()
H A Dtest_parmci.c66 ARMCI_Put(buf, base_ptrs[(rank+nproc-1) % nproc], DATA_SZ, (rank+nproc-1) % nproc); in main()
H A Dtest_onesided_shared.c74 ARMCI_Put(buf, base_ptrs[(rank+nproc-1) % nproc], DATA_SZ, (rank+nproc-1) % nproc); in main()
H A Dtest_onesided_shared_dla.c73 ARMCI_Put(buf, base_ptrs[(rank+nproc-1) % nproc], DATA_SZ, (rank+nproc-1) % nproc); in main()
/dports/net/mpich2/mpich2-1.5/src/armci/src/
H A Donesided.c188 # pragma weak ARMCI_Put = PARMCI_Put macro
190 # pragma _HP_SECONDARY_DEF PARMCI_Put ARMCI_Put
192 # pragma _CRI duplicate ARMCI_Put as PARMCI_Put
H A Dparmci.c80 #pragma weak ARMCI_Put macro
81 int ARMCI_Put(void *src, void *dst, int size, int target) { in ARMCI_Put() function
/dports/devel/ga/ga-5.8/armci/testing/
H A Dperf2.c116 ARMCI_Put(put_buf[me], dst_ptr[dst], msg_size, in contig_test()
H A Dperf.c198 ARMCI_Put(src_buf, dst_buf, count[0], proc); in time_put()
207 ARMCI_Put(src_buf, dst_buf, count[0], proc); in time_put()
H A Dtest_groups.c158 ARMCI_Put(dsrc, &ddst_put[dst_proc][0], bytes, in test_one_group()
/dports/devel/ga/ga-5.8/armci/src/common/
H A Dcapi.c380 # pragma weak ARMCI_Put macro
382 int ARMCI_Put(void *src, void *dst, int bytes, int proc) in ARMCI_Put() function
/dports/devel/ga/ga-5.8/comex/src-armci/
H A Dcapi.c391 # pragma weak ARMCI_Put macro
393 int ARMCI_Put(void *src, void *dst, int bytes, int proc) in ARMCI_Put() function
H A Darmci.h29 extern int ARMCI_Put(void *src, void* dst, int bytes, int proc);
/dports/devel/ga/ga-5.8/armci/examples/features/concurrency/multidma/
H A Dmultidma.c202 ARMCI_ASSERT(ARMCI_Put(in_ptrs[rank], out_ptrs[second], msg_size, second)); in benchmark()
213 ARMCI_ASSERT(ARMCI_Put(out_ptrs[0], in_ptrs[1], msg_size, 1)); in benchmark()
/dports/science/mpqc/mpqc-2.3.1/src/lib/util/group/
H A Dmemarmci.cc128 ARMCI_Put(data, reinterpret_cast<char*>(all_data_[node])+offset, size, node); in replace_data()
/dports/devel/ga/ga-5.8/armci/examples/features/aggregation/sparse_matvecmul/
H A Dsparse_matvecmul.c263 if((rc=ARMCI_Put(tmp_indices, col_ind[j], proc_nz_list[j]*sizeof(int), j))) in sparse_initialize()
268 if((rc=ARMCI_Put(tmp_values, values[j], proc_nz_list[j]*sizeof(double), j))) in sparse_initialize()
/dports/devel/ga/ga-5.8/armci/examples/simpleApps/
H A Dtransp1D-c.c208 ARMCI_Put(src_ptr, dst_ptr, length, i); in TRANSPOSE1D()
/dports/devel/ga/ga-5.8/armci/src-gemini/
H A Darmci.h31 extern int ARMCI_Put(void *src, void* dst, int bytes, int proc);
/dports/devel/ga/ga-5.8/armci/src-portals/
H A Darmci.h31 extern int ARMCI_Put(void *src, void* dst, int bytes, int proc);
/dports/science/nwchem/nwchem-7b21660b82ebd85ef659f6fba7e1e73433b0bd0a/src/smd/smd-scheduler/
H A Darmci.h26 extern int ARMCI_Put(void *src, void* dst, int bytes, int proc);
/dports/science/nwchem-data/nwchem-7.0.2-release/src/smd/smd-scheduler/
H A Darmci.h26 extern int ARMCI_Put(void *src, void* dst, int bytes, int proc);
/dports/devel/ga/ga-5.8/armci/src/include/
H A Darmci.h29 extern int ARMCI_Put(void *src, void* dst, int bytes, int proc);

12