1
1
openmpi/orte/mca/pls/tm
Jeff Squyres ffddfc5629 Turns out that it's a really Bad Idea(tm) to tm_spawn() and then not
keep the resulting tm_event_t that is generated because the back-end
TM library actually caches a bunch of stuff on it for internal
processing, and doesn't let go of it until tm_poll().

tm_event_t's are similar to (but slightly different than)
MPI_Requests: you can't do a million MPI_Isend()'s on a single
MPI_Request -- a) you need an array of MPI_Request's to fill and b)
you need to keep them around until all the requests have completed.

This commit was SVN r10820.
2006-07-14 22:04:41 +00:00
..
configure.m4 Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
configure.params Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
help-pls-tm.txt Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
pls_tm_component.c Final merge of stuff from /tmp/tm-stuff tree (merged through 2006-07-04 20:12:35 +00:00
pls_tm_module.c Turns out that it's a really Bad Idea(tm) to tm_spawn() and then not 2006-07-14 22:04:41 +00:00
pls_tm.h Final merge of stuff from /tmp/tm-stuff tree (merged through 2006-07-04 20:12:35 +00:00