[hpx-users] HPX 1.4.1 released

2020-02-25 Thread Simberg Mikael
Dear HPX users, We have just released HPX 1.4.1. This release fixes problems found in the 1.4.0 release. Among other things it fixes: * Compilation issues on various platforms and compilers * MPI finalization if HPX has not initialized MPI * A few CMake configuration problems *

Re: [hpx-users] HPX community survey

2020-02-12 Thread Simberg Mikael
This is just a reminder that if you haven't yet filled in the survey, we'd very much appreciate you doing so! We'll keep the survey open for approximately another two weeks. Thanks! From: hpx-users-boun...@stellar.cct.lsu.edu on behalf of Simberg Mikael

[hpx-users] HPX community survey

2020-01-27 Thread Simberg Mikael
Dear HPX users, We've put together a short survey to get to know our userbase a bit better. Please take a few minutes to fill in the survey over here: https://docs.google.com/forms/d/e/1FAIpQLSfJfiQt8EUQxtIqFqDdWPhj70pWal1M7Brgp52FN1TGOpsUGw/viewform. Only the first question is compulsory,

Re: [hpx-users] parallel_executor::post dominating APEX trace

2019-12-18 Thread Simberg Mikael
Kor, I think you've just found a bug (all my fault...) at a very good time. There are indeed configuration options that affect how the scheduler steals tasks and it looks like I've set them to very inappropriate values. Stay tuned for a PR. On the second point you're probably seeing your

Re: [hpx-users] parallel_executor::post dominating APEX trace

2019-12-17 Thread Simberg Mikael
Hi Kor, hpx::parallel::execution::parallel_executor::post is what eventually gets called if you use hpx::apply (or future::then) to create tasks. post itself should not take up much time, even in extreme cases. It's hard to say for sure without more information about your application but

Re: [hpx-users] HPX 1.4.0 release candidate 2

2019-12-10 Thread Simberg Mikael
Subject: Re: [hpx-users] HPX 1.4.0 release candidate 2 On 12/6/19 5:28 PM, Simberg Mikael wrote: > APEX integration has also > been updated and can be enabled with -DHPX_WITH_APEX=ON and > -DHPX_WITH_APEX_TAG=develop. The latter option will be unnecessary for > the final release. I a

[hpx-users] HPX 1.4.0 release candidate 2

2019-12-06 Thread Simberg Mikael
The second release candidate of the 1.4.0 release is now available. Please get it by cloning the 1.4.0-rc2 tag or by downloading it from GitHub: https://github.com/STEllAR-GROUP/hpx/releases/tag/1.4.0-rc2. Since the previous release candidate we have fixed multiple build and configuration

[hpx-users] HPX 1.4.0 release candidate 1

2019-11-14 Thread Simberg Mikael
Dear HPX users, The first release candidate of HPX 1.4.0 is now available. Get it by cloning the repository and checking out the 1.4.0-rc1 tag or downloading an archive from our releases page: https://github.com/STEllAR-GROUP/hpx/releases. This is a big release with many changes and

Re: [hpx-users] Link error building HPX with support for APEX

2019-06-13 Thread Simberg Mikael
I think the real problem here is that the latest HPX release actually pulls latest APEX develop, and not the tag we specify. Specifying a tag is supposed to avoid situations exactly like this but that doesn't work (master may sometimes not work until the dependencies have been updated in APEX,

Re: [hpx-users] C++20 Modules and HPX library modularization

2019-06-12 Thread Simberg Mikael
Hi Michael, I'm one of the CSCS people Hartmut mentioned below. Sorry for not joining the discussion earlier. I've been away the last two weeks. I don't have too much to add to the discussion at this point, other than: yes, there's definitely interest! The main goal of the modularization

[hpx-users] HPX 1.3.0 released!

2019-05-23 Thread Simberg Mikael
The STE||AR Group is proud to announce the release of HPX 1.3.0! This release focuses on performance and stability improvements. Make sure to read the full release notes to see all new and breaking

Re: [hpx-users] [Stellar] HPX 1.3.0 release candidate 1

2019-05-13 Thread Simberg Mikael
on platforms that don't support it. Mikael From: Patrick Diehl [pdi...@cct.lsu.edu] Sent: Saturday, May 04, 2019 2:56 PM To: Simberg Mikael; hpx-users@stellar.cct.lsu.edu; hpx-de...@stellar.cct.lsu.edu; stel...@cct.lsu.edu Subject: Re: [Stellar] HPX 1.3.0 release

[hpx-users] HPX 1.3.0 release candidate 1

2019-05-03 Thread Simberg Mikael
Dear HPX users, The first release candidate of HPX 1.3.0 is now available. Get it by cloning the repository and checking out the 1.3.0-rc1 tag. Please let us know about any problems that you find by opening an issue on GitHub. Currently still known

Re: [hpx-users] Regarding GSoC2019

