1
1
openmpi/opal
George Bosilca 5a82c4fd07
Provide a better fix for #6285.
The issue was a little complicated due to the internal stack used in the
convertor. The main issue was that in the case where we run out of iov
space to save the raw description of the data while hanbdling a
repetition (loop), instead of saving the current position and bailing out
directly we reading of the next predefined type element. It worked in
most cases, except the one identified by the HDF5 test. However, the
biggest issue here was the drop in performance for all ensuing calls to
the convertor pack/unpack, as instead of handling contiguous loops as a
whole (and minimizing the number of memory copies) we copied data
description by data description.

Signed-off-by: George Bosilca <bosilca@icl.utk.edu>
2019-01-31 10:01:48 -05:00
..
class opal/free_list: fix race condition 2018-10-16 13:17:09 -06:00
datatype Provide a better fix for #6285. 2019-01-31 10:01:48 -05:00
dss opal: clean up init/finalize 2018-12-18 14:37:04 -07:00
etc Correct the comment in the default MCA param template - we do not support a param called "component_path". The correct syntax is "mca_base_component_path" 2018-01-05 08:46:44 -08:00
include datatype: Remove #if HAVE_[TYPE] for C99 types 2018-11-14 09:32:52 +09:00
mca Merge pull request #6279 from hjelmn/ompi_memory_usage 2019-01-15 09:48:38 -07:00
memoryhooks opal: clean up init/finalize 2018-12-18 14:37:04 -07:00
runtime opal/runtime: fix teardown ordering 2019-01-09 12:38:12 -07:00
test/reachable opal: update some string handling 2018-10-14 16:04:28 -07:00
threads opal/sync: Fix assert during multi-threaded progress invocation 2018-12-17 12:14:27 -08:00
tools Handle asprintf errors with opal_asprintf wrapper 2018-10-08 16:43:53 -07:00
util info_get: ensure to copy all requested characters 2018-12-19 13:01:45 -08:00
win32 opal: convert from strncpy() -> opal_string_copy() 2018-09-27 11:56:18 -07:00
common_sym_whitelist.txt opal: add code patcher framework 2016-04-13 17:16:13 -06:00
Makefile.am opal: remove generated asm code 2017-08-03 09:18:58 -06:00
win_makefile Purge whitespace from the repo 2015-06-23 20:59:57 -07:00