cray_upc_team_free

Date:

09-23-2013

NAME

cray_upc_team_free - Free an existing Cray UPC team

SYNOPSIS

#include <upc_collective_cray.h>

cray_upc_return_t cray_upc_team_free( cray_upc_team_t team );

IMPLEMENTATION

Cray Linux Environment (CLE)

DESCRIPTION

The cray_upc_team_free function collectively frees the resources associated with a Cray UPC team. The function has an implicit barrier and must be called by all ranks at the same time. It is an error to pass either of the predefined teams (CRAY_UPC_TEAM_ALL and CRAY_UPC_TEAM_NODE) to this function.

RETURN VALUE

The cray_upc_team_free function returns CRAY_UPC_SUCCESS if it successfully freed the team, or CRAY_UPC_ERROR if an error occurred.

SEE ALSO

cray_upc_return_t(3c), cray_upc_team_rank(3c), cray_upc_team_split(3c), cray_upc_team_t(3c)