Skip to content
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

CORE: fix ucc parser build #666

Merged

Conversation

Sergei-Lebedev
Copy link
Contributor

What

Align ucc_config_parser_fill_opts with changes in UCS
openucx/ucx#8557

Why ?

Fixes UCC build with latest UCX

ucs_status = ucs_config_parser_fill_opts(opts, fields, env_prefix,
table_prefix, ignore_errors);
status = ucs_status_to_ucc_status(ucs_status);
#if UCS_HAVE_CONFIG_GLOBAL_LIST_ENTRY_FLAGS
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Perhaps change to UCC macro instead of UCS

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

prefix is UCS because it depends on libucs similarly to UCS_HAVE_MPOOL_PARAMS

src/utils/ucc_parser.h Outdated Show resolved Hide resolved
test/gtest/utils/test_cfg_file.cc Outdated Show resolved Hide resolved
@artemry-nv
Copy link
Collaborator

bot:retest

2 similar comments
@artemry-nv
Copy link
Collaborator

bot:retest

@artemry-nv
Copy link
Collaborator

bot:retest

@Sergei-Lebedev Sergei-Lebedev merged commit 525a9e0 into openucx:master Nov 2, 2022
@Sergei-Lebedev Sergei-Lebedev deleted the topic/fix_parser_build branch November 2, 2022 05:53
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

5 participants