1
1
openmpi/ompi/datatype
George Bosilca 9359be2190 Add the new dt_copy.c to the Makefile.am
Remove the old function from the dt_unpack.c and activate the new one from dt_copy.c
Add a MCA param ompi_copy_debug to get messages about the local memory copies in the new function.
Slightly change the prototype of the function to keep the compilers happy on some platforms.

This commit was SVN r8142.
2005-11-13 23:00:50 +00:00
..
.compile_files Rename src -> ompi 2005-07-02 13:43:57 +00:00
convertor.c By default there is no pending length on the convertor. 2005-11-08 21:45:45 +00:00
convertor.h A simpler way to get output about the packing/unpacking. Now there are 2 MCA parameters datatype_pack_debug and datatype_unpack_debug. When they are set to 1 the ddt engine will dump a lot of messages. Dont turn them to one by default. But if you notice any problems in the ddt you can turn them to one and send me the output. 2005-11-08 17:49:51 +00:00
datatype_internal.h Change the name of one of the fields in the end_loop structure. 2005-11-07 23:22:43 +00:00
datatype.h Add the new dt_copy.c to the Makefile.am 2005-11-13 23:00:50 +00:00
ddt_test.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
dt_add.c Activate the protection against unavailable datatypes. They get a flag DT_FLAG_UNAVAILABLE. We check now this flag in all the send/recv operations via the macros on mpi/c/bindings.h. 2005-11-09 23:43:41 +00:00
dt_arch.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
dt_arch.h Make a compiler happy about casting. 2005-11-07 04:59:46 +00:00
dt_args.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
dt_copy.c New version of the send data to self for the case where both the send and the receive data are 2005-11-13 22:57:28 +00:00
dt_create_array.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
dt_create_dup.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
dt_create_indexed.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
dt_create_struct.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
dt_create_vector.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
dt_create.c Force the data name to the empty string when we call destroy. 2005-11-07 23:14:32 +00:00
dt_destroy.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
dt_external32.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
dt_match_size.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
dt_module.c Add the new dt_copy.c to the Makefile.am 2005-11-13 23:00:50 +00:00
dt_optimize.c More optimization of the data-type description are now possibles. Some corner cases are corrected. As a result we discover more accurately the contiguous part of the data memory layout. 2005-11-09 00:02:39 +00:00
dt_pack.c Change some variable names (from pSrc to something more clear like user_memory and/or packed_buffer). 2005-11-08 03:12:58 +00:00
dt_sndrcv.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
dt_unpack.c Add the new dt_copy.c to the Makefile.am 2005-11-13 23:00:50 +00:00
fake_stack.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am Add the new dt_copy.c to the Makefile.am 2005-11-13 23:00:50 +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 A simpler way to get output about the packing/unpacking. Now there are 2 MCA parameters datatype_pack_debug and datatype_unpack_debug. When they are set to 1 the ddt engine will dump a lot of messages. Dont turn them to one by default. But if you notice any problems in the ddt you can turn them to one and send me the output. 2005-11-08 17:49:51 +00:00
new_position.c When we finish one of the loops take care of the index of the begining of the loop. If it's -1 then we just complete the full datatype ... therefore we have to do something special. 2005-11-08 16:53:31 +00:00
new_unpack.c Do not do any local copy into the storage if this convertor is finished. This is usefull in the Pack/Unpack case when there is more data in the packed buffer than the one we try to extract. 2005-11-09 07:46:12 +00:00