Hi, I am solving a problem that needs that process 0 (for example) modifies a small vector (let say 1000 components). Then all the process should be able to get all the component of this vector. Which is the best way to do it ?
I don't want a distributed vector because only one process will be the responsible of computing the components ! Thanks, Guido.
