Vec seems to be meant for only real numbers. I need to have a parallel vector containing integers. Most of them are indices, but some of them would be arbitrary. Questions:<div><br></div><div>1) Is &#39;IS&#39; supposed to be a parallel/distributed vector of indices? Syntax to use it is very different from that of Vec. E.g. I see functions to query global and local size, but can not find functions to specify them. How to scatter/gather such objects? Scatter seems only for Vec&#39;s.</div>
<div><br></div><div>2) How about arbitrary parallel vectors of integers?</div><div><br></div><div>Many thanks for any pointers,</div><div>Dominik</div>