28 #ifndef _util_group_messshm_h
29 #define _util_group_messshm_h
32 #include <sys/types.h>
37 #include <util/group/message.h>
41 #define SHMCOMMBUFSIZE 1500000
49 int n_wait_for_change;
51 char buf[SHMCOMMBUFSIZE];
70 void basic_send(
int target,
int type,
const void* data,
int nbyte);
71 void basic_recv(
int type,
void* data,
int nbyte);
73 void initialize(
int nprocs);
87 void get_change(
int node);
88 void put_change(
int node);
89 void wait_for_write(
int node);
90 void release_write(
int node);
92 void print_buffer(
int node,
int me);
Generated at Sun Sep 15 2013 13:13:49 for MPQC
2.3.1 using the documentation package Doxygen
1.8.3.1.