|
Boost-MPI : |
From: Ben (BinPeng_at_[hidden])
Date: 2023-02-20 13:33:48
Alain,
Thank you!
The interface is provided in all_gatherv.hpp, boost version 1.73.0. Sorry there is no in_value and it is in_values.
I use the "v" version because I have to divide a vector of objects of type "T" into parts with different sizes.
The "T" is not a primitive type. It is a class defined by myself and the class is complicated.
Cheers
Peng
å件人: Alain O' Miniussi via Boost-mpi
åéæ¶é´: 2023å¹´2æ20æ¥ 17:51
æ¶ä»¶äºº: Discussion of Boost.MPI development
æé: Alain O' Miniussi
主é¢: Re: [Boost-mpi] Is there size limit for the messages being sent andreceived?
Hi
The in value is a T const&, meaning you're sending one single object. So I wonder why the "v" version is used.
Actually, I'm not sure why we are providing that interface.
What kind of type is T ? is it a primitive type, a POD or is it more complex ?
Cheers
---- Alain Miniussi DSI, Pôles Calcul et Genie Log. Observatoire de la Côte d'Azur Tél. : +33492003009 (Mont-Gros)     +33483618544 (Sophia Antipolis)     +33609650665 ----- On Feb 19, 2023, at 2:15 PM, 1 Reviewer via Boost-mpi <boost-mpi_at_[hidden]> wrote: Hi,  I am running my program on a cluster. I use the following command in the program,  all_gatherv (const communicator& comm, const T& in_value, T* out_values,            const std::vector<int>& sizes).  The program works well if the size of in_value  and out_values is small. However, it fails if the size is big. I just canât fix it.  Any help or advices are greatly appreciated.  Peng   _______________________________________________ Boost-mpi mailing list Boost-mpi_at_[hidden] https://lists.boost.org/mailman/listinfo.cgi/boost-mpi
Boost-Commit list run by troyer at boostpro.com