Commits

Ruth Aydt committed 4a33ad8c240
[svn-r24891] - After container re-open, open the T objects. - Add prefetch of /G-prefetched/T object and the evict of the replica. - Add new command line option: -t repeat_cnt, which means time reads after container re-open, performing read sequence 'repeat_cnt' times Before, all reads were timed & elapsed time printed. This makes it optional. If repeat_cnt > 1, the average time for all reads of a given object on a given rank are also printed. - Misc other cleanup