niklebedenko
niklebedenko
This seems to be an issue with the `Write` animation, which seems to only render the first `submobject`. Using `FadeIn` doesn't show the same behaviour. I'm not familiar enough with...
Thanks for responding so quickly --- here's the output you asked for: ``` $ /opt/openmpi/bin/mpirun -np 1 --mca accelerator_base_verbose 100 ./mpi_check [:670389] mca: base: components_register: registering framework accelerator components [:670389]...
There is a Makefile. Here's the output now ``` $ make clean test -z "*~ .#*" || rm -f *~ .#* rm -rf .libs _libs test -z "mca_accelerator_cuda.la" || rm...
1. ``` $ sudo make install V=1 make[1]: Entering directory '/home//Downloads/openmpi-5.0.7/build/opal/mca/accelerator/cuda' make[1]: Nothing to be done for 'install-exec-am'. /usr/bin/mkdir -p '/opt/openmpi/share/openmpi' /usr/bin/install -c -m 644 ../../../../../opal/mca/accelerator/cuda/help-accelerator-cuda.txt '/opt/openmpi/share/openmpi' /usr/bin/mkdir -p '/opt/openmpi/lib/openmpi'...
``` $ ldd /opt/openmpi/lib/openmpi/mca_accelerator_cuda.so linux-vdso.so.1 (0x0000720a8b478000) libopen-pal.so.80 => /opt/openmpi/lib/libopen-pal.so.80 (0x0000720a8b355000) libcuda.so.1 => /lib/x86_64-linux-gnu/libcuda.so.1 (0x0000720a89600000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x0000720a89200000) libevent_core-2.1.so.7 => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7 (0x0000720a8b307000) libevent_pthreads-2.1.so.7 => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7 (0x0000720a8b302000) libhwloc.so.15 => /lib/x86_64-linux-gnu/libhwloc.so.15 (0x0000720a8b29f000)...
``` $ /opt/openmpi/bin/mpirun -np 1 ldd /opt/openmpi/lib/openmpi/mca_accelerator_cuda.so linux-vdso.so.1 (0x0000711305890000) libopen-pal.so.80 => /opt/openmpi/lib/libopen-pal.so.80 (0x000071130576d000) libcuda.so.1 => /lib/x86_64-linux-gnu/libcuda.so.1 (0x0000711303a00000) libc.so.6 => /lib/x86_64-linux-gnu/libc.so.6 (0x0000711303600000) libevent_core-2.1.so.7 => /lib/x86_64-linux-gnu/libevent_core-2.1.so.7 (0x000071130571f000) libevent_pthreads-2.1.so.7 => /lib/x86_64-linux-gnu/libevent_pthreads-2.1.so.7 (0x000071130571a000) libhwloc.so.15...
Unfortunately still the same behaviour :( Thank you so much for taking the time. You said you were unable to reproduce this error --- could you tell me what setup...
Hey thanks for your advice! I tried this, but still no luck :/ My exact installation instructions this time (still on Ubuntu 24.04 LTS, but this time with OpenMPI v5.0.3...
For anyone stumbling across this with the same issue, I've made a Dockerfile which appears to do the trick. It does mean that you will have to run your code...