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

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, Ηλίας Καπουράνης ikapo...@csd.auth.grwrote: 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

Re: Running one compute function after another..

2014-01-11 Thread Maja Kabiljo
@giraph.apache.org user@giraph.apache.orgmailto: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, ? ??π??? ikapo...@csd.auth.grmailto:ikapo...@csd.auth.gr wrote: Hey, You can have

RE: Running one compute function after another..

2014-01-11 Thread Pavan Kumar A
AbstractComputation M2, M1)Superstep 3 - Compute-A (extends AbstractComputation M1, M2)Superstep 4 - Compute-B (extends AbstractComputation M2, M1) @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