1c082e1ff8specialization of is_mpi_datatype for std::array
Florian Weik
2016-09-20 16:37:46 -0600
e33c16da78Bump test size to 1e7 items in vector.
Noel Belcourt
2016-07-24 13:33:02 -0600
330bf8c178Disable for stds before c++11.
K. Noel Belcourt
2016-07-24 13:27:30 -0600
cbefb9c312Update test case to check values communicated correctly. Add remark in Jamfile that test case requires -std=c++11.
Noel Belcourt
2016-07-22 13:59:07 -0600
3eabcce9b6Add allocator support to vector send recv api. Added test case to send recv a vector of udt with an overload of get_mpi_datatype. Added test to Jamfile for nightly testing.
K. Noel Belcourt
2016-07-22 12:14:58 -0600
85bb58d75bAdd send and recv overloads for std::vector.
K. Noel Belcourt
2016-07-21 21:48:02 -0600
8b73e340f0Fix spelling in docs and config.hpp (#35)
Jonathan Wakely
2016-05-23 18:33:11 +0100
06851a6367Fix deprecation warning by testing MPI_VERSION >= 2. Newer MPI uses MPI_Comm_set_errhandler and MPI_Comm_get_attr.
K. Noel Belcourt
2016-05-01 16:38:00 -0600
004df1037eFix spelling in docs and config.hpp (#35)
Jonathan Wakely
2016-05-23 18:33:11 +0100
1ae5eec15cFix deprecation warning by testing MPI_VERSION >= 2. Newer MPI uses MPI_Comm_set_errhandler and MPI_Comm_get_attr.
K. Noel Belcourt
2016-05-01 16:38:00 -0600
754f89c87bMerge some doc changes (#34)
Noel Belcourt
2016-04-26 21:57:54 -0600
7d33e519b3Fix typo with rename to array_wrapper.
K. Noel Belcourt
2016-04-25 13:15:25 -0600
0dce8d2c2aFix: adapt to renaming of serialization::array_wrapper (#30)
Jürgen Hunold
2016-04-24 21:59:36 +0200
e4be4411c8Fix typo with rename to array_wrapper.
K. Noel Belcourt
2016-04-25 13:15:25 -0600
c70e7ff243Fix: adapt to renaming of serialization::array_wrapper (#30)
Jürgen Hunold
2016-04-24 21:59:36 +0200
f6f21efe31Split nonblocking_test to ease debugging.
Alain Miniussi
2014-09-10 11:32:59 +0200
f4b1d96a55Test_any loop was only testing the first request.
Alain Miniussi
2014-09-10 11:03:11 +0200
bc13577187Fixed const bug in save_override.
Alain Miniussi
2015-04-17 14:23:07 +0200
15ad1b215bWhen ptfo workaround was removed from serialization, some changes had to be made in the MPI library (extra argument were inserted only to help overloading resolution and had to be removed). I missed one in heterogrneous mode. Here it is.
Alain Miniussi
2015-04-16 17:09:35 +0200
fc959903e3Consistency between mpl's true and fale usage.
Alain Miniussi
2015-04-16 17:08:42 +0200
5a17a3b90arestore the default setting
Alain Miniussi
2015-04-16 17:08:21 +0200
db6b816964Following a change in serializtion, the save_override(const archive::class_id_optional_type & ) was not overriden anymore in oarchive.
Alain Miniussi
2015-04-16 15:16:59 +0200
c527609cf6adapted save_override for archive::class_id_optional_type to an API chenage in serialize so that it can be recognized. added to UNIX only debug helper (not atually compiled by default) so that we can attach gdb to speciic MPI process.
Alain Miniussi
2015-04-15 18:13:58 +0200
b21015c131Select homogeneous platform. That's the most common situationin HPC but it is not selected by default for portability.
Alain Miniussi
2015-04-15 13:10:24 +0200
40c3f3ec2ePropagated some changes made in serilization related with archive version and pfto removal.
Alain Miniussi
2015-04-14 17:10:39 +0200
b4e86408c2Enable new test now that missing source has been added.
K. Noel Belcourt
2014-11-21 10:53:42 -0700
d002a9f6b4Merge branch 'develop' into cartesian
Alain Miniussi
2014-11-21 15:52:43 +0100
f2e5edf320The version 3 of the MPI standard is out now. Upgraded really old (1.1) API to 2.x.
Alain Miniussi
2014-10-07 00:39:54 +0200
33aa0744d1When calling MPI_Topo_test, explicitly deal with MPI_COMM_NULL as it is not a legal value. Although it is what is return for leftovers process when creating cartesian grid or graphs.
Alain Miniussi
2014-10-06 18:54:29 +0200
243fa971c4Added topology pretty printing Removed a few "unsigned int" comparuson warnings with g++ Splitted bug test_main function
Alain Miniussi
2014-10-06 18:05:44 +0200
5f46dec83cMerge branch 'develop' into cartesian
Alain Miniussi
2014-09-16 14:11:27 +0200