MPIRecorderTrigger

Definition

typedef struct MPIRecorderTrigger {
    MPIRecorderTriggerType     type;
    union {
        MPIRecorderTriggerUser user;
	} attributes;
} MPIRecorderTrigger;

Description

MPIRecorderTrigger specifies the configurations for a data recorder trigger.

type The data recorder trigger type. See the MPIRecorderTriggerType enumeration.
user The configurations for a user specified trigger type. See MPIRecorderTriggerUser.

See Also

MPIRecorderTrigger | mpiRecorderConfigGet | mpiRecorderConfigSet