1
1
openmpi/orte/tools/orted
Brian Barrett 508da4e959 OS X apparently really doesn't like shared libraries with unresolvable
symbols in them and environ is defined only in the final application
(probably in crt1.o).  Apple provides a function for getting at the
environment, so use that instead if it's available.

This commit was SVN r14857.
2007-06-05 03:03:59 +00:00
..
help-orted.txt Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am Reorganize the orted code for easier maintenance. Add ability to deliver xcast messages to local procs (not used at this point). 2007-04-23 18:28:20 +00:00
orted_comm.c Modify the new DSS xfer and copy functions so they only xfer/copy the unpacked portion of a buffer's payload. This allows for more rapid transfer of data during message relay without requiring any knowledge of what is in the buffer. 2007-05-23 14:06:32 +00:00
orted.c OS X apparently really doesn't like shared libraries with unresolvable 2007-06-05 03:03:59 +00:00
orted.h Reorganize the orted code for easier maintenance. Add ability to deliver xcast messages to local procs (not used at this point). 2007-04-23 18:28:20 +00:00