Searched refs:RCCE_COMM_WORLD (Results 1 - 13 of 13) sorted by relevance

/barrelfish-2018-10-04/lib/rcce/
H A DRCCE_comm.c49 if (comm != &RCCE_COMM_WORLD) RCCE_barrier(&RCCE_COMM_WORLD);
H A Drcce.c33 RCCE_COMM RCCE_COMM_WORLD; // predefined global communicator variable
119 RCCE_comm_split(RCCE_global_color, nothing, &RCCE_COMM_WORLD);
150 assert(comm == &RCCE_COMM_WORLD);
/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dbt.c145 RCCE_barrier(&RCCE_COMM_WORLD);
166 RCCE_reduce((char*)(&t), (char*)(&tmax), 1, RCCE_DOUBLE, RCCE_MAX, root, RCCE_COMM_WORLD);
197 RCCE_barrier(&RCCE_COMM_WORLD);
H A Derror.c54 RCCE_allreduce((char*)rms_work, (char*)rms, 5, RCCE_DOUBLE, RCCE_SUM, RCCE_COMM_WORLD);
95 RCCE_allreduce((char*)rms_work, (char*)rms, 5, RCCE_DOUBLE, RCCE_SUM, RCCE_COMM_WORLD);
/barrelfish-2018-10-04/usr/bench/scheduling/
H A Dplacement.c38 RCCE_barrier(&RCCE_COMM_WORLD);
/barrelfish-2018-10-04/include/rcce/
H A DRCCE.h167 extern RCCE_COMM RCCE_COMM_WORLD;
174 #pragma omp threadprivate (RCCE_COMM_WORLD)
/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Derror.c39 RCCE_allreduce((char*)dummy, (char*)errnm, 5, RCCE_DOUBLE, RCCE_SUM, RCCE_COMM_WORLD);
H A Dl2norm.c28 RCCE_allreduce( (char*)dummy, (char*)sum, 5, RCCE_DOUBLE, RCCE_SUM, RCCE_COMM_WORLD);
H A Dpintgr.c96 RCCE_allreduce((char*)(&dummy), (char*)(&frc1), 1, RCCE_DOUBLE, RCCE_SUM, RCCE_COMM_WORLD);
165 RCCE_allreduce((char*)(&dummy), (char*)(&frc2), 1, RCCE_DOUBLE, RCCE_SUM, RCCE_COMM_WORLD);
235 RCCE_allreduce((char*)(&dummy), (char*)(&frc3), 1, RCCE_DOUBLE, RCCE_SUM, RCCE_COMM_WORLD);
H A Dssor.c132 RCCE_allreduce((char *)(&wtime), (char *)&maxtime, 1, RCCE_DOUBLE, RCCE_MAX, RCCE_COMM_WORLD);
/barrelfish-2018-10-04/usr/bench/rcce/pingpong/
H A DRCCE_pingpong.c40 RCCE_barrier(&RCCE_COMM_WORLD);
/barrelfish-2018-10-04/usr/tests/memtest/
H A Dmem_alloc.c105 RCCE_barrier(&RCCE_COMM_WORLD);
/barrelfish-2018-10-04/usr/bench/rcce/ipi_test/
H A Dmainrc.c51 RCCE_barrier(&RCCE_COMM_WORLD);

Completed in 103 milliseconds