Skip to content

failed to make ompi with CUDA and UCX #7093

@leeQT

Description

@leeQT

Thank you for taking the time to submit an issue!

Background information

What version of Open MPI are you using? (e.g., v1.10.3, v2.1.0, git branch name and hash, etc.)

v4.0.2

Describe how Open MPI was installed (e.g., from a source/distribution tarball, from a git clone, from an operating system distribution package, etc.)

from git clone

Please describe the system on which you are running

  • Operating system/version: Ubuntu 16.04

Details of the problem

Please describe, in detail, the problem that you are having, including the behavior you expect to see, the actual behavior that you are seeing, steps to reproduce the problem, etc. It is most helpful if you can attach a small program that a developer can use to reproduce your problem.

Failed to make ompi
commands:

./configure --with-cuda=/data/cuda/cuda-10.0/cuda/ --with-ucx=/home/liqintian/software/ucx/build
make -j 8

output

Makefile:1898: recipe for target 'btl_uct_amo.lo' failed
make[2]: *** [btl_uct_amo.lo] Error 1
make[2]: Leaving directory '/home/liqintian/examples/openmpi-4.0.2/opal/mca/btl/uct'
Makefile:2361: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/liqintian/examples/openmpi-4.0.2/opal'
Makefile:1879: recipe for target 'all-recursive' failed

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions