Turn off aborts

saf_setProps_DontAbort is a function defined in libprops.c.

Synopsis:

int saf_setProps_DontAbort(SAF_LibProps *properties)

Formal Arguments:

  • properties: The library property list which will be modified by this function

Description: In certain cases, the library will abort when it encounters an error condition. This function turns that behavior off.

Preconditions:

  • properties must be a valid library properties handle. (low-cost)

Parallel Notes: This function can be called independently. Nonetheless, properties passed to saf_init must be consistent on all processors.

See Also: