User`s guide

Cray XMT Programming Environment Users Guide
LUC_ERR_BAD_PARAMETER
The specified service type or function index is out of range.
The specified configuration value is out of range.
LUC_ERR_RESOURCE_FAILURE
A transient resource allocation failure has occurred. The caller
should retry the operation at a later time.
LUC_ERR_TOO_LARGE
The remote procedure is trying to return more data than the client is
able to accept. This return code will be generated whenever servers
try to return data to an asynchronous caller.
LUC_ERR_LIBRARY
The (Linux) LUC Library received an unexpected error from the
Portals Library.
LUC_ERR_ALREADY_STARTED
User attempted to startService on a previously started
LucEndpoint object
LUC_ERR_TIMEOUT
Client failed to get a response from the server in a timely manner.
The server is busy or a message was lost in transit.
LUC_ERR_NOT_IMPLEMENTED
Method not implemented. Returned by remoteCall
and remoteCallSync for objects that were created as
LUC_SERVER_ONLY. Returned by registerRemoteCall for
objects that were created as LUC_CLIENT_ONLY.
164 S247920