1
1
openmpi/ompi/datatype
George Bosilca 8799d1799a The shiny new pack and unpack functions. The big difference is that the displacement is
never stored on the stack. It is partially stored on the stack depending on the loops
but every time we pack/unpack a basic datatype we take in account again it's displacement.
This approach make the whole logic a lot simpler. In same time I split the big functions
in several basic block.

This commit was SVN r8021.
2005-11-07 23:13:04 +00:00
..
.compile_files Rename src -> ompi 2005-07-02 13:43:57 +00:00
convertor.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
convertor.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
datatype_internal.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
datatype.h Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
ddt_test.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
dt_add.c Do not add epsilon to the data extent if there is a user set UB for the data. 2005-11-07 04:04:20 +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_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 Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +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 Several bug fixes: 2005-11-07 23:10:33 +00:00
dt_optimize.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
dt_pack.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
dt_sndrcv.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
dt_unpack.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
fake_stack.c Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +00:00
Makefile.am Update the copyright notices for IU and UTK. 2005-11-05 19:57:48 +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 The shiny new pack and unpack functions. The big difference is that the displacement is 2005-11-07 23:13:04 +00:00
new_position.c When we advance the convertor by a multiple of the data size there is a quick optimization. 2005-11-07 23:00:28 +00:00
new_unpack.c The shiny new pack and unpack functions. The big difference is that the displacement is 2005-11-07 23:13:04 +00:00