1
1
openmpi/ompi/datatype
Jeff Squyres ebd97afdac - Make the types of the MCA param variables be "int", not "int32_t"
- Separate out the registration of the MCA params into a standalong
  function that is invoked by ompi_mpi_init() (so that ompi_info can
  see these params)
- Rename the params to "mpi_ddt_*" instead of "datatype_*" so that
  they fit into the common naming scheme

This commit was SVN r8196.
2005-11-18 22:51:11 +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 - 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 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 - 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