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

/barrelfish-2018-10-04/lib/rcce/
H A DRCCE_comm.c38 RCCE_COMM *comm // new communicator
43 if (!comm) return(RCCE_error_return(RCCE_debug_comm,RCCE_ERROR_COMM_UNDEFINED));
49 if (comm != &RCCE_COMM_WORLD) RCCE_barrier(&RCCE_COMM_WORLD);
54 comm->size = 0;
57 if (i == RCCE_IAM) comm->my_rank = comm->size;
58 comm->member[comm->size++] = i;
65 if (comm->initialized == RCCE_COMM_INITIALIZED) return(RCCE_SUCCESS);
66 if(error=RCCE_flag_alloc(&(comm
76 RCCE_comm_free(RCCE_COMM *comm) argument
91 RCCE_comm_size( RCCE_COMM comm, int *size ) argument
107 RCCE_comm_rank( RCCE_COMM comm, int *rank ) argument
[all...]
H A DRCCE_reduce.c54 RCCE_COMM comm // communication domain within which to reduce
92 if (RCCE_IAM != comm.member[root]) {
94 if (ierr=RCCE_send(inbuf, num*type_size, comm.member[root]))
97 if (all) if (ierr=RCCE_recv(outbuf, num*type_size, comm.member[root]))
103 for (ue=0; ue<comm.size; ue++) if (ue != root) {
104 if (ierr=RCCE_recv(inbuf, num*type_size, comm.member[ue]))
133 if (all) for (ue=0; ue<comm.size; ue++) if (ue != root)
134 if(ierr=RCCE_send(outbuf, num*type_size, comm.member[ue]))
152 RCCE_COMM comm // communication domain within which to reduce
157 RCCE_reduce_general(inbuf, outbuf, num, type, op, root, all, comm)));
[all...]
H A Drcce.c20 /// Define this to measure time spent in RCCE comm vs. program
148 int RCCE_barrier(RCCE_COMM *comm) argument
150 assert(comm == &RCCE_COMM_WORLD);
/barrelfish-2018-10-04/usr/bench/
H A Dcrt0.S36 .comm stack, STACK_SIZE
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/perlasm/
H A Dx86nasm.pl115 { my $comm=<<___;
121 push (@out,$comm)
H A Dx86masm.pl130 { my $comm=<<___;
137 push (@out,$comm);
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/
H A Ds390xcpuid.S92 .comm OPENSSL_s390xcap_P,8,8
/barrelfish-2018-10-04/tools/elver/
H A Dboot.S104 .comm stack, STACK_SIZE
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/sha/asm/
H A Dsha1-s390x.pl220 .comm OPENSSL_s390xcap_P,8,8
H A Dsha512-s390x.pl293 .comm OPENSSL_s390xcap_P,8,8
/barrelfish-2018-10-04/usr/eclipseclp/
H A DPACK292 comm -23 $ALLFILES $EXCLUDEFILES > $SELECTEDFILES
/barrelfish-2018-10-04/kernel/arch/x86_64/
H A Dentry.S453 .comm user_stack_save, 8
/barrelfish-2018-10-04/lib/openssl-1.0.0d/crypto/aes/asm/
H A Daes-s390x.pl1331 .comm OPENSSL_s390xcap_P,8,8

Completed in 168 milliseconds