1
1
openmpi/ompi/datatype
George Bosilca 0eabdd9498 The correct way to detect if a contiguous datatpe has gaps around (in the begining or at the
end) is to check the size and the extent (not the true extent).
If there are gaps we should adapt the source and the destination to match these gaps
(especially if the gaps are in the begining).

This commit was SVN r7060.
2005-08-26 22:41:04 +00:00
..
.compile_files Rename src -> ompi 2005-07-02 13:43:57 +00:00
convertor.c For contiguous datatype set the type in the stack and compute the displacement depending 2005-07-14 19:27:58 +00:00
convertor.h Fix function declaration types and functions (verified by looking at 2005-08-23 12:36:32 +00:00
datatype_internal.h - Helpful debug code by George. 2005-08-19 10:39:34 +00:00
datatype.h Ensure to get ompi/include/constants.h 2005-08-12 21:42:07 +00:00
ddt_test.c Activate the assert as now the ddt engine handle correctly the ref count on the datatypes. 2005-07-14 22:02:43 +00:00
dt_add.c Rename src -> ompi 2005-07-02 13:43:57 +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 They get freed in just one place. It's useless to have a macro for that. 2005-07-13 21:27:12 +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 Declare and initialize the 2 predefined convertors. 2005-07-07 23:03:59 +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 Taking care of the source pointer. 2005-08-01 17:09:46 +00:00
dt_sndrcv.c Rename src -> ompi 2005-07-02 13:43:57 +00:00
dt_unpack.c The correct way to detect if a contiguous datatpe has gaps around (in the begining or at the 2005-08-26 22:41:04 +00:00
fake_stack.c Fix incorrect declaration (wrong name) 2005-08-24 10:48:07 +00:00
Makefile.am pedantic ... 2005-07-12 05:31:30 +00:00
new_pack.c Taking care of the source pointer. 2005-08-01 17:09:46 +00:00