1
1
openmpi/ompi/tools
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
..
ompi_info * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
ompi-probe Fix the configure logic for --with-ft so that it properly takes a comma separated list. 2010-03-12 23:57:50 +00:00
ompi-profiler A patch from UTK to allow orte_init(), opal_init(), and associated 2009-12-04 00:51:15 +00:00
ompi-server * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
ortetools If CR is disabled, do not create ompi-checkpoint/restart symlinks and CR man pages. 2010-01-06 16:56:54 +00:00
wrappers Add pkg-config(1) config files to Open MPI. Additionally, fix a minor 2010-02-24 18:46:06 +00:00
CMakeLists.txt Use variables instead of hard-coded compiler flags, in order to support various C/C++ compilers on Windows. 2010-04-21 12:45:00 +00:00
Makefile.am Add windows support files into the tarball, including .windows, CMakeLists.txt files, and CMake modules. Thanks to Jeff for testing it on Linux. 2009-04-24 16:39:33 +00:00
win_makefile Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00