Ralph Castain
86d55d7ebf
Fix tight loops over comm_spawn by checking to see if the system has enough child procs and file descriptors available before attempting to launch. If not, introduce a 1sec delay and then test again. This provides a chance for the orted to complete processing of proc terminations from other children, hopefully creating room for the new proc(s).
...
Update the loop_spawn test to remove a sleep so that it runs at max speed, letting the new code catch when we overrun ourselves and wait for room to be cleared for the next comm_spawn.
This commit was SVN r21390.
2009-06-08 18:28:26 +00:00
Ralph Castain
47cfccbb49
Update a couple of tests
...
This commit was SVN r20668.
2009-03-01 15:32:32 +00:00
Jeff Squyres
2cbcb4abf1
Remove the French and strip the tests down to essentials (no need for
...
buffer attaching/detaching, for example).
This commit was SVN r14216.
2007-04-04 15:38:23 +00:00
Ralph Castain
d5b5cd2d3c
Add test code for multiple comm_spawn calls.
...
Add ERROR_LOG calls to more clearly document failures in the rsh launcher.
This commit was SVN r14214.
2007-04-04 13:24:39 +00:00