Re: [Tutor] serial to parallel

2012-11-05 Thread wrw
On Nov 5, 2012, at 8:44 AM, Dave Angel wrote: > On 11/05/2012 06:53 AM, Bala subramanian wrote: >>> [Huge byte] >>> Thanks in advance, >>> Bala >> >> > > Before you spend too much energy on this, I'd suggest that you'll > probably see a substantial slowdown trying to write the two files in

Re: [Tutor] serial to parallel

2012-11-05 Thread Dave Angel
On 11/05/2012 06:53 AM, Bala subramanian wrote: > Friends, > In the previous mail there was an "mistake" i was not aware of. So pls > dnt get upset. > > For frame in trajectory-A: >> cunt= str(frame.time) > It is count =str(frame.time). A counter to find frame number. > > Thanks joel for le

Re: [Tutor] serial to parallel

2012-11-05 Thread Bala subramanian
Friends, In the previous mail there was an "mistake" i was not aware of. So pls dnt get upset. For frame in trajectory-A: > cunt= str(frame.time) It is count =str(frame.time). A counter to find frame number. Thanks joel for letting me to know it. Bala On Mon, Nov 5, 2012 at 11:46 AM, B