1
1
openmpi/opal/datatype
George Bosilca d379e23bf7 One less warning.
The heterogeneous code need to gracefully handly the contiguous
datatype loops in order to have the "#if 0" code path enabled again.
This is a performance issue (the correctness is guaranteed by the
current code).
2016-04-21 18:11:29 -04:00
..
Makefile.am Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_convertor_internal.h Remove unnecessary includes from the datatype 2014-10-15 21:49:32 -04:00
opal_convertor_raw.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_convertor.c opal/datatype: only use opal_pack_general[_checksum] if CONVERTOR_SEND_CONVERSION && ! CONVERTOR_HOMOGENEOUS 2016-03-30 11:40:18 +09:00
opal_convertor.h Always build support for HETEROGENEOUS environment (this is needed to 2016-03-30 11:40:18 +09:00
opal_copy_functions_heterogeneous.c opal/datatype: Fix a macro value typo for heterogeneous. 2015-11-04 11:28:43 +09:00
opal_copy_functions.c bool: use SIZEOF__BOOL, not SIZEOF_BOOL 2015-07-02 07:32:02 -07:00
opal_datatype_add.c Add a small optimization for the vector of predefined datatype. 2016-03-30 11:40:18 +09:00
opal_datatype_checksum.h - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
opal_datatype_clone.c Correct the pointer math when we copy the opal_datatype_t object. In addition 2009-09-18 20:05:22 +00:00
opal_datatype_copy.c opal/datatype: #include <alloca.h> when needed and nowhere else 2015-12-24 14:33:58 +09:00
opal_datatype_copy.h opal/datatype: #include <alloca.h> when needed and nowhere else 2015-12-24 14:33:58 +09:00
opal_datatype_create_contiguous.c Reshape the datatype engine. The basic types are built down in OPAL. MPI types are 2011-01-13 06:08:54 +00:00
opal_datatype_create.c Init all fields (valgrind cleanup). 2013-12-21 23:24:29 +00:00
opal_datatype_cuda.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_datatype_cuda.h Add support for CUDA Unified memory. Basically, add a new flag and disable some 2014-12-10 05:46:00 -08:00
opal_datatype_destroy.c - Split the datatype engine into two parts: an MPI specific part in 2009-07-13 04:56:31 +00:00
opal_datatype_dump.c Dump also the blockLen. 2016-03-30 11:39:10 +09:00
opal_datatype_fake_stack.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_datatype_get_count.c MPI-3: add support for large counts using derived datatypes 2013-07-23 15:35:14 +00:00
opal_datatype_internal.h more c99 updates 2015-06-25 10:14:13 -06:00
opal_datatype_memcpy.h Add a second version of the datatype copy function using memmove instead of memcpy. 2010-11-12 23:22:35 +00:00
opal_datatype_module.c initialize common symbols from opal 2015-05-08 09:48:51 +09:00
opal_datatype_optimize.c opal/datatype: #include <alloca.h> when needed and nowhere else 2015-12-24 14:33:58 +09:00
opal_datatype_pack.c One less warning. 2016-04-21 18:11:29 -04:00
opal_datatype_pack.h Refactor the datatype engine to reduce the critical path for the most 2014-12-02 16:23:41 +09:00
opal_datatype_position.c opal/datatype: #include <alloca.h> when needed and nowhere else 2015-12-24 14:33:58 +09:00
opal_datatype_prototypes.h Always build support for HETEROGENEOUS environment (this is needed to 2016-03-30 11:40:18 +09:00
opal_datatype_resize.c Fix the subarray and darray type creation. Include a 2015-10-26 23:44:26 -04:00
opal_datatype_unpack.c Purge whitespace from the repo 2015-06-23 20:59:57 -07:00
opal_datatype_unpack.h Refactor the datatype engine to reduce the critical path for the most 2014-12-02 16:23:41 +09:00
opal_datatype.h Cleanup the memory handling for temporary buffers in 2015-12-02 20:42:18 -05:00