1
1
openmpi/ompi/datatype
George Bosilca ea0cf322f3 Taking care of the source pointer.
This commit was SVN r6691.
2005-08-01 17:09:46 +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 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
datatype_internal.h Declare and initialize the 2 predefined convertors. 2005-07-07 23:03:59 +00:00
datatype.h Finally I get the time to implement a correct reference count for datatypes. The problem 2005-07-12 21:52:30 +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 OMPI_ARCH_LONGLONGISxx is a mask so we can get the length of a long long. 2005-07-12 05:29:33 +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 When we copy a convertor we should copy it's flags too. Otherwise the informations inside will 2005-07-29 00:17:02 +00:00
fake_stack.c * rename ompi_output to opal_output 2005-07-03 23:31:27 +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