Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Is there any document about mpiT? #1

Open
nejyeah opened this issue Jan 4, 2015 · 9 comments
Open

Is there any document about mpiT? #1

nejyeah opened this issue Jan 4, 2015 · 9 comments

Comments

@nejyeah
Copy link

nejyeah commented Jan 4, 2015

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.

@sixin-zh
Copy link
Owner

sixin-zh commented Jan 8, 2015

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 notifications@github.com 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
#1.

@alexbw
Copy link

alexbw commented Jan 20, 2015

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?

@sixin-zh
Copy link
Owner

maybe take a look at this one: https://github.com/jzrake/lua-mpi

On Tue, Jan 20, 2015 at 4:38 PM, Alex Wiltschko notifications@github.com
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
#1 (comment).

@alexbw
Copy link

alexbw commented Jan 22, 2015

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 notifications@github.com 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 notifications@github.com

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
#1 (comment).


Reply to this email directly or view it on GitHub
#1 (comment).

@sixin-zh
Copy link
Owner

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 notifications@github.com
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 notifications@github.com
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 <
notifications@github.com>

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
#1 (comment).


Reply to this email directly or view it on GitHub
#1 (comment).


Reply to this email directly or view it on GitHub
#1 (comment).

sixin-zh pushed a commit that referenced this issue Dec 29, 2015
@sunnygao1980
Copy link

Hi @sixin-zh, is mpiT compatible mvapich2 ?

@sixin-zh
Copy link
Owner

sixin-zh commented Apr 7, 2016

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 notifications@github.com
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
#1 (comment)

@sunnygao1980
Copy link

sorry,i am newer for torch, is any hint about MVAPICH2-GDR?

@sixin-zh
Copy link
Owner

I don't know how to link MVAPICH2-GDR with mpiT yet.

On Sun, Apr 10, 2016 at 10:39 PM, sunnygao1980 notifications@github.com
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
#1 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

4 participants