..
binom.c
Update all the tests to the new orte_init API
2009-12-04 04:31:06 +00:00
event-threads.c
Update the tests, add a couple
2012-05-02 19:00:05 +00:00
evpri-test2.c
Update test
2012-05-01 18:38:44 +00:00
evpri-test.c
Sorry for mid-day commit, but I had promised on the call to do this upon my return.
2012-04-06 14:23:13 +00:00
evthread-test.c
Sorry for mid-day commit, but I had promised on the call to do this upon my return.
2012-04-06 14:23:13 +00:00
get_limits.c
Fixup tests for recent api changes
2007-05-29 16:22:50 +00:00
getenv_pmi.c
Add a useful test and update another
2013-10-04 15:21:40 +00:00
iof_delay.c
Update all the tests to the new orte_init API
2009-12-04 04:31:06 +00:00
iof_stress.c
Update all the tests to the new orte_init API
2009-12-04 04:31:06 +00:00
Makefile
Per the RFC, remove the sensor framework from the ORTE code area, relocating it offsite to the ORCM code area. Also update some ignores to ensure we don't pickup crosstalk in components
2014-04-15 21:48:24 +00:00
Makefile.include
Per the RFC, remove the sensor framework from the ORTE code area, relocating it offsite to the ORCM code area. Also update some ignores to ensure we don't pickup crosstalk in components
2014-04-15 21:48:24 +00:00
mapper.c
Update the tests, add a couple
2012-05-02 19:00:05 +00:00
mapr.py
Update the tests, add a couple
2012-05-02 19:00:05 +00:00
no_op.c
Add ability to trap and propagate SIGUSR1/2 to remote processes. There are a number of small changes that hit a bunch of files:
2006-06-08 18:27:17 +00:00
oob_stress.c
Re-enable the usock oob component. Ensure the TCP component promotes messages for other procs to the OOB base so that other components have a chance to send the relay. Seems to be passing MTT, so let's see how it works for others.
2014-08-30 19:33:46 +00:00
opal_db.c
Per the PR and discussion on today's telecon, extend the process name definition as a two-field struct of uint32_t's down to the OPAL layer. This resolves issues created by prior commits that impacted both heterogeneous and SPARC support. This also simplifies the OMPI code base by removing the need for frequent memcpy's when transitioning between the OMPI/ORTE layers and OPAL.
2014-11-11 17:00:42 -08:00
opal_hotel.c
Add new "opal_hotel" class. Abstractly speaking, this class does the
2012-08-16 17:29:55 +00:00
opal_hwloc.c
Add a couple of useful tests
2013-10-28 13:24:16 +00:00
opal_interface.c
As per the RFC, bring in the ORTE async progress code and the rewrite of OOB:
2013-08-22 16:37:40 +00:00
opal-evpri-test.c
Sorry for mid-day commit, but I had promised on the call to do this upon my return.
2012-04-06 14:23:13 +00:00
orte_abort.c
***** THIS INCLUDES A SMALL CHANGE IN THE MPI-RTE INTERFACE *****
2013-10-08 18:37:59 +00:00
orte_allocate.c
Add new test program
2013-01-20 00:29:45 +00:00
orte_barrier.c
Update the tests, add a couple
2012-05-02 19:00:05 +00:00
orte_db.c
Cleanup stale test codes
2012-12-28 16:52:51 +00:00
orte_dfs.c
Update DFS to support multi-node operations
2012-11-12 02:54:53 +00:00
orte_errors.c
Add some missing error strings. Update test to show silent errors
2011-08-08 04:21:02 +00:00
orte_exit.c
Shifting to an event-driven RTE raises some interesting issues during shutdown. We want the last messages to get thru, but also need to correctly shutdown the virtual machine. This requires a delicate balancing act across event priorities, and the need to check for termination conditions in places where related events get processed.
2014-03-12 16:49:58 +00:00
orte_loop_child.c
Update all the tests to the new orte_init API
2009-12-04 04:31:06 +00:00
orte_loop_spawn.c
Update all the tests to the new orte_init API
2009-12-04 04:31:06 +00:00
orte_no_op.c
Update all the tests to the new orte_init API
2009-12-04 04:31:06 +00:00
orte_nodename.c
Update the tests, add a couple
2012-05-02 19:00:05 +00:00
orte_ring.c
Sorry for mid-day commit, but I had promised on the call to do this upon my return.
2012-04-06 14:23:13 +00:00
orte_spawn.c
Cleanup stale test codes
2012-12-28 16:52:51 +00:00
orte_spin.c
Shifting to an event-driven RTE raises some interesting issues during shutdown. We want the last messages to get thru, but also need to correctly shutdown the virtual machine. This requires a delicate balancing act across event priorities, and the need to check for termination conditions in places where related events get processed.
2014-03-12 16:49:58 +00:00
orte_tool.c
Update all the tests to the new orte_init API
2009-12-04 04:31:06 +00:00
pmi_abort.c
***** THIS INCLUDES A SMALL CHANGE IN THE MPI-RTE INTERFACE *****
2013-10-08 18:37:59 +00:00
psm_keygen.c
Add psm key generator program
2010-12-30 20:54:58 +00:00
radix.c
Update all the tests to the new orte_init API
2009-12-04 04:31:06 +00:00
red.py
Update the tests, add a couple
2012-05-02 19:00:05 +00:00
reducer.c
Update the tests, add a couple
2012-05-02 19:00:05 +00:00
regex.c
Update the regex to resolve a bug
2014-08-29 22:24:20 +00:00
segfault.c
Add a couple of new tests to the orte system.
2009-11-20 01:47:49 +00:00
sigusr_trap.c
Add a comment to make Jeff happier...
2014-03-10 23:02:04 +00:00
spawn_child.c
Update all the tests to the new orte_init API
2009-12-04 04:31:06 +00:00
spin.c
Cleanup the debugger daemon co-launch code and add an ability to test it. Implement ability to co-launch debugger daemons upon attach to a running job for jobs launched under rsh, slurm, and tm environments (others can easily be added if desired).
2010-05-14 18:44:49 +00:00
test-time.c
Update the tests, add a couple
2012-05-02 19:00:05 +00:00