George Bosilca
338ef1dc96
The convertor should be prepared before calling personalize. Otherwise, no
...
datatype is attached to it.
This commit was SVN r10419.
2006-06-19 15:57:33 +00:00
George Bosilca
ba914bfb52
Don't use srandomdev (it's BSD specific). Instead use srandom with the time ...
...
This commit was SVN r10391.
2006-06-16 06:47:35 +00:00
George Bosilca
ad1065d572
Even moe complex. Now we do the unpacking using 2 iovecs. And still working ...
...
This commit was SVN r10374.
2006-06-15 06:21:16 +00:00
George Bosilca
d55783643d
An updated version with a behavior closer to the buffered send.
...
This commit was SVN r10373.
2006-06-15 06:07:11 +00:00
George Bosilca
cb2f35b875
Add a checksum test. It allow to check if the same operation (pack/unpack)
...
done with the same values on 2 different types return the same value. The 2
types belong to 2 differents classes: contiguous and sparse. With this test
I simulate the behavior of the buffered send, where the sender send the
data from the user attached buffer (which is contiguous) and the receiver
receive it in a sparse type.
This commit was SVN r10372.
2006-06-15 05:28:17 +00:00
George Bosilca
9da7af4c96
Remove all warnings except the missing prototypes.
...
This commit was SVN r10108.
2006-05-26 20:53:35 +00:00
George Bosilca
6df7bf1a0f
Remove one useless test.
...
This commit was SVN r10004.
2006-05-22 06:13:49 +00:00
George Bosilca
eb149cb9c8
Move the datatype tests in its own directory.
...
This commit was SVN r10003.
2006-05-22 06:12:43 +00:00