But I'm not really interested in graph algorithms: I know how to traverse my graph, I just don't know how to implement it in cilk. Here is the code I want to parallelize. Obviously, the "p->execute" call can be prefixed with a spawn, and before the "local_execute" there has ...