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

2019-09-05 Thread Hartmut Kaiser
The use of component_type with find_locality and friends is obsolete and is no longer supported. We now assume that all localities support the same set of component types. HTH Regards Hartmut --- http://stellar.cct.lsu.edu

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

Re: [hpx-users] HPX and mvapich2

2019-09-05 Thread kniedzie
I did a rebuilt of the environment and now everything works as expected. Thank you Thomas and Hartmut for help. Best regards, Karol On 04/09/2019 22:29, Thomas Heller wrote: How did you invoke cmake? What was the output? How did you notice it's not working as expected? kniedzie