[Boost-mpi] Fwd: mpi: MPI_MAX_LOC

2013-10-14 Thread MM
-tuple that yields the max of f(), given that MPI_MAXLOC is not available in boost mpi? Thanks MM ___ Boost-mpi mailing list Boost-mpi@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-mpi

Re: [Boost-mpi] Working with Boost MPI And OpenMPI in Windows

2013-10-14 Thread MM
Sorry for not include a snippet from the question. I have my formulation of the subject will thread this answer with respect to the question. Yes you need to recompile boost mpi library after changing the mpi.jam (which is found under boost tools build2 : something like this) file. I don't have

Re: [Boost-mpi] openmpi 1.6.2 boost 1.54 mswin7 vs2010 Threading support:No

2014-02-13 Thread MM
my ompi_info says (openmpi) Threading support: No Does that mean it's not supported? If so, what to do? On 13 February 2014 17:00, Matthias Troyer tro...@phys.ethz.ch wrote: On Feb 13, 2014, at 17:44, MM finjulh...@gmail.com wrote: On 13 February 2014 15:33, Matthias Troyer tro

[Boost-mpi] scatterv

2016-07-01 Thread MM
Hello, It seems the documentation here http://www.boost.org/doc/libs/1_61_0/doc/html/boost/mpi/scatterv.html is inaccurate if I understood this function correctly. in_values: vector or pointer to storage that will contain the values to send to each process, indexed by the process rank. This

Re: [Boost-mpi] non blocking collectives

2016-10-19 Thread MM
On 17 October 2016 at 14:48, alainm wrote: > > MPI3 is not covered yet. It will probably be done at some points. > > Regards > > Alain > I'll have a go at implementing ibroadcast based off the broadcast() implementations Thanks

[Boost-mpi] non blocking collectives

2016-10-16 Thread MM
Are there already non blocking collectives or are there any plans to implement them? THanks ___ Boost-mpi mailing list Boost-mpi@lists.boost.org http://lists.boost.org/mailman/listinfo.cgi/boost-mpi