1
1
openmpi/ompi/datatype
Brian Barrett 96bf81a329 * datatype_check might need to uptdate the value of count (if we received
less than we posted for).  We were passing by value, so this update was
  not being propgated back up the stack and we could segfault.  Make the
  count argument a pointer so that updates will be passed as expected.

This needs to go to the v1.1 branch

This commit was SVN r9991.
2006-05-19 21:58:12 +00:00
..
.compile_files Rename src -> ompi 2005-07-02 13:43:57 +00:00
convertor_internal.h Add more knowledge into the master convertor. Now all the conversion 2006-05-05 04:30:11 +00:00
convertor.c Add more knowledge into the master convertor. Now all the conversion 2006-05-05 04:30:11 +00:00
convertor.h Add more knowledge into the master convertor. Now all the conversion 2006-05-05 04:30:11 +00:00
copy_functions_heterogeneous.c * datatype_check might need to uptdate the value of count (if we received 2006-05-19 21:58:12 +00:00
copy_functions.c Add more knowledge into the master convertor. Now all the conversion 2006-05-05 04:30:11 +00:00
datatype_checksum.h - modified convertor copy_and_prepare routines to accept an addition 2006-03-17 18:46:48 +00:00
datatype_internal.h MPI standard state that MPI_LONG_LONG and MPI_LONG_LONG_INT are synonyms. Thanks to 2006-04-24 21:24:10 +00:00
datatype_memcpy.h Last step for the generation of 2 set of pack/unpack functions. One with 2006-03-17 08:04:59 +00:00
datatype_pack.c This one belong to the previous commit but it somehow get lost ... 2006-05-05 04:32:42 +00:00
datatype_pack.h First split of the datatype. More files and a cleaner distribution of functions 2006-03-16 21:04:34 +00:00
datatype_prototypes.h Keep only the best [the fastest] version of the unpack function. 2006-04-28 16:18:29 +00:00
datatype_unpack.c Add more knowledge into the master convertor. Now all the conversion 2006-05-05 04:30:11 +00:00
datatype_unpack.h First split of the datatype. More files and a cleaner distribution of functions 2006-03-16 21:04:34 +00:00
datatype.h MPI standard state that MPI_LONG_LONG and MPI_LONG_LONG_INT are synonyms. Thanks to 2006-04-24 21:24:10 +00:00
ddt_test.c More timers around the pack/unpack functions. 2006-04-29 04:23:49 +00:00
dt_add.c - Use the actual _count parameter passed through the macro 2006-03-02 20:23:07 +00:00
dt_arch.c * Fix bug in determining size of C++ bool when creating the predefined 2006-03-25 02:53:41 +00:00
dt_arch.h * Fix bug in determining size of C++ bool when creating the predefined 2006-03-25 02:53:41 +00:00
dt_args.c - Get rid of compiler warning: init type to DT_MAX_PREDEFINED 2006-03-04 13:16:04 +00:00
dt_copy.c Move the code around to shorten the execution path for the most common data-types. 2006-04-28 16:17:28 +00:00
dt_create_array.c Make sure all datatype files have the correct updated copyright information. 2006-02-12 21:03:01 +00:00
dt_create_dup.c Copy the last fake DT_END_LOOP too when we duplicate the data. 2006-03-16 17:21:10 +00:00
dt_create_indexed.c Make sure all datatype files have the correct updated copyright information. 2006-02-12 21:03:01 +00:00
dt_create_struct.c Make sure all datatype files have the correct updated copyright information. 2006-02-12 21:03:01 +00:00
dt_create_vector.c Make sure all datatype files have the correct updated copyright information. 2006-02-12 21:03:01 +00:00
dt_create.c Make sure all datatype files have the correct updated copyright information. 2006-02-12 21:03:01 +00:00
dt_destroy.c Make sure all datatype files have the correct updated copyright information. 2006-02-12 21:03:01 +00:00
dt_external32.c MPI standard state that MPI_LONG_LONG and MPI_LONG_LONG_INT are synonyms. Thanks to 2006-04-24 21:24:10 +00:00
dt_get_count.c * Rename two files that had conflicting basenames with files in mpi/c/. This 2006-04-22 20:03:45 +00:00
dt_match_size.c Make sure all datatype files have the correct updated copyright information. 2006-02-12 21:03:01 +00:00
dt_module.c Remove all references to the ompi_mpi_long_long variable. The MPI_LONG_LONG is now 2006-04-24 22:15:42 +00:00
dt_optimize.c Make sure all datatype files have the correct updated copyright information. 2006-02-12 21:03:01 +00:00
dt_sndrcv.c Make sure all datatype files have the correct updated copyright information. 2006-02-12 21:03:01 +00:00
fake_stack.c Make sure all datatype files have the correct updated copyright information. 2006-02-12 21:03:01 +00:00
Makefile.am * Rename two files that had conflicting basenames with files in mpi/c/. This 2006-04-22 20:03:45 +00:00
mpi_test.c Next step in the project split, mainly source code re-arranging 2006-02-12 01:33:29 +00:00
position.c The macro is alreadfy defined in one of the header file. 2006-05-04 07:06:58 +00:00