-
Notifications
You must be signed in to change notification settings - Fork 868
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
UCX: compile errors with --enable-timing
and --enable-mem-debug
#6995
Comments
Refs #6072 relatively errors with |
bertwesarg
added a commit
to bertwesarg/ompi
that referenced
this issue
Jul 13, 2020
`--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 open-mpi#6995 Signed-off-by: Bert Wesarg <bert.wesarg@tu-dresden.de>
bertwesarg
added a commit
to bertwesarg/ompi
that referenced
this issue
Jul 13, 2020
`--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 open-mpi#6995 Signed-off-by: Bert Wesarg <bert.wesarg@tu-dresden.de>
jsquyres
pushed a commit
to jsquyres/ompi
that referenced
this issue
Oct 20, 2020
`--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 open-mpi#6995 Signed-off-by: Bert Wesarg <bert.wesarg@tu-dresden.de>
devreal
pushed a commit
to devreal/ompi
that referenced
this issue
Dec 21, 2020
`--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 open-mpi#6995 Signed-off-by: Bert Wesarg <bert.wesarg@tu-dresden.de> (cherry picked from commit 3111877)
devreal
pushed a commit
to devreal/ompi
that referenced
this issue
Dec 21, 2020
`--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 open-mpi#6995 Signed-off-by: Bert Wesarg <bert.wesarg@tu-dresden.de> (cherry picked from commit 3111877)
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Per https://www.mail-archive.com/devel@lists.open-mpi.org/msg20933.html, there are compile errors if one builds with UCX and
--enable-timing
or--enable-mem-debug
.These are apparently present on master and v4.0.x.
The text was updated successfully, but these errors were encountered: