Matthew Knepley <[email protected]> writes:
>> for i in xrange(start,end):
>>         global_vec[i] = 5.0*rank
>
> No, you would need xrange(end-start):

Specifically, Python made a decision about indexing semantics that,
while not irrational, really sucks for distributed array computing.  I'm
not aware of a clean way to give you nice syntax.

Attachment: signature.asc
Description: PGP signature

Reply via email to