PMI2_Abort

PMI2_Abort - Abort the process group associated with this process

SYNOPSIS

C or C++ SYNOPSIS

#include <pmi.h>
int PMI2_Abort(int flag, const char msg[]);

IMPLEMENTATION

Cray Linux Environment (CLE)

DESCRIPTION

Abort the process group associated with this process. This function replaces the deprecated PMI_Abort() function. If the abort succeeds, the function will not return. Otherwise, a PMI error code is returned.

flag

Flag. (Ignored.)

error_msg

Error message to be printed.

RETURN VALUES

PMI_FAIL

Operation failed

SEE ALSO

intro_pmi(3)