Commit Graph

290 Commits

Author SHA1 Message Date
Alain Miniussi
c6769cae3b doxygen typo 2019-10-28 10:04:12 +01:00
Alain O Miniussi
faf6337d87 Do not bring in C++ API with OpenMPI
fix #73
2019-10-27 21:51:59 +01:00
Alain O Miniussi
c3072238d2 Merge branch 'windows' into bugfix/93-windows
refs #96
2019-10-23 13:51:42 +02:00
Alain Miniussi
20adcdeca1 missed a 'detail' namespace while forwarding to implementation
refs #93
2019-10-22 16:10:04 +02:00
Alain Miniussi
04927f9d24 Change configuration file so that we use MPI_Probe and friend even with Intel's MPI if version > 2019.4
refs #63, #62 and #95
2019-10-22 11:44:40 +02:00
Dennis Grieger
a7ca4bd526 Fixed symbol visibility on windows 2019-07-15 12:28:39 +02:00
Alain Miniussi
9905311cdc
Merge pull request #84 from vincentchabannes/develop
Fix error when mpi::wait_all is called with data of type std::vector
merging first on bugfix branch
2019-06-11 18:42:25 +02:00
Alain Miniussi
02e55dd5ed
Merge pull request #90 from boostorg/bugfix/property_map_dep
remove dependency on property_map
2019-06-11 18:35:35 +02:00
root (aka aom)
080849c079 remove dependency on property_map
refs #88
2019-06-11 18:25:54 +02:00
Andre Schröder
8d9b8ee024
Fix spelling mistakes in documentation 2019-05-05 12:55:07 +02:00
Vincent Chabannes
1d298a3da4 fix legacy_dynamic_primitive_array_handler::test() with type T=std::vector<...> 2019-04-01 13:57:41 +02:00
Alain Miniussi
288f82bc27 Merge branch 'use_uncaught_exceptions' of git://github.com/Lastique/mpi into Lastique-use_uncaught_exceptions 2019-03-11 15:11:17 +01:00
Alain Miniussi
0eb9c2d3ba Merge branch 'sizes2offsets' of git://github.com/aumuell/mpi into aumuell-sizes2offsets 2019-03-11 14:15:06 +01:00
Alain Miniussi
c24b716773 nullptr would be better, nut not as portable. 2019-03-11 14:02:49 +01:00
Martin Aumueller
788e11ed34 BOOST_MPI_DECL for sizes2offsets
with MSVC, using templates that use sizes2offsets requires
sizes2offsets to be exported
2019-02-17 16:45:12 +01:00
Michael Kuron
dc708430bf
mpi::detail::c_data needs to check for empty vectors
If the standard library is configured to do range checks (-D _GLIBCXX_ASSERTIONS), accessing the zeroth element of a vector to get its address triggers an assertion.
2019-02-14 15:55:31 +01:00
Alain Miniussi
7e52cd4761 Adapt to OpenMPI 1.6.5, which is an antique, but used on boost's travis. 2018-12-19 11:47:54 +01:00
Alain Miniussi
141add97e9 use BOSST_MPI_USE_IMPROBE to choose to use MPI_<x>probe when reading complex messages 2018-12-18 17:16:25 +01:00
Alain Miniussi
16b6fc2c38 Introduce BOOST_MPI_VERSION and BOOST_MPI_SUBVERSION.
Use those to select code according to supposrted standard.
2018-12-18 15:57:23 +01:00
Andrey Semashev
853ac0637a Use uncaught_exceptions from Boost.Core to avoid C++17 warnings.
In C++17, std::uncaught_exception is deprecated in favor of
std::uncaught_exceptions. Use portable uncaught_exceptions implementation
from Boost.Core, which is also available for C++03.

