1
1
openmpi/test
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
..
asm opal: add types for atomic variables 2018-09-14 10:48:55 -06:00
carto Misc. trivial typos 2018-04-09 11:45:58 -04:00
class Fixing 'make check' test opal_fifo. 2018-05-03 21:31:27 -05:00
datatype Provide a better fix for #6285. 2019-01-31 10:01:48 -05:00
dss Handle asprintf errors with opal_asprintf wrapper 2018-10-08 16:43:53 -07:00
event Misc. trivial typos 2018-04-09 11:45:58 -04:00
memchecker Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
monitoring Misc. trivial typos 2018-04-09 11:45:58 -04:00
mpi Misc. trivial typos 2018-04-09 11:45:58 -04:00
mpool mpool/memkind: refactor to use the current API 2018-04-24 22:11:21 -06:00
runtime Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
spc Added Software-based Performance Counters driver code along with several counters. 2018-06-11 22:48:16 -04:00
support Revert "Update to sync with OMPI master and cleanup to build" 2016-11-22 15:03:20 -08:00
threads opal: add types for atomic variables 2018-09-14 10:48:55 -06:00
util Handle asprintf errors with opal_asprintf wrapper 2018-10-08 16:43:53 -07:00
Makefile.am Merge pull request #4885 from davideberius/spc_pr 2018-06-12 14:04:49 -07:00