.. |
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
|
Some compilers are more than picky.
|
2016-06-03 09:04:34 +09: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
|
Some compilers are more than picky.
|
2016-06-03 09:04:34 +09:00 |
opal_datatype_copy.h
|
Some compilers are more than picky.
|
2016-06-03 09:04:34 +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
|
Remove warnings.
|
2016-06-03 00:56:24 +09: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
|
Small fix for persistence receives.
|
2016-09-16 10:27:32 -04:00 |
opal_datatype_pack.h
|
Remove warnings.
|
2016-06-03 00:56:24 +09:00 |
opal_datatype_position.c
|
Small fix for persistence receives.
|
2016-09-16 10:27:32 -04: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
|
Some compilers are more than picky.
|
2016-06-03 09:04:34 +09:00 |
opal_datatype_unpack.h
|
Remove warnings.
|
2016-06-03 00:56:24 +09:00 |
opal_datatype.h
|
opal/datatype: correctly handle zero size datatype or zero count
|
2017-02-13 15:21:28 +09:00 |