benchmark/edge_lookup_test
author deba
Mon, 13 Nov 2006 12:30:59 +0000
changeset 2300 69330d717235
permissions -rwxr-xr-x
Conditional execution until the target is reached
/previous implementation: until the target is the next to process/

todo: query the target when we give nodemap as condition
     1 #!/bin/bash
     2 
     3 for((i=1;i<50;i++))
     4 do
     5     echo -n $i ''
     6     edge_lookup 100 $i
     7 done