#include "mpi.h" /* Constants */ #define MASTER_RANK 0 #define MAX_MSG_LEN 100 /* Prototypes */ int mpi_allocate ( int argc, char ** argv ); int child_proc(); void handle_err ( char * );
#include
/* Constants */
#define
/* Prototypes */
int
char
void