HyPar
1.0
Finite-Difference Hyperbolic-Parabolic PDE Solver on Cartesian Grids
|
Get filename indexed by MPI rank. More...
Go to the source code of this file.
Functions | |
void | MPIGetFilename (char *root, void *c, char *filename) |
Get filename indexed by MPI rank.
Definition in file MPIGetFilename.c.
void MPIGetFilename | ( | char * | root, |
void * | c, | ||
char * | filename | ||
) |
Get a string representing a filename indexed by the MPI rank: filename = root.index, where index is the string corresponding to the MPI rank.
root | filename root |
c | MPI communicator |
filename | filename |
Definition at line 19 of file MPIGetFilename.c.