Skip to content

Commit

Permalink
minor doc change
Browse files Browse the repository at this point in the history
  • Loading branch information
Patricia Grubel committed Mar 22, 2015
1 parent 4b59647 commit 5cc0ce3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions docs/whats_new.qbk
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@

This is the 12th official release of __hpx__. It coincides with the 7th
anniversary of the first commit to our source code repository. Since then,
we have seen over 12300 commits amounting to more than 220000 lines of C++ code.
we have seen over 12,300 commits amounting to more than 220,000 lines of C++ code.

The major focus of this release was to improve the reliability of large scale
runs. We believe this goal has been achieved as we now can reliably run __hpx__
Expand All @@ -36,11 +36,11 @@ the networking latencies and to improve the available networking bandwidth.
Please note that in this release we disabled the ibverbs and ipc parcel ports
as those have not been ported to the new plugin system yet (see [issue 839]).

Another corner stone of this release is our work towards a complete
Another cornerstone of this release is our work towards a complete
implementation of __cpp11_n4104__ (Working Draft, Technical Specification for
C++ Extensions for Parallelism). This document defines a set of parallel
algorithms to be added to the C++ standard library.
We now have implemented about 75% of all specified parallel algorithms (see
We have now implemented about 75% of all specified parallel algorithms (see
[link hpx.manual.parallel.parallel_algorithms Parallel Algorithms] for more
details). We also implemented some extensions to __cpp11_n4104__ allowing to
invoke all of the algorithms asynchronously.
Expand Down

0 comments on commit 5cc0ce3

Please sign in to comment.