1
1
openmpi/orte/mca/odls
Ralph Castain 41977fcc95 Remove the cellid field from the orte_process_name_t structure. This only affects a handful of files in itself, but...
Cleanup ALL instances of output involving the printing of orte_process_name_t structures using the ORTE_NAME_ARGS macro so that the number of fields and type of data match. Replace those values with a new macro/function pair ORTE_NAME_PRINT that outputs a string (using the new thread safe data capability) so that any future changes to the printing of those structures can be accomplished with a change to a single point.

Note that I could not possibly find outputs that directly print the orte_process_name_t fields, but only dealt with those that used ORTE_NAME_ARGS. Hence, you may still have a few outputs that bark during compilation. Also, I could only verify those that fall within environments I can compile on, so other environments may yield some minor warnings.

This commit was SVN r15517.
2007-07-19 20:56:46 +00:00
..
base Roll in the Voltaire core/socket/etc process mapping implementation. Only change I made was to cleanup some of the diagnostic output in the odls_default component so it uses the -mca odls_base_verbose parameter. 2007-07-14 15:14:07 +00:00
bproc Remove the cellid field from the orte_process_name_t structure. This only affects a handful of files in itself, but... 2007-07-19 20:56:46 +00:00
default Remove the cellid field from the orte_process_name_t structure. This only affects a handful of files in itself, but... 2007-07-19 20:56:46 +00:00
process Remove the cellid field from the orte_process_name_t structure. This only affects a handful of files in itself, but... 2007-07-19 20:56:46 +00:00
Makefile.am Here is the major MAD-cure commit. I have written plenty about it, so I refer you here to those messages for a description of everything that was done. 2006-09-14 21:29:51 +00:00
odls_types.h Bring in the generalized xcast communication system along with the correspondingly revised orted launch. I will send a message out to developers explaining the basic changes. In brief: 2007-06-12 13:28:54 +00:00
odls.h Fix a problem observed by Brian where processes launched local to mpirun lost their environment except for MCA params. 2007-07-13 15:47:57 +00:00