Send hpx-devel mailing list submissions to
        [email protected]

To subscribe or unsubscribe via the World Wide Web, visit
        https://mail.cct.lsu.edu/mailman/listinfo/hpx-devel
or, via email, send a message with subject or body 'help' to
        [email protected]

You can reach the person managing the list at
        [email protected]

When replying, please edit your Subject line so it is more specific
than "Re: Contents of hpx-devel digest..."


Today's Topics:

   1. Want to contribute (vineet garg)
   2. Re: Want to contribute (Hartmut Kaiser)


----------------------------------------------------------------------

Message: 1
Date: Mon, 12 Sep 2016 15:51:31 +0530
From: vineet garg <[email protected]>
Subject: [hpx-devel] Want to contribute
To: [email protected]
Cc: Vaibhav Singhal <[email protected]>
Message-ID:
        <CAD3NZwnD0O8SA8e4tFYfiZZ7RNxSm1TUeWaadrgs6C+G=af...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"

Hello everybody,

I am Vineet Garg, final year under-grad in Computer Engineering at Delhi
Technological University, India. As a part of college project work, me and
my friend has decided to work with HPX community.
To get started we have already built HPX source code and tried some
examples, read paper on ParallelX and some theses given under publications
sections. Also watched C++ summer lecture series by Hartmut. We decided to
select a project given under GSOC project ideas list. Although starting
directly a big project seems a bit difficult so we want to start with
something easy. Can anyone assign us any junior job that can be completed
nearly within a week.

I have a PC and laptop connected over LAN, can I make a HPX cluster out of
them(Just out of curiosity). Is there any doc pointing that how to do it or
is it similar to MPI ?

Further tips and suggestions to speed up the process so that we can start
ASAP will be helpful.

Regards
Vineet
-------------- next part --------------
An HTML attachment was scrubbed...
URL: 
http://mail.cct.lsu.edu/pipermail/hpx-devel/attachments/20160912/74e1a18f/attachment-0001.html
 

------------------------------

Message: 2
Date: Mon, 12 Sep 2016 07:33:36 -0500
From: "Hartmut Kaiser" <[email protected]>
Subject: Re: [hpx-devel] Want to contribute
To: <[email protected]>
Cc: 'Vaibhav Singhal' <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain;       charset="utf-8"

Vineet,

> I am Vineet Garg, final year under-grad in Computer Engineering at Delhi
> Technological University, India. As a part of college project work, me and
> my friend has decided to work with HPX community.

Welcome!

> To get started we have already built HPX source code and tried some
> examples, read paper on ParallelX and some theses given under publications
> sections. Also watched C++ summer lecture series by Hartmut. We decided to
> select a project given under GSOC project ideas list. Although starting
> directly a big project seems a bit difficult so we want to start with
> something easy. Can anyone assign us any junior job that can be completed
> nearly within a week.

Yah, a project for a week mean you select something really small. Calculating 
the Mandelbrot fractal (or any other of those fractals) in parallel would be a 
nice starting project, for instance. If you build it such that you can control 
the number of pixels calculated by one HPX-thread from the command line you'd 
be able to do a nice grain-size analysis. This would give you a deep insight 
into the complex interplay of parallelism on one hand and the SLOW factors on 
the other hand (SLOW: Starvation, Latencies, Overheads, Waiting for contention 
resolution).

> I have a PC and laptop connected over LAN, can I make a HPX cluster out of
> them(Just out of curiosity). Is there any doc pointing that how to do it
> or is it similar to MPI ?

That's a bit more involved, but sure possible. As a start you can run several 
HPX Localities on the same machine, which counts as a distributed run of sorts 
as well.

> Further tips and suggestions to speed up the process so that we can start
> ASAP will be helpful.

Others might chime in with other ideas, but I hope this helps to get you 
started.
Also, I saw you've joined our IRC channel. This is good as it gives you a 
perfect opportunity to ask questions.

Regards Hartmut
---------------
http://boost-spirit.com
http://stellar.cct.lsu.edu





------------------------------

_______________________________________________
hpx-devel mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-devel


End of hpx-devel Digest, Vol 30, Issue 1
****************************************

Reply via email to