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

prov/verbs: Support fi_query_atomic #3025

Merged
merged 1 commit into from
Jun 5, 2017
Merged

prov/verbs: Support fi_query_atomic #3025

merged 1 commit into from
Jun 5, 2017

Conversation

arn314
Copy link

@arn314 arn314 commented Jun 2, 2017

No description provided.

@shefty shefty merged commit 6092b53 into ofiwg:master Jun 5, 2017
@bturrubiates
Copy link
Member

This seems to cause a compiler warning on our Jenkins testing:

In file included from ./include/fi.h:52:0,
                 from prov/verbs/src/fi_verbs.h:64,
                 from prov/verbs/src/verbs_atomic.c:35:
prov/verbs/src/verbs_atomic.c: In function 'fi_ibv_query_atomic':
./include/rdma/providers/fi_log.h:77:10: error: 'log_str' may be used uninitialized in this function [-Werror=maybe-uninitialized]
    fi_log(prov, level, subsystem,   \
          ^
prov/verbs/src/verbs_atomic.c:69:8: note: 'log_str' was declared here
  char *log_str;
        ^
cc1: all warnings being treated as errors
make[1]: *** [prov/verbs/src/src_libfabric_la-verbs_atomic.lo] Error 1

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants