1
1
openmpi/ompi/datatype
George Bosilca ec621c2145 That was a bad*bad typo. To compute the flags I have to use & not |.
In the case where the user want to roll-back a convertor we should first rewind the
convertor to the beginning and then move it to the requested position. Otherwise the
logic do roll-back a convertor in an optimized way is really difficult. BTW, in terms of
performances one would prefer to have 2 convertors and play with position inside, than
just having one and roll it back.

This commit was SVN r7378.
2005-09-14 23:32:18 +00:00
..
.compile_files Rename src -> ompi 2005-07-02 13:43:57 +00:00
convertor.c That was a bad*bad typo. To compute the flags I have to use & not |. 2005-09-14 23:32:18 +00:00
convertor.h Add some mask to cleanup the convertor flags. 2005-09-11 18:48:50 +00:00
datatype_internal.h - Helpful debug code by George. 2005-08-19 10:39:34 +00:00
datatype.h Add a helper function to find out if a couple datatype & count represent a contiguous 2005-09-13 21:59:34 +00:00
ddt_test.c - fixed issue w/ btl send-in-place option that was affecting tcp 2005-09-14 17:08:08 +00:00
dt_add.c Solve the reference count problem. As the MPI functions always use the ompi_ddt_set_args 2005-09-07 20:10:24 +00:00
dt_arch.c Rename src -> ompi 2005-07-02 13:43:57 +00:00
dt_arch.h Ensure to get ompi/include/constants.h 2005-08-12 21:42:07 +00:00
dt_args.c Solve the reference count problem. As the MPI functions always use the ompi_ddt_set_args 2005-09-07 20:10:24 +00:00
dt_create_array.c Rename src -> ompi 2005-07-02 13:43:57 +00:00
dt_create_dup.c Rename src -> ompi 2005-07-02 13:43:57 +00:00
dt_create_indexed.c Rename src -> ompi 2005-07-02 13:43:57 +00:00
dt_create_struct.c Rename src -> ompi 2005-07-02 13:43:57 +00:00
dt_create_vector.c Rename src -> ompi 2005-07-02 13:43:57 +00:00
dt_create.c pedantic ... 2005-07-12 21:53:47 +00:00
dt_destroy.c Rename src -> ompi 2005-07-02 13:43:57 +00:00
dt_external32.c Add a global local architecture. It is required by the proc.c file as all new procs by default 2005-07-29 00:12:33 +00:00
dt_match_size.c Rename src -> ompi 2005-07-02 13:43:57 +00:00
dt_module.c Call the new unpack function from the new_unpack.c 2005-09-09 23:38:31 +00:00
dt_optimize.c Give a change to all datatype to get an optimized version. Even the contiguous ones ... 2005-07-12 05:31:12 +00:00
dt_pack.c Correctly handle the convertor flags. 2005-09-11 18:51:47 +00:00
dt_sndrcv.c Rename src -> ompi 2005-07-02 13:43:57 +00:00
dt_unpack.c Correctly handle the convertor flags. 2005-09-11 18:51:47 +00:00
fake_stack.c On the last position on the conversion stack in the displacement field we should have the 2005-09-14 23:29:27 +00:00
Makefile.am A new unpack framework based on the pack. Quicker and simpler and hopefully less 2005-09-09 23:37:02 +00:00
mpi_test.c - fixed issue w/ btl send-in-place option that was affecting tcp 2005-09-14 17:08:08 +00:00
new_pack.c Add more debug messages to the pack and unpack functions. 2005-09-11 18:51:06 +00:00
new_unpack.c Add more debug messages to the pack and unpack functions. 2005-09-11 18:51:06 +00:00