mpiT icon indicating copy to clipboard operation
mpiT copied to clipboard

MPI for Torch

Results 7 mpiT issues
Sort by recently updated
recently updated
newest added

Hi, Thanks for releasing this library! I'm on Ubuntu 14.04, and I've tried using both `sudo apt-get install mpich` and `sudo apt-get install libopenmpi-dev` to install MPI. I can compile...

Hi Sixin, mpiT works pretty well with MPICH, however, I have some errors during installation and testing mpiT with openMPI-2.0.1. During installation, following errors appears: ``` [ 50%] Building C...

i fllow the "https://github.com/sixin-zh/mpiT" way to install mpiT when i "luarocks make mpit-mvapich-1.rockspec", it failed the log is here,how can I resolve this problem ,thnks root@117:~/mpiT-master# luarocks make mpit-mvapich-1.rockspec cmake...

Thanks for your code sharing. Is there any tutorial or document about how to use it? I am very eager to make my algorithm in torch run with muti-machine.

Out of the box I'm seeing `ptest.lua` in `asyncsgd` fail when I set: ``` local usecuda = true ``` I get the following: ``` $ mpiexec -np 2 luajit ptest.lua...

On ubuntu 14.04, `sudo apt-get libopenmpi-dev` installs mpicc to `/usr/bin/mpicc`, which is not detected by cmake. (and not compatible with the location `${POME}/exe/mpi/bin/mpicc` either)

Hello thanks a lot for your example. I want to use MPI for multi nodes but I do not know how can I set the configure. Would you please add...