1
1
openmpi/ompi/datatype
George Bosilca c5c0bc39d8 By default a convertor is initialized for local operations. It means
that the remote architecture will be set to the local one.

This commit was SVN r10325.
2006-06-13 07:13:51 +00:00
..
.compile_files Rename src -> ompi 2005-07-02 13:43:57 +00:00
convertor_internal.h The master convertor is the one that knows if the peers are 2006-05-22 06:22:32 +00:00
convertor.c By default a convertor is initialized for local operations. It means 2006-06-13 07:13:51 +00:00
convertor.h Get rid of the storage in the convertor. It wasn't working as expected in all 2006-06-08 23:35:07 +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 Consitent behavior for all implementations of pack/unpack. The initial 2006-06-11 19:56:25 +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 For contiguous and contiguous with gaps types we should take in account the true_lb 2006-06-12 16:53:23 +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 For contiguous and contiguous with gaps types we should take in account the true_lb 2006-06-12 16:53:23 +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 Add another flag to mark the data that are really contiguous. Really here means that 2006-06-08 21:27:50 +00:00
dt_add.c Add another flag to mark the data that are really contiguous. Really here means that 2006-06-08 21:27:50 +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 Correctly compute the location of the dt_args pointers. 2006-06-11 20:40:32 +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 Allow zero count contiguous data-types. And be user friendly, set the ub, lb, true_lb 2006-06-05 21:57:28 +00:00
dt_create_indexed.c Have a consistent behavior. Independing on the MPI type that will get created if the 2006-06-06 18:22:36 +00:00
dt_create_struct.c Small optimization. 2006-06-06 18:23:06 +00:00
dt_create_vector.c Minor cleanups and add the same consistent behavior as the one described on the 2006-06-06 18:24:09 +00:00
dt_create.c resize does not have to change the true_lb and true_ub. It only affect 2006-06-13 07:12:50 +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 Correctly mark the Fortran data-types as being Fortran (not C and change it later 2006-06-05 20:44:17 +00:00
dt_module.c Add another flag to mark the data that are really contiguous. Really here means that 2006-06-08 21:27:50 +00:00
dt_optimize.c Another optimization for the datatype representation. When there is a loop with 2006-06-11 19:52:38 +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
position.c Small optimization. Precompute the extent once outside the loop instead of 2006-06-11 19:54:44 +00:00