Re: [Libmesh-users] Syncronize a vector among processes

2018-07-04 Thread Roy Stogner
On Wed, 4 Jul 2018, Renato Poli wrote: Thanks. Will try that. It is constant size. In fact, I could make my way through in a dirty pair > > I'm debugging something else right now. I will have to come back later an ddo the specialization. It sounds like you'd rather be doing a tuple? I'll tr

Re: [Libmesh-users] Syncronize a vector among processes

2018-07-04 Thread Renato Poli
Thanks. Will try that. It is constant size. In fact, I could make my way through in a dirty pair > > I'm debugging something else right now. I will have to come back later an ddo the specialization. Thanks, Renato On Wed, Jul 4, 2018 at 5:50 PM, Roy Stogner wrote: > > On Wed, 4 Jul 2018, Renato

Re: [Libmesh-users] Syncronize a vector among processes

2018-07-04 Thread Roy Stogner
On Wed, 4 Jul 2018, Renato Poli wrote: I am trying to implement this one: comm().allgather(vector). The compiler fails. It says MyClass is not a StandardType. I tried with a tuple<>, without success. There actually is a StandardType> specialization, but it's untested and it's only useable i

Re: [Libmesh-users] Syncronize a vector among processes

2018-07-04 Thread Renato Poli
Hi Roy I am trying to implement this one: comm().allgather(vector). The compiler fails. It says MyClass is not a StandardType. I tried with a tuple<>, without success. Any suggestion? Should I specialize a Packing or so? I can see that for vector, everything works fine. /usr/local/include/libm