1
1
openmpi/orte/mca/rmaps/rank_file
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 Added new RMAPS component for rank mapping 2008-03-18 09:33:49 +00:00
help-rmaps_rank_file.txt Minor grammar fixes, and use "#" for separating lines, not blank lines. 2009-09-03 07:02:21 +00:00
Makefile.am Clean-up the mess. Repair static builds. Remove unused and empty C-decl braces. Add missing prototype for function. 2008-03-31 13:02:33 +00:00
rmaps_rank_file_component.c Correct a couple of bugs in the rank_file mapper that were incorrectly assigning vpids. 2009-08-13 16:08:43 +00:00
rmaps_rank_file_lex.h - Replace combinations of 2009-08-20 11:42:18 +00:00
rmaps_rank_file_lex.l small patch to extend current rankfile syntax to be compliant with orte_hosts syntax 2009-06-28 11:20:56 +00:00
rmaps_rank_file.c * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
rmaps_rank_file.h Correct a couple of bugs in the rank_file mapper that were incorrectly assigning vpids. 2009-08-13 16:08:43 +00:00