..
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
more c99 updates
2015-06-25 10:14:13 -06:00
opal_convertor.h
Purge whitespace from the repo
2015-06-23 20:59:57 -07: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
datatypes: trivial spelling fix
2015-02-27 18:16:01 -08: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
Purge whitespace from the repo
2015-06-23 20:59:57 -07:00
opal_datatype_copy.h
Promote from int32_t to size_t.
2012-03-05 14:08:47 +00: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
datatypes: trivial spelling fix
2015-02-27 18:16:01 -08: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
As the pStack pointer changes during the execution it is not
2015-03-05 13:36:21 -05:00
opal_datatype_pack.c
Revert "opal_pack_homogeneous_contig_with_gaps_function: correctly handle contiguous ddt made of more than one basic type"
2015-05-22 17:25:33 +09: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
Purge whitespace from the repo
2015-06-23 20:59:57 -07:00
opal_datatype_prototypes.h
Missing C_DECLS.
2009-07-13 17:31:42 +00: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