Re: [hpx-users] hpx::find_locality use

2019-09-05 Thread Hartmut Kaiser
ithub.com/STEllAR-GROUP/hpx> https://github.com/STEllAR-GROUP/hpx From: hpx-users-boun...@stellar.cct.lsu.edu On Behalf Of Gleiry Agustín Serrano Wong Sent: Thursday, September 5, 2019 1:53 PM To: hpx-users@stellar.cct.lsu.edu Subject: Re: [hpx-users] hpx::find_locality use yes I have read

Re: [hpx-users] hpx::find_locality use

2019-09-05 Thread Gleiry Agustín Serrano Wong
yes I have read the example you pointed to. I understand what you are saying, however the type created by HPX_PLAIN_ACTION macro contains a reference to a component_type. This suggested to me that HPX_PLAIN_ACTION wraps the supplied function and creates a document. Hello_world_distributed shows a

Re: [hpx-users] hpx::find_locality use

2019-09-05 Thread Parsa Amini
Hello, An example code like you described is available in the HPX documentation: https://stellar-group.github.io/hpx/docs/sphinx/branches/master/html/manual/creating_hpx_projects.html?highlight=find_here You can also look at this code in the repository:

Re: [hpx-users] hpx::find_locality use

2019-09-05 Thread Parsa Amini
Hello, An example code like you described is available in the HPX documentation: https://stellar-group.github.io/hpx/docs/sphinx/branches/master/html/manual/creating_hpx_projects.html?highlight=find_here You can also look at this code in the repository:

[hpx-users] hpx::find_locality use

2019-09-05 Thread Gleiry Agustín Serrano Wong
All, Basically I am asking for information on how to use hpx::find_locality. I am trying to write a simple program that runs an action on a random locality and then terminates. This seems to be simple but I am not getting this code to work. This is a small program to test what I want: #include