1
1
openmpi/orte
Jeff Squyres 7e45b24001 MPIR_being_debugged is an int, not a bool.
This commit was SVN r18676.
2008-06-19 13:31:34 +00:00
..
etc Many thanks to Ralf W. for finding a subtle bug in these Makefile.am's 2008-06-04 01:28:03 +00:00
include Fold in the revised modex scheme. Move the ompi_proc_t modex portions to the RTE level since the daemons already have that info. Provide each process with the equivalent of a "nidmap" - both a map of what nodes are in the job, and a map of which node each process is on. This enables the use of static ports, though that hasn't been turned "on" in this commit. 2008-04-30 19:49:53 +00:00
mca Ensure params are registered prior to parsing global cmd line options in orterun so that debugger options are properly captured and acted upon. 2008-06-19 02:58:14 +00:00
orted Complete implementation of the --without-rte-support configure option. Working with Brian, this has been tested on RedStorm. 2008-06-18 03:15:56 +00:00
runtime Complete implementation of the --without-rte-support configure option. Working with Brian, this has been tested on RedStorm. 2008-06-18 03:15:56 +00:00
test Add yet another test, this one for proper error behavior when someone call an MPI function after calling MPI_Finalize. 2008-06-09 19:21:20 +00:00
tools MPIR_being_debugged is an int, not a bool. 2008-06-19 13:31:34 +00:00
util Update the debugger interface per email thread with Jeff and Brian. Handoff to them for final test and validation 2008-06-18 15:28:46 +00:00
Doxyfile Fix the broken Doxyfile so people can generate what little code base documentation we have :-) 2006-04-13 12:52:17 +00:00
Makefile.am Remove the orte_proc_table. Migrate all users of it to the opal_hash_table and a new name hash function in orte. 2008-03-05 22:44:35 +00:00