Jonathan Uesato

Results 6 comments of Jonathan Uesato

I seem to be able to install (at least without errors) - I noticed the libraries are in `usr/lib/openmpi/lib/*.so` while the binaries are `/usr/bin/mpicc` and `/usr/bin/mpicxx` so I updated the...

Hi, Thank you for the help! Sorry for the late reply. ``` t-jouesa@rbgk40:~/code/mpiT$ ldd /home/t-jouesa/torch_installs/torch_rbgk40/install/lib/lua/5.1/libmpiT.so linux-vdso.so.1 => (0x00007fffdc7fe000) libluaT.so.0 => /home/t-jouesa/torch_installs/torch_rbgk40/install/lib/libluaT.so.0 (0x00007f910242e000) libmpi.so.1 => /usr/lib/libmpi.so.1 (0x00007f9102084000) libpthread.so.0 => /lib/x86_64-linux-gnu/libpthread.so.0 (0x00007f9101e66000)...

Hi, I've tried adding those lines, and it fails on the same line for the same reason (undefined symbol MPI_Iallreduce). ``` t-jouesa@rbgk40:~/code/mpiT$ mpirun -np 2 th test.lua /home/t-jouesa/torch_installs/torch_rbgk40/install/bin/luajit: ...stalls/torch_rbgk40/install/share/lua/5.1/trepl/init.lua:389: ...stalls/torch_rbgk40/install/share/lua/5.1/trepl/init.lua:389:...

Hey, thanks! Yes, the code should read as you've proposed - otherwise, the updates will move in the right direction, but by the wrong amount. Do you want to go...

Hey, sorry I'm not maintaining this package any more. Since the whole library is a single file (index.js), the easiest thing to do would be to just to copy this...