8ae5111249Wrong direction in MPI request. refs #20
Alain Miniussi
2018-09-05 23:43:06 +0200
a1d46e2821made probe handler or serialized data. Not testd yet. Legacy handlr passes refs #70
Alain Miniussi
2018-09-05 22:31:33 +0200
dbba124752Moved archive communication to optionnal probe communication. The new one have not been tested yet, but legacy passes. refs #70
Alain Miniussi
2018-09-05 20:54:25 +0200
bc987ba62emake test more boost compliant. I guess. refs #62
Alain Miniussi
2018-08-01 13:35:53 +0200
d94ba7531bAdd a documentation note for vector point to point transmition. refs #62
Alain Miniussi
2018-08-01 13:01:06 +0200
ebaf38e787strangely enough, works for both primitive and non primitive types. refs #62
Alain Miniussi
2018-08-01 12:07:22 +0200
dd0bbe0f23make the blocing non blobing test on vector templatize. So tu be able to check primitive and complex types. ref #62
Alain Miniussi
2018-08-01 11:57:02 +0200
1aa7354ee6non blocking send/blocking receiv implementted for dynamic array(vector of staticaly unknown size) of primitive types. refs #62
Alain Miniussi
2018-08-01 11:53:03 +0200
45f3a7f786The blocking send / non blocking recv works with dynamic arrays (eg: we do not know the size statically) with primitive types. Now working on the other way round. refs #62
Alain Miniussi
2018-08-01 11:01:44 +0200
cf535f1dbcMake one test for block to unblock and one for the other way round. refs #62
Alain Miniussi
2018-08-01 10:16:34 +0200
f5337b995eRemove C++11 from test to support more test platforms refs #62
Alain Miniussi
2018-07-31 21:42:21 +0200
92cf466235with and without receivr explicit alloc refs #62
Alain Miniussi
2018-07-31 14:34:59 +0200
8a6f56413cIntegrate user test in bjam system. refs #62
Alain Miniussi
2018-07-31 14:11:27 +0200
279d7d839cadd original user test refs #62
Alain Miniussi
2018-07-31 13:45:43 +0200
ca3abf77eeMerge branch 'doc' of github.com:boostorg/mpi into doc
Alain Miniussi
2018-07-31 11:38:42 +0200
d7b35ef161Explicutly state (with a documentation warning) the binary operations must be stateless. refs !52
Alain Miniussi
2018-07-31 11:37:27 +0200
500142479ebullxmpi wrapper out was too long for typical page width. made shorter
Alain Miniussi
2018-07-31 11:08:19 +0200
42f623d839bullxmpi wrapper out was too long for typical page width. made shorter
Alain Miniussi
2018-07-31 11:08:19 +0200
4ea4fc980cMPI wrapper output was too long and content not relevant per se. Made shorter
Alain Miniussi
2018-07-31 11:05:30 +0200
1e495c9f31Style issue, put return type on the same line as function name. refs #55
Alain Miniussi
2018-04-18 16:07:57 +0200
e27c06fe33Modify the signature of the move ctor to avoid infinite loop. Test move ctor on cartesian topology. refs #57
Alain Miniussi
2018-04-09 15:34:54 +0200
483e9cb02aHave exceptions use new error_string function refs #55
Alain Miniussi
2018-03-13 18:06:49 +0100