1
1
openmpi/orte/tools
Jeff Squyres f1a7b5cc33 Make "processor affinity not supported" error message a little better:
* Remove OPAL_ERR_PAFFINITY_NOT_SUPPORTED; fit it into the generic
   OPAL_ERR_NOT_SUPPORTED case.
 * When odls_default detects that processor affinity is not supported,
   it prints a specific message about it, and then it suppressed a
   generic HNP help message that would normally follow it (i.e., it's
   easier to have the "processor affinity is not supported" show_help
   message last).
 * Use some symbolic names in odls_default instead of fixed int's,
   just for slight readability improvements in the code.
 * Introduce orte_show_help_suppress(), which gives the ability to
   suppress any future showings of any arbitrary show_help() message.
   This is useful if you display message X and want to suppress
   message Y.  This suppression *only* works in environments where
   orte_show_help() does coalescing.

This commit was SVN r23249.
2010-06-08 20:16:07 +00:00
..
orte-bootproxy - Further patches for support on NetBSD (and DragonFly) by 2010-03-15 05:33:42 +00:00
orte-checkpoint add a few more missing SOS includes 2010-05-18 15:00:07 +00:00
orte-clean 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
orte-info * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
orte-iof * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
orte-ps * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
orte-restart 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
orte-top * Wrap all the direct error-code checks of the form (OMPI_ERR_* == ret) with 2010-05-17 23:08:56 +00:00
orted 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
orterun Make "processor affinity not supported" error message a little better: 2010-06-08 20:16:07 +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 - 1/4 commit for Windows Visual Studio and CCP support: 2008-12-10 20:59:20 +00:00
Makefile.am Add an "orte-info" tool to report ORTE and OPAL configuration and parameter info ala "ompi_info". Temporary solution until refactoring of the "info" system can be undertaken. 2010-02-11 23:02:14 +00:00