sixin-zh

Results 21 comments of sixin-zh

this's a good idea, i think. On Wed, Sep 30, 2015 at 5:31 AM, Hugh Perkins [email protected] wrote: > I think you could maybe replace ${POME}/exe/mpi with ${POME}, or >...

Can you try to ldd the '/home/t-jouesa/torch_installs/torch_rbgk40/install/lib/lua/5.1/libmpiT.so’? Sixin > On Dec 7, 2016, at 3:35 AM, Jonathan Uesato wrote: > > '/home/t-jouesa/torch_installs/torch_rbgk40/install/lib/lua/5.1/libmpiT.so'

Maybe you can look into the issue at https://github.com/sixin-zh/mpiT/issues/22 It seems to be related. Have a try to do this in test.lua: local ffi = require("ffi") ffi.load("libmpi",true) require 'mpiT' mpiT.Init()...

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...

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...

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...

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...

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...

You might not install the mpi correctly, maybe you can try to install the lastest openmpi with the following: ./configure --prefix=$POME/exe/$MPI --with-cuda=$POME/exe/cuda Sixin

hi, you may look at the header of pclient.lua and pserver file, which reads the local conf. you are flexible to modify it as you needs. use hostfile in mpi...