1
1
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
..
2015-06-25 10:14:13 -06:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2015-06-25 10:14:13 -06:00
2015-08-29 21:19:27 -07:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2015-08-31 10:34:05 +09:00
2015-06-25 10:14:13 -06:00
2015-06-23 20:59:57 -07:00
2015-08-31 03:10:09 -07:00
2015-08-24 09:32:33 -06:00
2015-06-23 20:59:57 -07:00
2015-06-23 20:59:57 -07:00
2015-06-25 10:14:13 -06:00
2015-08-29 16:04:10 -07:00
2015-06-23 20:59:57 -07:00
2015-08-29 16:04:10 -07:00
2015-06-25 10:14:13 -06:00
2015-08-29 16:04:10 -07:00