#ifndef MPI_TIME_H
#define MPI_TIME_H

extern void MPI_Time_begin(void);
extern void MPI_Time_end(void);

#endif /* MPI_TIME_H */

