#include "test.h"
Functions | |
int | worker (int myid, int numprocs, struct mpe_events_s *mpe_events_p, struct test_params_s *test_params_p) |
int worker | ( | int | myid, | |
int | numprocs, | |||
struct mpe_events_s * | mpe_events_p, | |||
struct test_params_s * | test_params_p | |||
) |
This handles the high-level functions of the worker process during the majority of the application run. There is a setup phase, followed by a work phase, and then cleanup operations.
myid | MPI myid. | |
numprocs | Number of processes used. | |
mpe_events_p | Pointer to timing structure. | |
test_params_p | Pointer to test_params. |