29 MPI_Comm comm = *((MPI_Comm*)c);
30 MPI_Comm_rank(comm,&rank);
37 strcat(filename,root);
38 strcat(filename,
"." );
39 strcat(filename,tail);
Some common functions used here and there.
MPI related function definitions.
Some basic definitions and macros.
void MPIGetFilename(char *root, void *c, char *filename)
#define _MAX_STRING_SIZE_
void GetStringFromInteger(int, char *, int)