cray_upc_return_t
- Date:
03-28-2013
NAME
cray_upc_return_t - UPC return type
SYNOPSIS
#include <upc_collective_cray.h>
IMPLEMENTATION
Cray Linux Environment (CLE)
DESCRIPTION
An integer return type for the Cray UPC Team collectives. The value CRAY_UPC_SUCCESS (0) indicates that the function exited normally without errors. The value CRAY_UPC_ERROR indicates that an error occurred.
SEE ALSO
cray_upc_team_allreduce(3c), cray_upc_team_barrier(3c), cray_upc_team_free(3c), cray_upc_team_rank(3c), cray_upc_team_reduce(3c), cray_upc_team_size(3c), cray_upc_team_split(3c)