
#ifndef __COMM_H
#define __COMM_H

/* Function prototypes */
void spread_matrix(/* PARAMETERS */);
void gather_matrix(/* PARAMETERS */);
int comms_split(/* PARAMETERS */);

#endif /* __COMM_H */

