Bert Wesarg
3111877ad9
oshmem/mca/sshmem: Fix build with --enable-mem-debug
...
`--enable-mem-debug` `#define`s `realloc`/`free` as macros, though macros
are also matched if they appear in references to members. Rename the
members to avoid this matching.
See #6995
Signed-off-by: Bert Wesarg <bert.wesarg@tu-dresden.de>
2020-07-13 08:56:38 +02:00
Austen Lauria
c9d0517ce2
Merge pull request #7140 from devreal/fix_oshmem_dev_mem
...
Shmem ucx: fix missing variable declaration in segment_create
2020-04-08 08:52:08 -04:00
Tomislav Janjusic
cb5ff55b27
oshmem/ucx: fixed a build issue
...
Co-authored with: Artem Polyakov <artemp@mellanox.com>
Signed-off-by: Tomislav Janjusic <tomislavj@mellanox.com>
2019-12-19 21:14:54 +02:00
Joseph Schuchart
940e0e5ca4
Shmem ucx: fix missing variable declaration in segment_create
...
Signed-off-by: Joseph Schuchart <schuchart@hlrs.de>
2019-11-05 14:59:42 +01:00
Yossi Itigin
88503f0f8d
Merge pull request #6667 from hoopoepg/topic/alloc-with-hint-realloc-inplace
...
ALLOC_WITH_HINT: added inplace realloc
2019-05-26 11:12:55 +03:00
Sergey Oblomov
421a7fd47d
SPML/UCX: fixed few compilation warnings
...
Signed-off-by: Sergey Oblomov <sergeyo@mellanox.com>
2019-05-20 14:40:24 +03:00
Sergey Oblomov
a51badd627
SHADOW ALLOCATOR: minor code optimization
...
Signed-off-by: Sergey Oblomov <sergeyo@mellanox.com>
2019-05-16 09:38:01 +03:00
Sergey Oblomov
277c2a9e5c
ALLOC_WITH_HINT: added implace realloc
...
- in some cases realloc operation may be completed without
allocation of new buffer (and without additional data copy)
- added logic to reallocate buffer inplace if possible
Signed-off-by: Sergey Oblomov <sergeyo@mellanox.com>
2019-05-15 19:37:38 +03:00
Yossi Itigin
94b5e91194
OSHMEM: Add support for shmemx_malloc_with_hint()
...
- added multiple segments processing
- added shmemx_malloc_with_hint call + set of hints
Signed-off-by: Sergey Oblomov <sergeyo@mellanox.com>
2019-05-10 20:04:57 +03:00
Gilles Gouaillardet
10cb9f6f9e
oshmem: remove unnecessary dependencies to ORTE
...
either use OPAL or OMPI layers, since ORTE layer
is not present when PMIx RTE is used
Signed-off-by: Gilles Gouaillardet <gilles@rist.or.jp>
2019-02-20 13:55:55 +09:00
Alex Mikheev
c9b5b12af4
oshmem: sshmem ucx: use fixed base address
...
Signed-off-by: Alex Mikheev <alexm@mellanox.com>
2017-02-26 15:16:28 +02:00
Alex Mikheev
c63137e1c0
oshmem: sshmem ucx: minor code cleanup
...
Signed-off-by: Alex Mikheev <alexm@mellanox.com>
2017-02-22 17:48:00 +02:00
Alex Mikheev
132fbd9ae9
oshmem: sshmem: add UCX allocator
...
Signed-off-by: Alex Mikheev <alexm@mellanox.com>
2017-02-22 17:48:00 +02:00