..
convertor_internal.h
- Add the *_C_DECLS (we compile with MS VC++).
2008-08-27 16:01:59 +00:00
convertor_raw.c
Silence some compiler warnings, and reindent the code.
2009-01-29 18:04:54 +00:00
convertor.c
All convertors with a zero length are considered as contiguous.
2008-11-04 16:52:06 +00:00
convertor.h
Add a function to allow extraction of the iovec covering
2009-01-28 15:40:15 +00:00
copy_functions_heterogeneous.c
- On the way to get the BTLs split out and lessen dependency on orte:
2009-02-14 02:26:12 +00:00
copy_functions.c
Look like a big commit but in fact it address only one issue. The way we're working with
2006-10-17 20:20:58 +00:00
datatype_checksum.h
Keep the += by now. The only checksum that we have require it.
2006-06-16 03:01:16 +00:00
datatype_internal.h
- On the way to get the BTLs split out and lessen dependency on orte:
2009-02-14 02:26:12 +00:00
datatype_memcpy.h
Last step for the generation of 2 set of pack/unpack functions. One with
2006-03-17 08:04:59 +00:00
datatype_pack.c
Fix the length of the line.
2009-01-28 15:40:59 +00:00
datatype_pack.h
Remove the dependency on datatype_pack.h from the convertor_raw file.
2009-01-28 21:50:01 +00:00
datatype_prototypes.h
These functions dont have to be exported. The outside world
2006-11-08 16:49:34 +00:00
datatype_unpack.c
Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP.
2008-06-09 14:53:58 +00:00
datatype_unpack.h
Remove the dependency on datatype_pack.h from the convertor_raw file.
2009-01-28 21:50:01 +00:00
datatype.h
Make the ompi_ddt_dump function externally visible.
2008-06-18 08:37:43 +00:00
dt_add.c
A fix for http://www.open-mpi.org/community/lists/users/2008/12/7502.php .
2008-12-12 00:25:40 +00:00
dt_args.c
TYPE shouldn't be surrounded by parens because it causes issues for some versions of gcc when the construct a = ((int)) sizeof(b) comes up...
2008-12-16 19:49:54 +00:00
dt_copy.c
When copying data using the same datatype don't ignore the gap in
2008-11-25 00:26:12 +00:00
dt_create_dup.c
Minimize the dependencies for the datatype header file (datatype.h)
2008-02-10 21:40:47 +00:00
dt_create_indexed.c
Minimize the dependencies for the datatype header file (datatype.h)
2008-02-10 21:40:47 +00:00
dt_create_struct.c
Minimize the dependencies for the datatype header file (datatype.h)
2008-02-10 21:40:47 +00:00
dt_create_vector.c
Minimize the dependencies for the datatype header file (datatype.h)
2008-02-10 21:40:47 +00:00
dt_create.c
Fix CID 1116: ensure to check return code (patch approved by George
2008-09-19 13:28:04 +00:00
dt_destroy.c
Minimize the dependencies for the datatype header file (datatype.h)
2008-02-10 21:40:47 +00:00
dt_external32.c
Typo.
2008-09-26 23:09:48 +00:00
dt_get_count.c
Initialize the length before using it.
2006-11-01 22:07:21 +00:00
dt_match_size.c
Replace the ompi_pointer_array with opal_pointer_array. The next step
2007-12-21 06:02:00 +00:00
dt_module.c
A fix for http://www.open-mpi.org/community/lists/users/2008/12/7502.php .
2008-12-12 00:25:40 +00:00
dt_optimize.c
Finally the convertor export a convenience function to allow a consistent
2007-03-30 22:02:45 +00:00
dt_sndrcv.c
Rewrite the ompi_ddt_sndrcv function.
2006-11-12 05:56:02 +00:00
fake_stack.c
Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP.
2008-06-09 14:53:58 +00:00
Makefile.am
Add a function to allow extraction of the iovec covering
2009-01-28 15:40:15 +00:00
position.c
Effectively revert the orte_output system and return to direct use of opal_output at all levels. Retain the orte_show_help subsystem to allow aggregation of show_help messages at the HNP.
2008-06-09 14:53:58 +00:00