Re: [OMPI users] questions about attribute caching

2018-12-16 Thread
is to invoke > MPI_Comm_dup() once per communicator (instead of once per sequence, > since this is an expensive operation). > > > Cheers, > > Gilles > On Sun, Dec 16, 2018 at 1:04 AM 邹海峰 wrote: > > > > Hi there, > > > > At first, I think attribute i

Re: [OMPI users] questions about attribute caching

2018-12-16 Thread
icator* is used in the application. > > Cheers, > > Gilles > > On Sun, Dec 16, 2018 at 11:38 PM 邹海峰 wrote: > > > > Thank you very much for the reply. > > > > According to your explanation and the content from the website, if there > is only one sequential exec

[OMPI users] questions about attribute caching

2018-12-15 Thread
Hi there, At first, I think attribute is just like global variable that attached to a specific communicator. I can define and set the value on one process, then get and modify the value on another process as long as those processes belonging to the same communicator. But when I was reading