RE: Running one compute function after another..

2014-01-11 Thread Pavan Kumar A
Computation )Superstep 3 - Compute-A (extends AbstractComputation )Superstep 4 - Compute-B (extends AbstractComputation ) @Maja, please add-to /correct what I wrote. Thanks. From: majakabi...@fb.com To: user@giraph.apache.org Subject: Re: Running one compute function after another.. Date: Sat, 11 Jan 20

Re: Running one compute function after another..

2014-01-11 Thread Maja Kabiljo
org>" mailto:user@giraph.apache.org>> Subject: Re: Running one compute function after another.. Hi ? ??π???... I will go by this.. Thanks... On Sat, Jan 11, 2014 at 10:52 PM, ? ??π??? mailto:ikapo...@csd.auth.gr>> wrote: Hey, You can have a boolean varia

Re: Running one compute function after another..

2014-01-11 Thread Jyoti Yadav
Hi Ηλίας Καπουράνης... I will go by this.. Thanks... On Sat, Jan 11, 2014 at 10:52 PM, Ηλίας Καπουράνης wrote: > Hey, > > You can have a boolean variable initially set to true(or false, whatever). > Then you divide your code based on the value of that variable with an > if-else statement. For my

Re: Running one compute function after another..

2014-01-11 Thread Ηλίας Καπουράνης
Hey, You can have a boolean variable initially set to true(or false, whatever). Then you divide your code based on the value of that variable with an if-else statement. For my example, if the value is true then it goes through the first 'if'. When the condition you want is fullfilled, change