1
1
openmpi/orte
Josh Hursey f88aa6c273 This commit cleans up the AMCA parameter implementation a bit.
* Remove the 'opal_mca_base_param_use_amca_sets' global variable
* Harness the fact that you can (read should) call the cmd_line functions
  before initializing opal_init_util(). This pushes the MCA/GMCA/AMCA
  command line options into the environment before OPAL inits and starts
  to use these values. By putting the cmd_line parse before opal_init_util
  in orterun and orted we only parse the *MCA parameter files once, and 
  correctly (alleviating the need to 'recache' the files on init.)
* Small bits of cleanup.

This commit was SVN r15219.
2007-06-27 01:03:31 +00:00
..
class Fix a couple of problems with the way we were using orte_process_name_t 2007-06-11 19:12:11 +00:00
dss The DSS pack function can use the const attribute for the src field 2007-06-12 22:47:14 +00:00
etc Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
include Commit the orted-failed-to-start code. This correctly causes the system to detect the failure of an orted to start and allows the system to terminate all procs/orteds that *did* start. 2007-05-21 18:31:28 +00:00
mca This commit cleans up the AMCA parameter implementation a bit. 2007-06-27 01:03:31 +00:00
runtime Update the Windows wait functions. The most important change is for 2007-06-14 04:35:46 +00:00
test 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
tools This commit cleans up the AMCA parameter implementation a bit. 2007-06-27 01:03:31 +00:00
util Be a little bit more verbose: tell which file we have trouble with... 2007-06-17 04:59:15 +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 Rename liborte to libopen-rte and libopal to libopen-pal per telecon today 2006-12-05 18:27:24 +00:00