PaCO++  0.05
paco_dummy.cc
Go to the documentation of this file.
00001 #include "paco_dummy.h"
00002 
00003 paco_dummy::paco_dummy()
00004 {
00005 }
00006 
00007 paco_dummy::~paco_dummy () {}
00008 
00009 
00010 int
00011 paco_dummy::paco_rank(int * rank)
00012 {
00013   return 1;
00014 }
00015 
00016 int
00017 paco_dummy::paco_barrier()
00018 {
00019   return 1;
00020 }
00021 
00022 int 
00023 paco_dummy::paco_bcast(void* buf, int count, int root)
00024 {
00025   return 1;
00026 }
00027