.. |
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
|
Get rid of all unused functions.
|
2009-07-16 19:53:07 +00:00 |
opal_copy_functions.c
|
- Split the datatype engine into two parts: an MPI specific part in
|
2009-07-13 04:56:31 +00: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
|
Clarify some of the comments.
|
2015-01-19 02:26:59 -05: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
|
Correctly initialize and finalize all the datatype classes. No memory leaks on the
|
2013-12-20 15:57:10 +00:00 |
opal_datatype_optimize.c
|
Use malloc instead of alloca as some users could use very large arrays
|
2015-03-05 12:24:28 -05:00 |
opal_datatype_pack.c
|
Refactor the datatype engine to reduce the critical path for the most
|
2014-12-02 16:23:41 +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 |