1
1
openmpi/orte
Josh Hursey 78f14b5255 Fix the none.checkpoint command.
orte-checkpoint/orte-restart seem to not seem to totally like orte_output so revert them to opal_output for now. Since we have no need for the additional complexity of orte_output we can drop it for now and revisit this if anyone needs it later.

It seems that if you set the verbose level on an output handle then try to call a normal orte_output() on it then the message will *not* be printed. This is the same for opal_output, and seems incorrect to me because it stops some error messages from being printed out if you do not directly specify opal_output(0, ...). Maybe someone should take a look a this.


orte-checkpoint would segv if passed an incorrect PID. Fixed the return code so it errors out properly.

Thanks to Eric Roman for bringing this to my attention.

This commit was SVN r18583.
2008-06-04 14:44:11 +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 Silence few warnings. 2008-06-03 19:58:40 +00:00
orted Fix single-node operations so that the HNP correctly exits when the job completes 2008-06-03 14:23:04 +00:00
runtime Remove the tags from orte_output_open and the filtering operation from orte_output - this will be handled differently to improve the XML output interface 2008-06-03 14:24:01 +00:00
test Remove the tags from orte_output_open and the filtering operation from orte_output - this will be handled differently to improve the XML output interface 2008-06-03 14:24:01 +00:00
tools Fix the none.checkpoint command. 2008-06-04 14:44:11 +00:00
util Ensure we don't go past the end of the array 2008-06-03 21:31:02 +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