Searched refs:north (Results 1 - 12 of 12) sorted by relevance

/barrelfish-2018-10-04/usr/bench/rcce/lu/
H A Dneighbors.c12 north = -1;
15 if (row >1) north = id -1;
16 else north = -1;
H A Dexchange_5.c23 //c communicate in the south and north directions
36 //c send north
41 RCCE_send((char*)bufout, nz*sizeof(double), north);
H A Dapplu.h82 int north,south,east,west; variable
112 north,south,east,west, flagsent, flagready, \
H A Dapplu_share.h23 extern int north,south,east,west;
60 north,south,east,west, flagsent, flagready, \
H A Dexchange_1.c28 if( north != -1 ) {
29 RCCE_recv((char*)bufin, 5*(jend-jst+1)*sizeof(double), north);
106 if( north != -1 ) {
115 RCCE_send((char*)bufout, 5*(jend-jst+1)*sizeof(double), north);
H A Dexchange_4.c54 //c communicate in the south and north directions
73 //c send north
80 RCCE_send((char*)bufout, 2*ny2*sizeof(double), north);
H A Dsetbv.c23 //c set the dependent variable values along north and south faces
46 if (north == -1) {
H A Dsubdomain.c58 if (north == -1) ist = 2;
H A Dexchange_3.c23 //c communicate in the south and north directions
49 //c receive from north
51 if (north != -1) {
52 RCCE_recv((char*)bufin, 10*ny*nz*sizeof(double), north);
71 //c send north
73 if (north != -1) {
88 RCCE_send((char*)bufout, 10*ny*nz*sizeof(double), north);
H A Derhs.c68 //c iex = flag : iex = 0 north/south communication
81 if (north == -1) L1 = 1;
87 if (north == -1) ist1 = 4;
169 if (north == -1) {
212 //c iex = flag : iex = 0 north/south communication
H A Drhs.c38 //c iex = flag : iex = 0 north/south communication
50 if (north == -1) L1 = 1;
56 if (north == -1) ist1 = 4;
140 if (north == -1) {
187 //c iex = flag : iex = 0 north/south communication
/barrelfish-2018-10-04/usr/bench/rcce/bt/
H A Dapplu_share.h23 extern int north,south,east,west;
59 north,south,east,west, buf1_exch_1, npmax, maxtime)

Completed in 72 milliseconds