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. Re: [Stellar] bug? (Steven R. Brandt)
2. GSOC Weekly Report 1 (Nidhi Makhijani)
----------------------------------------------------------------------
Message: 1
Date: Thu, 28 May 2015 12:17:11 -0500
From: "Steven R. Brandt" <[email protected]>
Subject: Re: [hpx-devel] [Stellar] bug?
To: [email protected], [email protected]
Cc: [email protected]
Message-ID: <[email protected]>
Content-Type: text/plain; charset=utf-8; format=flowed
Sorry, I thought I'd included hpx_main.hpp.
On 05/28/2015 11:34 AM, Hartmut Kaiser wrote:
> Steve,
>
>> The following program core dumps for me when run in debug mode on Linux
>> (Fedor):
>>
>> #include <hpx/hpx.hpp>
>> #include <hpx/hpx_init.hpp>
>>
>> void do_nothing() {}
>>
>> HPX_PLAIN_ACTION(do_nothing,do_nothing_action);
>>
>> int main() {
>> auto here = hpx::find_here();
>> auto f = hpx::async<do_nothing_action>(here);
>> f.get();
>> return 0;
>> }
>>
>> I have boost 53, and gcc 4.8.3-7.
>>
>> The stack trace is attached. What am I doing wrong?
> You can't call HPX functionality from your C-main. I believe it's what causes
> your issue.
>
> Regards Hartmut
> ---------------
> http://boost-spirit.com
> http://stellar.cct.lsu.edu
>
>
------------------------------
Message: 2
Date: Fri, 29 May 2015 12:51:27 +0530
From: Nidhi Makhijani <[email protected]>
Subject: [hpx-devel] GSOC Weekly Report 1
To: Agust?n K-ballo Berg? <[email protected]>
Cc: [email protected]
Message-ID:
<ca+qwdrrqazu5n2h3rtzhk9ypquly+9swkx5orras-gul-6s...@mail.gmail.com>
Content-Type: text/plain; charset="utf-8"
Hi Agustin,
#Done (25th May 2015 - 28th May 2015)
Read following papers to understand the HPX architecture code -
http://stellar.cct.lsu.edu/pubs/pgas14.pdf
http://stellar.cct.lsu.edu/pubs/scala13.pdf
http://stellar.cct.lsu.edu/pubs/icpp09.pdf
http://stellar.cct.lsu.edu/pubs/pmbs10.pdf
Also gave a presentation about HPX at school, compared it with MPI and
showed a few running code samples .
#ToDo(28th May 2015 - 4th June 2015)
Read and work on the HPX Thread Subsystem(part relevant for my GSOC
project)
Look how to plug in the new system with the existing architecture
Start designing and implementing the new API for plugging in with the rest
of the architecture.
Starting next week, I will work on parts more relevant to my project and
start some coding.
I would appreciate comments and suggestions.
Thanks and Regards.
Nidhi Makhijani
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://mail.cct.lsu.edu/pipermail/hpx-devel/attachments/20150529/2f84aa88/attachment-0001.html
------------------------------
_______________________________________________
hpx-devel mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-devel
End of hpx-devel Digest, Vol 20, Issue 14
*****************************************