hi, is there any way to be periodically reported on the state of completion of a certain procedure, for instance, with a percentage of the total work that has been done so far? It would be good to have this feature to know whether an expensive task on a large is going to be completed anytime soon or if would be better to use a machine with more processors, or just give up thank you, m. -- View this message in context: http://main-discussion-list-for-the-graph-tool-project.982480.n3.nabble.com/... Sent from the Main discussion list for the graph-tool project mailing list archive at Nabble.com.
On 02/06/2013 10:50 AM, marcov wrote:
hi,
is there any way to be periodically reported on the state of completion of a certain procedure, for instance, with a percentage of the total work that has been done so far?
It would be good to have this feature to know whether an expensive task on a large is going to be completed anytime soon or if would be better to use a machine with more processors, or just give up
No such functionality is implemented. Some algorithms have a "verbose" option, but many do not. Depending on the algorithm, it is possible to estimate the time necessary for completion by performing on a scaled-down version of the graph, and then extrapolating given the complexity of the algorithm. Cheers, Tiago -- Tiago de Paula Peixoto <tiago@skewed.de>
participants (2)
-
marcov -
Tiago de Paula Peixoto