1
1
openmpi/orte/test/mpi
Ralph Castain 17c71f8d2a Fix ticket #545
Setup subscriptions to correctly return the MPI_APPNUM attribute.

Fix an unreported bug that was found. The universe size was incorrectly defined in the attributes code. As coded, it looked for size_t values and based its size computation on those numbers. Unfortunately, the node_slots value had been changed to an orte_std_cntr_t awhile back! So the universe size was never updated.

Update the hello_nodename test to check for MPI_APPNUM.

Add a definition to ns_types for ORTE_PROC_MY_NAME - just a shortcut for orte_process_info.my_name. Brought over from ORTE 2.0 as it will be used extensively there.

This commit was SVN r12377.
2006-10-31 21:29:07 +00:00
..
abort.c 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
hello_nodename.c Fix ticket #545 2006-10-31 21:29:07 +00:00
hello.c With the branch to 1.2 made.... 2006-08-15 19:54:10 +00:00
Makefile Bring comm_spawn back online. Shift the trigger hosting responsibilities to the HNP. 2006-10-03 02:07:58 +00:00
mpi_no_op.c With the branch to 1.2 made.... 2006-08-15 19:54:10 +00:00
multi_abort.c 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
simple_spawn.c Fix the bookmark system - we now have children being correctly spawned where they should! 2006-10-20 18:05:16 +00:00