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

make error #119

Open
li126com opened this issue Aug 28, 2023 · 0 comments
Open

make error #119

li126com opened this issue Aug 28, 2023 · 0 comments

Comments

@li126com
Copy link

li126com commented Aug 28, 2023

I met this problem when I implemented make:

make  all-recursive
make[1]: Entering directory `/nccl-rdma-sharp-plugins'
Making all in src
make[2]: Entering directory `/nccl-rdma-sharp-plugins/src'
  CC       libnccl_net_la-ibvwrap.lo
  CC       libnccl_net_la-utils.lo
  CC       libnccl_net_la-param.lo
  CC       libnccl_net_la-socket.lo
  CC       libnccl_net_la-p2p_plugin.lo
  CC       libnccl_net_la-ib_plugin.lo
  CC       libnccl_net_la-ucx_plugin.lo
ucx_plugin.c: In function 'nccl_ucx_irecv':
ucx_plugin.c:714:48: error: 'size' undeclared (first use in this function); did you mean 'sizes'?
  714 |   req = ucp_tag_recv_nb(comm->worker, data[0], size, ucp_dt_make_contig(1),
      |                                                ^~~~
      |                                                sizes
ucx_plugin.c:714:48: note: each undeclared identifier is reported only once for each function it appears in
make[2]: *** [libnccl_net_la-ucx_plugin.lo] Error 1
make[2]: Leaving directory `/nccl-rdma-sharp-plugins/src'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/nccl-rdma-sharp-plugins'
make: *** [all] Error 2

I am wondering how to fix it. I have met all the requirements in the README.

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

No branches or pull requests

1 participant