mpiT
mpiT copied to clipboard
Is there any document about mpiT?
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.
Hi, i am still improving this lib, for now you may need to be a hack to be able to use it ..
Sixin
On Sun, Jan 4, 2015 at 4:49 AM, nejyeah [email protected] wrote:
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.
— Reply to this email directly or view it on GitHub https://github.com/sixin-zh/mpiT/issues/1.
I'm happy to hack around, if there were a simple hello world example to how this library maps onto, for example, the C API for MPI?
maybe take a look at this one: https://github.com/jzrake/lua-mpi
On Tue, Jan 20, 2015 at 4:38 PM, Alex Wiltschko [email protected] wrote:
I'm happy to hack around, if there were a simple hello world example to how this library maps onto, for example, the C API for MPI?
— Reply to this email directly or view it on GitHub https://github.com/sixin-zh/mpiT/issues/1#issuecomment-70739025.
Cool, thanks. And the mpiT project adds support for serializing and sending Torch tensors?
On Thu, Jan 22, 2015 at 10:58 AM, sixin-zh [email protected] wrote:
maybe take a look at this one: https://github.com/jzrake/lua-mpi
On Tue, Jan 20, 2015 at 4:38 PM, Alex Wiltschko [email protected]
wrote:
I'm happy to hack around, if there were a simple hello world example to how this library maps onto, for example, the C API for MPI?
— Reply to this email directly or view it on GitHub https://github.com/sixin-zh/mpiT/issues/1#issuecomment-70739025.
— Reply to this email directly or view it on GitHub https://github.com/sixin-zh/mpiT/issues/1#issuecomment-71043061.
yes, the idea is to transform the torch data structure (tensor,table etc) into a storage (contiguous in memory) and then send/recv it. cf. mpiT.serialize, mpiT.deserialize at https://github.com/sixin-zh/mpiT/blob/master/init.lua
On Thu, Jan 22, 2015 at 11:57 AM, Alex Wiltschko [email protected] wrote:
Cool, thanks. And the mpiT project adds support for serializing and sending Torch tensors?
On Thu, Jan 22, 2015 at 10:58 AM, sixin-zh [email protected] wrote:
maybe take a look at this one: https://github.com/jzrake/lua-mpi
On Tue, Jan 20, 2015 at 4:38 PM, Alex Wiltschko < [email protected]>
wrote:
I'm happy to hack around, if there were a simple hello world example to how this library maps onto, for example, the C API for MPI?
— Reply to this email directly or view it on GitHub https://github.com/sixin-zh/mpiT/issues/1#issuecomment-70739025.
— Reply to this email directly or view it on GitHub https://github.com/sixin-zh/mpiT/issues/1#issuecomment-71043061.
— Reply to this email directly or view it on GitHub https://github.com/sixin-zh/mpiT/issues/1#issuecomment-71054575.
Hi @sixin-zh, is mpiT compatible mvapich2 ?
i think so. README file describes how to install it (luarocks make mpit-mvapich-1.rockspec)
On Wed, Apr 6, 2016 at 10:34 PM, sunnygao1980 [email protected] wrote:
Hi @sixin-zh https://github.com/sixin-zh, is mpiT compatible mvapich2 ?
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/sixin-zh/mpiT/issues/1#issuecomment-206662598
sorry,i am newer for torch, is any hint about MVAPICH2-GDR?
I don't know how to link MVAPICH2-GDR with mpiT yet.
On Sun, Apr 10, 2016 at 10:39 PM, sunnygao1980 [email protected] wrote:
sorry,i am newer for torch, is any hint about MVAPICH2-GDR?
— You are receiving this because you were mentioned. Reply to this email directly or view it on GitHub https://github.com/sixin-zh/mpiT/issues/1#issuecomment-208130447