1
1
openmpi/ompi/mca/fcoll/dynamic
Edgar Gabriel c2c44b11dc Code cleanup for dynamic read_all and write_all
Specifically:
 - reduce the number of realloc's and malloc's by moving
   some arrays out of the cycle loop, if we know that there
   size is not changing
 - store the rank of the aggregator in a separate variable to avoid
   continuous dereferencing
 - change the wait_all logic in write_all to use a fix number of requests
   (even if they are MPI_REQUEST_NULL)
 - fix the timing to considere the two initial allgather and the one
   allgatherv operation to be a part of it
 - add more comments.
2015-09-01 09:29:07 -05:00
..
fcoll_dynamic_component.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
fcoll_dynamic_file_read_all.c Code cleanup for dynamic read_all and write_all 2015-09-01 09:29:07 -05:00
fcoll_dynamic_file_write_all.c Code cleanup for dynamic read_all and write_all 2015-09-01 09:29:07 -05:00
fcoll_dynamic_module.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
fcoll_dynamic.h Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
owner.txt add owner files to opa/ompi/orte mca directories 2015-02-22 15:10:23 -07:00