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. Edit: HPX 1.5.0 release candidate 2 (Reverdell Auriane)
----------------------------------------------------------------------
Message: 1
Date: Fri, 14 Aug 2020 16:00:02 +0000
From: "Reverdell Auriane" <[email protected]>
Subject: [hpx-devel] Edit: HPX 1.5.0 release candidate 2
To: "[email protected]" <[email protected]>,
"[email protected]" <[email protected]>,
"[email protected]" <[email protected]>
Message-ID: <[email protected]>
Content-Type: text/plain; charset="iso-8859-1"
Dear HPX users,
The second release candidate of HPX 1.5.0 is now available. Get it by cloning
the repository and checking out the 1.5.0-rc2 tag or downloading the archive
from our releases page: <https://github.com/STEllAR-GROUP/hpx/releases>
https://github.com/STEllAR-GROUP/hpx/releases/tag/1.5.0-rc2.
This second release candidate includes the first version of the release notes
for this release 1.5.0. You can check it out in the documentation of the
release branch
(https://hpx-docs.stellar-group.org/branches/release/html/releases/whats_new_1_5_0.html).
It includes more algorithms adapted to C++20 and several bug fixes.
While we believe we have sorted out most issues, we ask you to try out the
second release candidate and let us know of any issues that you find. In this
second release candidate the APEX tag has not yet been updated to the latest
version.
Thanks for your help!
________________________________
From: Reverdell Auriane
Sent: Monday, July 27, 2020 4:47 PM
To: [email protected]; [email protected];
[email protected]
Subject: HPX 1.5.0 release candidate 1
Dear HPX users,
The first release candidate of HPX 1.5.0 is now available. Get it by cloning
the repository and checking out the 1.5.0-rc1 tag or downloading the archive
from our releases page:
https://github.com/STEllAR-GROUP/hpx/releases/tag/1.5.0-rc1.
This is a big release with many changes and improvements. The main breaking
change of this release is that HPX now requires a C++14 compatible compiler and
the standard is set by default to C++14. Most relevant in terms of your builds
is that we have refactored our CMake targets. You can now link to HPX::hpx
(note the new HPX:: namespace) and if you need your main() to be defined as the
first HPX thread, you will also need to link to HPX::wrap_main. We continued
the modularization efforts which is still intended to be a non-breaking change.
As part of the modularization we have moved many headers around. The old header
locations will still work for a couple of releases but will cause warnings in
your builds. We encourage you to update your includes to the new header
locations as soon as possible. If you can't update your includes just yet you
can also turn off the warnings per module with the CMake option
HPX_<MODULENAME>_WITH_DEPRECATION_WARNINGS=OFF. Otherwise, you can turn
off the compatibility headers of the specific module with
HPX_<MODULENAME>_WITH_COMPATIBILITY_HEADERS=OFF. While we believe weve sorted
out most issues, we ask you to try out the release candidate and let us know of
any issues that you find. In the first release candidate the APEX tag has not
yet been updated to the latest version.
Please let us know of any issues, small or big, that you might find by opening
an issue on GitHub: https://github.com/STEllAR-GROUP/hpx/issues.
A draft version of the release notes for HPX 1.5.0 will soon be opened on
Github, we will link to it in the next release candidate.
Thanks for your help!
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
http://mail.cct.lsu.edu/pipermail/hpx-devel/attachments/20200814/adb02bbb/attachment-0001.html
------------------------------
_______________________________________________
hpx-devel mailing list
[email protected]
https://mail.cct.lsu.edu/mailman/listinfo/hpx-devel
End of hpx-devel Digest, Vol 63, Issue 1
****************************************