[Bug 1941786] Re: OpenMPI 4.0.3 forgets to link open-pal

2021-08-27 Thread Axel Huebl
There is a patch available in https://github.com/open-mpi/ompi/pull/9077 which will be part of OpenMPI 4.0.7 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1941786 Title: OpenMPI 4.0.3 forgets to l

[Bug 1941786] Re: OpenMPI 4.0.3 forgets to link open-pal

2021-08-26 Thread Axel Huebl
Cross-ref GitHub: https://github.com/open-mpi/ompi/issues/9317 ** Bug watch added: github.com/open-mpi/ompi/issues #9317 https://github.com/open-mpi/ompi/issues/9317 -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.laun

[Bug 1941786] [NEW] OpenMPI 4.0.3 forgets to link open-pal

2021-08-26 Thread Axel Huebl
Public bug reported: Hi, I am trying to compile a C++ program with CMake 3.16.3 on Ubuntu 20.04 LTS, which ships OpenMPI 4.0.3. I realized that the mpic++ --showme:link flags forget to link `-lopen-pal`, which is part of the OpenMPI lib dir. -pthread -L/usr/lib/x86_64-linux-gnu/openmpi/lib -

[Bug 1913205] [NEW] [libadios-dev] adios.pc file missing on focal+

2021-01-25 Thread Axel Huebl
Public bug reported: Hi, on the libadios-dev package lacks the adios.pc file (and adios_config executable script) on focal and newer. On bionic, the file is still shipped: https://packages.ubuntu.com/bionic/libadios-dev Can this please be added again? Thank you for your help, Axel ** Affect

[Bug 1865091] [NEW] Backport broken scatter/gather Signatures

2020-02-27 Thread Axel Huebl via ubuntu-bugs
Public bug reported: Ubuntu 18.04 LTS ships CUDA 9.1.85 which is broken with provided GCC compilers in a slightly complex way. By default, the g++ compiler version is 7.4.0, which is not supported by CUDA/NVCC 9.1.85. Next, CUDA/NVCC 9.1.85 should have provided support for g++ 6. But the release

[Bug 1812133] [NEW] libc++abi-dev lacks include

2019-01-16 Thread Axel Huebl via ubuntu-bugs
Public bug reported: Even after installing libc++-dev and libc++abi-dev, clang can not compile with `-stdlib=libc++` if it needs to include ``. The reason lies in a missing include or symlink in cxxabi.h ``` /usr/include/c++/v1/cxxabi.h:21:10: fatal error: '__cxxabi_config.h' file not found

[Bug 1706326] Re: Clang CUDA Support Failing

2018-04-27 Thread Axel Huebl via ubuntu-bugs
I'm not sure if invalid is the correct resolution status but the issue was solved now in the nvidia-cuda-toolkit package. It now installs CUDA in a monolithic path. -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad

[Bug 1706326] Re: Clang CUDA Support Failing

2017-11-27 Thread Axel Huebl
Thank you, that's a great solution! :) -- You received this bug notification because you are a member of Ubuntu Bugs, which is subscribed to Ubuntu. https://bugs.launchpad.net/bugs/1706326 Title: Clang CUDA Support Failing To manage notifications about this bug go to: https://bugs.launchpad.n

[Bug 1706326] [NEW] Clang CUDA Support Failing

2017-07-25 Thread Axel Huebl
Public bug reported: Hi, clang 3.9+ supports compiling CUDA C++ files (.cu): http://llvm.org/docs/CompileCudaWithLLVM.html#prerequisites I installed the packages - clang-3.9 - nvidia-cuda-toolkit (8.0) on Ubuntu 16.04 (via the latest docker image: ubuntu:16.04). My example file is just a