1
1
openmpi/orte/mca/filem/rsh
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
..
configure.params Merging in the jjhursey-ft-cr-stable branch (r13912 : HEAD). 2007-03-16 23:11:45 +00:00
filem_rsh_component.c Use {{{ORTE_*_VERSION}}} instead of {{{OMPI_*_VERSION}}} in orte 2009-06-29 12:53:23 +00:00
filem_rsh_module.c * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
filem_rsh.h - Replace combinations of 2009-08-20 11:42:18 +00:00
help-orte-filem-rsh.txt Fixes for --preload-files and --preload-binary. 2009-01-23 15:32:24 +00:00
Makefile.am Per long threads on the mailing list and much confusion discussion 2007-12-15 13:32:02 +00:00