2
0
mirror of https://github.com/boostorg/mpi.git synced 2026-02-26 04:42:23 +00:00
Commit Graph

588 Commits

Author SHA1 Message Date
Florian Weik
28a73eac54 fixed ub access to first element of empty vectors 2020-06-10 10:18:21 +02:00
Alain Miniussi
1c09f39948 Merge pull request #113 from Tocic/develop
fix typos
boost-1.73.0 boost-1.73.0.beta1
2020-02-17 21:27:10 +01:00
Alain Miniussi
8d7125fbbe Merge pull request #114 from SoapGentoo/global-python-tag
Remove Boost.MPI-specific python-tag code
2020-02-17 21:11:24 +01:00
David Seifert
274aa86fc1 Remove Boost.MPI-specific python-tag code 2019-12-25 12:32:16 +01:00
Tocic
1fc25c1bac fix typo in point_to_point.qbk 2019-12-25 12:09:23 +03:00
Tocic
0d514e972c fix typo in tutorial.qbk 2019-12-25 12:08:26 +03:00
Alain Miniussi
18739e6ad5 comment typo 2019-10-28 10:42:14 +01:00
Alain Miniussi
82d74f1bdc Merge branch 'master' into develop 2019-10-28 10:04:49 +01:00
Alain Miniussi
c6769cae3b doxygen typo boost-1.72.0.beta1 boost-1.72.0 2019-10-28 10:04:12 +01:00
Alain O Miniussi
0038915c44 Merge branch 'develop' of github.com:boostorg/mpi into develop 2019-10-28 00:25:08 +01:00
Alain Miniussi
39e5f4e5f6 move awway from std smart pointer when possible as their support is not uniform on all our configurations.
refs #99
2019-10-28 00:24:50 +01:00
Alain Miniussi
3e111fd60e move awway from std smart pointer when possible as their support is not uniform on all our configurations.
refs #99
2019-10-28 00:12:26 +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 Miniussi
c7fdb33cca Merge pull request #97 from reitermarkus/cart-shift
Add mapping for `MPI_Cart_shift`.
2019-10-24 12:14:06 +02:00
Markus Reiter
7f14150971 Add mapping for MPI_Cart_shift. 2019-10-24 12:07:49 +02:00
Alain Miniussi
101dc96070 Try to get travis pass with TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98,0x 2019-10-23 23:46:10 +02:00
Alain Miniussi
8effa699e0 Try to get travis pass with TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98,0x 2019-10-23 23:46:10 +02:00
Alain Miniussi
68a49dd296 Try to get travis pass with TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98,0x 2019-10-23 23:46:10 +02:00
Alain Miniussi
bf10c42ff4 Try to get travis pass with TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98,0x 2019-10-23 23:46:10 +02:00
Alain Miniussi
1830cfcc11 Try to get travis pass with TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98,0x 2019-10-23 23:46:10 +02:00
Alain Miniussi
8b092cbe43 Avoir using the same name in the same scope to refer to different things. 2019-10-23 15:43:16 +02:00
Alain O Miniussi
a2b5bac980 Try to pass through weird test name issue with travis on config TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98,0x 2019-10-23 14:58:05 +02:00
Alain O Miniussi
236331be2d try to get TOOLSET=gcc COMPILER=g++-4.4 CXXSTD=98,0x pass for travis 2019-10-23 14:53:27 +02:00
Alain Miniussi
117469ff00 Merge branch 'bugfix/93-windows' into develop 2019-10-23 14:15:52 +02:00
Alain O Miniussi
0039a86c6f Merge branch 'bugfix/93-windows' of github.com:boostorg/mpi into bugfix/93-windows 2019-10-23 14:10:15 +02:00
Alain O Miniussi
3c450aee15 Merge branch 'bugfix/93-windows' of github.com:boostorg/mpi into bugfix/93-windows
Changes by @hpcdgrie
2019-10-23 14:09:50 +02:00
Alain O Miniussi
6bf63cbdc5 Merge branch 'bugfix/93-windows' of github.com:boostorg/mpi into bugfix/93-windows 2019-10-23 13:51:56 +02:00
Alain O Miniussi
c3072238d2 Merge branch 'windows' into bugfix/93-windows
refs #96
2019-10-23 13:51:42 +02:00
Alain O Miniussi
a6f8b9fe73 Merge branch 'windows' into bugfix/93-windows 2019-10-23 13:37:32 +02:00
Alain Miniussi
f5b77968ef dead code 2019-10-22 17:55:33 +02:00
Alain O Miniussi
571a876eac Try to be more specific in the installation documentation regardig what to do with very weird MPI environements.
refs #80
2019-10-22 17:25:23 +02:00
Alain O Miniussi
a76ac522aa Clarify the C mapping doc. 2019-10-22 17:06:10 +02:00
Alain O Miniussi
824dab6a28 Merge branch 'develop' of github.com:boostorg/mpi into develop 2019-10-22 16:38:47 +02:00
Alain O Miniussi
6e0974bbc3 Clearly indicate that environement should not be declared at global scope.
refs #92
2019-10-22 16:38:13 +02:00
Alain O Miniussi
048fed0b5e refs #92 2019-10-22 16:35:55 +02:00
Alain O Miniussi
0907247cd8 dead doc 2019-10-22 16:24:22 +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
419e1bbd95 test scatterv with displacement interface.
refs #94
2019-10-22 16:09:31 +02:00
Alain Miniussi
2b43305d8e simplify the test code. 2019-10-22 12:37:51 +02:00
Alain Miniussi
1f0b76f97c Merge branch 'master' of github.com:boostorg/mpi 2019-10-22 12:00:50 +02:00
Alain O Miniussi
7b12969258 Merge branch 'develop' 2019-10-22 11:56:36 +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
Alain Miniussi
9f2ef4b5d4 Merge branch 'develop' 2019-10-21 18:31:55 +02:00
Dennis Grieger
a7ca4bd526 Fixed symbol visibility on windows 2019-07-15 12:28:39 +02:00
Alain Miniussi
4887940955 Add test for wait_all/vector reported issue 2019-07-13 19:35:30 +02:00
Alain Miniussi
f88f44ecdb Merge pull request #91 from boostorg/bugfix/wait_all_vector
Bugfix/wait all vector
2019-06-11 19:29:16 +02:00
Alain O Miniussi
345cbf8f79 Dead code instantiation wasfailed on platform where primitive MPI opration were note coded as integers. 2019-06-11 19:21:22 +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
Alain Miniussi
1cbe287ddf Merge pull request #87 from schra/fix-spelling-mistakes
Fix spelling mistakes in documentation
2019-06-11 18:29:05 +02:00