1
1
openmpi/opal/mca/crs
Abhishek Kulkarni afbe3e99c6 * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with
(OMPI_ERR_* = OPAL_SOS_GET_ERR_CODE(ret)), since the return value could be a
 SOS-encoded error. The OPAL_SOS_GET_ERR_CODE() takes in a SOS error and returns
 back the native error code.

* Since OPAL_SUCCESS is preserved by SOS, also change all calls of the form
  (OPAL_ERROR == ret) to (OPAL_SUCCESS != ret). We thus avoid having to
  decode 'ret' to get the native error code.

This commit was SVN r23162.
2010-05-17 23:08:56 +00:00
..
base * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
blcr r22885 missed a few symbol updates when it changed ompi_want_ft to opal_want_ft 2010-03-30 16:47:39 +00:00
none We need to check the value of {{{opal_crs_base_metadata_read_token}}} since it may segv if we have a malformed metadata file. 2009-12-09 18:41:56 +00:00
self r22885 missed a few symbol updates when it changed ompi_want_ft to opal_want_ft 2010-03-30 16:47:39 +00:00
crs.h Add support for sending SIGSTOP the MPI job after the checkpoint is taken (uses a BLCR feature for the option). 2009-09-22 18:26:12 +00:00
Makefile.am Some more work on the man pages: 2008-08-07 19:20:40 +00:00
opal_crs.7in Remove superfluous spaces in manpages that were causing catman to 2009-04-01 14:40:27 +00:00