This fixes gcc 8 warnings about using deprecated features in C++17 mode.
2018-12-17 19:00:27 +03:00
Alain Miniussi
303359840b replace deprecated MPI_Address with new replacement
refs #77
2018-12-09 23:47:57 +01:00
Alain Miniussi
dd03e959d7 MPI_INTEGER is Fortran, replaced with MPI_INT
fixes #75
2018-12-09 23:29:52 +01:00
Alain Miniussi
c6b59c0599 this unused file was commited to master by mistake.
Fixes #74
2018-10-07 19:12:58 +02:00
Alain Miniussi
7723a9e566 redundant doc on overloaded methods. 2018-09-10 15:08:22 +02:00
Alain Miniussi
5d67726047 dead code
refs #70
2018-09-06 22:12:02 +02:00
Alain Miniussi
13377ee243 factorization
refs #0
2018-09-06 22:06:17 +02:00
Alain Miniussi
d15544dc02 dead code
refs #70
2018-09-06 22:00:16 +02:00
Alain Miniussi
c4bbdeb1da More code factirization for probe based request handlers.
refs #70
2018-09-06 21:59:02 +02:00
Alain Miniussi
d6935ee017 more probe base handler factorization.
refs #70
2018-09-06 21:47:59 +02:00
Alain Miniussi
a440141a29 more probe handler factorization
refs #70
2018-09-06 21:25:16 +02:00
Alain Miniussi
c180b6c283 factorized dynamic array of primiteve data rquest handler.
refs #70
2018-09-06 20:45:48 +02:00
Alain Miniussi
7102c8c4de data protected.
refs #70
2018-09-06 20:17:25 +02:00
Alain Miniussi
c8ef62aaf2 indentation 2018-09-06 20:09:13 +02:00
Alain Miniussi
e031a0c8aa prepare for probe handler code factorization.
refs #70
2018-09-06 19:32:09 +02:00
Alain Miniussi
322f68c01c Fixed array receive.
Looks like we mostly done.
refs #70
2018-09-06 19:04:27 +02:00
Alain Miniussi
77b232fb69 put mpi_probe selection in c file.
refs #70
2018-09-06 18:49:16 +02:00
Alain Miniussi
bb10afdb7f directly deserialized array items.
refs #70
2018-09-06 15:02:15 +02:00
Alain Miniussi
8d21bf4d72 reduce dependency on serialization internal.
also, the array size is known, don't send it.
refs #70
2018-09-06 14:28:31 +02:00
Alain Miniussi
8de07807ac initialized bool vector.
refs #70
2018-09-06 14:28:05 +02:00
Alain Miniussi
9129e5bd6f Avoid manipulating inactive requests
refs #70
2018-09-05 23:43:37 +02:00
Alain Miniussi
a1d46e2821 made probe handler or serialized data.
Not testd yet.
Legacy handlr passes
refs #70
2018-09-05 22:31:33 +02:00
Alain Miniussi
dbba124752 Moved archive communication to optionnal probe communication.
The new one have not been tested yet, but legacy passes.
refs #70
2018-09-05 20:54:25 +02:00
Alain Miniussi
e36f7a2f18 avoid low level MPI in interface. refs #70 2018-09-05 19:45:55 +02:00
Alain Miniussi
0ee1045287 factorization. refs #70 2018-09-05 16:02:31 +02:00
Alain Miniussi
5f64c8118a Less stuff in header. refs #70 2018-09-05 15:34:20 +02:00
Alain Miniussi
67ecce4ec8 OpenMPI port.
refs #70
2018-09-05 15:30:24 +02:00
Alain Miniussi
25379b0a25 trivial request encapsulated. refs #70 2018-09-05 15:13:13 +02:00
Alain Miniussi
cd3c68aa55 non blocking trivial send ancapsulation. refs #70 2018-09-05 14:35:15 +02:00
Alain Miniussi
6585dc8e1c non blocking trivial send ancapsulation. refs #70 2018-09-05 14:26:05 +02:00
Alain Miniussi
b2a4a06933 make direction explicit. refs #70 2018-09-05 14:10:28 +02:00