.. |
Makefile.am
|
The final step of the RFC: convert the <foo>libdir and friends to fit their respective code areas, and equate them all at the top. Note that we can't entirely separate things as the opal_install_dirs framework can't handle separated locations for the various trees.
|
2014-05-08 02:01:35 +00:00 |
opal_convertor_internal.h
|
Remove unnecessary includes from the datatype
|
2014-10-15 21:49:32 -04:00 |
opal_convertor_raw.c
|
George pointed out that r29991 wasn't quite right. This patch is
|
2013-12-19 22:54:27 +00:00 |
opal_convertor.c
|
Refactor the datatype engine to reduce the critical path for the most
|
2014-12-02 16:23:41 +09:00 |
opal_convertor.h
|
opal/convertor: add a function to get the pointer for an offset (instead of the current offset)
|
2015-02-13 11:46:37 -07:00 |
opal_copy_functions_heterogeneous.c
|
opal/ddt: fix opal_dt_swap_bytes
|
2015-05-28 16:00:03 +09:00 |
opal_copy_functions.c
|
opal/ddt: add copy functions for complex types
|
2015-05-26 16:59:36 +09: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
|
George pointed out that r29991 wasn't quite right. This patch is
|
2013-12-19 22:54:27 +00: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
|
Add support for CUDA Unified memory. Basically, add a new flag and disable some
|
2014-12-10 05:46:00 -08: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
|
- Split the datatype engine into two parts: an MPI specific part in
|
2009-07-13 04:56:31 +00: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
|
opal/ddt: add copy functions for complex types
|
2015-05-26 16:59:36 +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
|
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
|
Refactor the datatype engine to reduce the critical path for the most
|
2014-12-02 16:23:41 +09:00 |
opal_datatype_prototypes.h
|
Missing C_DECLS.
|
2009-07-13 17:31:42 +00:00 |
opal_datatype_resize.c
|
Shifting the datatype around should alter it's true LB and UB.
|
2015-01-19 02:28:17 -05:00 |
opal_datatype_unpack.c
|
Add the displacement of the element to the
|
2015-02-10 20:13:36 -05: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
|
datatypes: trivial spelling fix
|
2015-02-27 18:16:01 -08:00 |