PaCO++  0.05
paco_dummy.cc
Go to the documentation of this file.
1 #include "paco_dummy.h"
2 
4 {
5 }
6 
8 
9 
10 int
12 {
13  return 1;
14 }
15 
16 int
18 {
19  return 1;
20 }
21 
22 int
23 paco_dummy::paco_bcast(void* buf, int count, int root)
24 {
25  return 1;
26 }
27 
int paco_barrier()
Definition: paco_dummy.cc:17
int paco_bcast(void *buf, int count, int root)
Definition: paco_dummy.cc:23
int paco_rank(int *rank)
Definition: paco_dummy.cc:11