1
1
openmpi/ompi/datatype
Rich Graham 137703da29 add some comments.
This commit was SVN r8376.
2005-12-03 00:14:58 +00:00
..
.compile_files Rename src -> ompi 2005-07-02 13:43:57 +00:00
convertor.c If pending_length is not zero the datatype engine believe that a partial conversion is still in the buffer attached to the convertor. We have to force it to zero for all new convertors. This bug is still half fixed until I figure out a correct way to do it when we clone a convertor ... Anyway, this future correction will not affect open mpi. 2005-11-30 00:16:58 +00:00
convertor.h First cut of the checksum capabilities for the convertor. Right now it's always set to zero, but it will change shortly. 2005-11-29 06:33:21 +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 - Make the types of the MCA param variables be "int", not "int32_t" 2005-11-18 22:51:11 +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 - Make the types of the MCA param variables be "int", not "int32_t" 2005-11-18 22:51:11 +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 - Make the types of the MCA param variables be "int", not "int32_t" 2005-11-18 22:51:11 +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 some comments. 2005-12-03 00:14:58 +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 - Make the types of the MCA param variables be "int", not "int32_t" 2005-11-18 22:51:11 +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 - Make the types of the MCA param variables be "int", not "int32_t" 2005-11-18 22:51:11 +00:00