2019-02-25 Thread Simberg Mikael
Hi, The first thing you should do is have a look through our wiki on project ideas and writing successful proposals: https://github.com/STEllAR-GROUP/hpx/wiki/GSoC-2019-Project-Ideas, and

Re: [hpx-users] Irc

2019-02-19 Thread Simberg Mikael
Hi, I don't know for sure what's causing that error, but make sure you're on the correct network (freenode). In addition, you'll need to register to be allowed to join: https://freenode.net/kb/answer/registration. Kind regards, Mikael From:

Re: [hpx-users] Google Summer of Code 2019

2019-01-15 Thread Simberg Mikael
Hi Rashul, A good starting point is to simply get familiar with HPX, meaning compile HPX, look around the source code, and try to implement your favorite algorithm using HPX and see how well you can get it to scale. Make sure you join our IRC channel (#ste||ar on freenode) where you can ask

Re: [hpx-users] GSoC 2019

2018-12-18 Thread Simberg Mikael
open so that they can benefit others interested in the same projects. Kind regards, Mikael From: Mohita Bipin [mohitabi...@gmail.com] Sent: Wednesday, December 19, 2018 8:01 AM To: Simberg Mikael Subject: GSoC 2019 Sir I had seen a project proposal to augment CSV

[hpx-users] HPX 1.2.0 released!

2018-11-12 Thread Simberg Mikael
The STE||AR Group is proud to announce the release of HPX 1.2.0! This release is the first in our more frequent release schedule. We are aiming to produce one release every six months in an effort to get new features and stable releases out to users more quickly. As a result this release is

Re: [hpx-users] Contributing to HPX

2018-10-25 Thread Simberg Mikael
Hi Ahmed, One thing that you could work on is adding more (CDash) timing outputs to our benchmarks. John already started this with https://github.com/STEllAR-GROUP/hpx/pull/3421 and https://github.com/STEllAR-GROUP/hpx/issues/3422. I know this is not necessarily technically very challenging,

Re: [hpx-users] Segmentation fault with mpi4py

2018-10-23 Thread Simberg Mikael
Hi, hopefully someone else can chime in on the MPI and Python side of things, but thought I'd comment shortly on the runtime suspension since I implemented it. The reason for requiring a only a single locality for runtime suspension is simply that I never tested it with multiple localities. It

[hpx-users] HPX 1.2.0 release candidate 1

2018-10-17 Thread Simberg Mikael
Dear HPX users, The first release candidate of HPX 1.2.0 is now available! Get it by downloading it from https://github.com/STEllAR-GROUP/hpx/releases/tag/1.2.0-rc1, or by cloning the repository and checking out the tag: git clone https://github.com/STEllAR-GROUP/hpx.git git checkout

Re: [hpx-users] Gsoc 2019

2018-08-24 Thread Simberg Mikael
/. You can also join the IRC channel (#ste||ar on freenode) and discuss with us over there. Kind regards, Mikael From: Shubham Verma [shubhu...@gmail.com] Sent: Friday, August 24, 2018 7:29 AM To: Simberg Mikael Subject: Gsoc 2019 Hello sir, I am a engineering

[hpx-users] Feedback on documentation (from GSoC students, new users, old users)

2018-03-28 Thread Simberg Mikael
Dear HPX users, I'd like to ask you for feedback on our current documentation over on GitHub. We would really like to make it as easy as possible for you to get going with HPX but for that we need to hear your experiences. I would be

[hpx-users] HPX 1.1.0 Released!

2018-03-24 Thread Simberg Mikael
The STE||AR Group is proud to announce the release of HPX 1.1.0, 10 years after the first commit! This release contains 2300 commits since the previous release and has closed over 150 issues. HPX 1.1.0 brings users full control over how HPX

[hpx-users] HPX 1.1.0-rc1 available

2018-03-20 Thread Simberg Mikael
Dear HPX users, The first release candidate HPX 1.1.0 is now available! Get it by downloading it from https://github.com/STEllAR-GROUP/hpx/releases/tag/1.1.0-rc1, or by cloning the repository and checking out the tag: git clone https://github.com/STEllAR-GROUP/hpx.git git checkout 1.1.0-rc1

Re: [hpx-users] [GSoC 2018] Histogram Performance Counter

2018-02-20 Thread Simberg Mikael
Hi Saurav, I'd also be happy to hear more about HdrHistogram. It seems to me that the main feature is the HDR-ness. This means roughly the same as having exponentially spaced bins in the histogram? More generally, if HdrHistogram offers compelling features over the one we already have, it is

[hpx-users] HPX 1.1.0 preparation

2018-01-09 Thread Simberg Mikael
Dear HPX users and developers, We are preparing to release HPX 1.1.0 and are aiming for a release candidate by January 31st and a release two weeks later on February 14th. Changes still go into master as usual until the relase candidate. We still have quite a few open issues for the release: