airair / graphlabapi

Automatically exported from code.google.com/p/graphlabapi
0 stars 0 forks source link

Termination functions need to be updated to core/glshared model #32

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
The termination functions are still part of the shared_data_table design and 
need to be migrated to the glshared model.  In addition, the termination 
functions should be persistent even when engine properties and graphs change.  

core.engine().add_terminator(terminator_bla);
core.graph().add_vertex(v);
// terminator is lost!

Finally, termination functions should be registered through the core.

core.add_terminator(terminator_bla);

Original issue reported on code.google.com by Joseph.E.Gonzalez on 21 Apr 2011 at 5:10

GoogleCodeExporter commented 9 years ago

Original comment by yucheng...@gmail.com on 17 Jun 2011 at 6:26