cray_upc_thread_region_epilogue

Date:

04-03-2017

NAME

cray_upc_thread_region_epilogue - End a thread region

SYNONPSYS

#include <upc_cray.h>

void cray_upc_thread_region_end (void);

IMPLEMENTATION

Cray Linux Environment (CLE)

DESCRIPTION

The cray_upc_thread_region_epilogue function signals that a thread region has completed. This function must be called in the same parent thread that created the thread region. Every cray_upc_thread_region_prologue call must have a matching cray_upc_thread_region_epilogue call.

RETURN VALUES

None

SEE ALSO

cray_upc_thread_region_prologue(3c), cray_upc_thread_region_begin(3c), cray_upc_thread_region_end(3c)