<div dir="ltr">Hi,<div><br></div><div>I have some multiple points constraint input as follows,</div><div><br></div><div>A_1 a_4 </div><div>B_2 b_5</div><div>C_3 c_6</div><div><br></div><div>each columns are stored in different IS.</div><div>After dmplex distribute, they will be renumbered and distribution to certain processors. </div><div>I have two questions:</div><div><br></div><div>(1) I need both complete ISs are all the processors. Can I just do ISALLGather()?</div><div><br></div><div>(2) Although renumbered, will the original order remain(ABC and abc)?</div><div>If the number is the node number, after distribution and I do an ISALLGather()</div><div>will I have the following on each processor?</div><div><br></div><div>A_3 a_1</div><div>B_4 b_2</div><div>C_6 c_5</div><div>(I randomly renumber them)</div><div><br></div><div><br></div><div>This is what I can come up with now. Is there any better way to do it? </div><div><br></div><div><br></div><div>Thanks,</div><div>Josh</div></div>