OpenFAM Reference Implementation

openfam::fam::fam_finalize

Finalize the OpenFAM library.

Synopsis

void fam_finalize(char *groupName);

Description

This method is the final method called when a processing element disconnects from the OpenFAM library. It removes the processing element from the group, and frees underlying PE entries in the group’s OpenFAM library data structures. Normally called by all PEs when a program ends.

Input Arguments

NameDescription

groupName

Name of the group for the program. Should be the same as that provided to fam_initialize().

Return Values

None.

Example

See fam_initialize