Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
Bug 579084 - sci-mathematics/gimps-28.9 - Version bump
Summary: sci-mathematics/gimps-28.9 - Version bump
Status: RESOLVED FIXED
Alias: None
Product: Gentoo Linux
Classification: Unclassified
Component: Current packages (show other bugs)
Hardware: All Linux
: Normal normal (vote)
Assignee: Thomas Kahle (RETIRED)
URL: http://www.mersenneforum.org/showthre...
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2016-04-05 10:05 UTC by Paolo Pedroni
Modified: 2016-04-11 08:05 UTC (History)
1 user (show)

See Also:
Package list:
Runtime testing required: ---


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Paolo Pedroni 2016-04-05 10:05:32 UTC
Version 28.9 of sci-mathematics/gimps is available for download.

This version has improvements all over the board (especially for new CPUs). Changelog

1)  Since GPUs are so much better at trial factoring than CPUs, benchmarking no longer times mprime's trial factoring by default.  Two new benchmarking options are available: OnlyBenchThroughput and OnlyBenchMaxCPUs.  See undoc.txt for details.
2)  Slightly reduced the memory bandwidth requirements for several large FFTs.  May lead to about a 1% speed increase for users testing 100 million digit numbers.
3)  If running more than one worker, prime95 looks for any sin/cos data that it can share among the workers.  Depending on the FFT sizes you are running, this could lead to a very slight reduction in needed memory bandwidth.
4)  Method for choosing the best FFT implementation changed.  In previous versions, the FFT implementation that resulted in the fastest single worker timing was used.  In this version the FFT implementation that had the best throughput was selected.  For FMA3 FFTs I used a 4-core Skylake to measure best throughput.  For AVX FFTs I used a 4-core Sandy Bridge to measure best throughput.  Not many FFTs were affected, but you may see a few percent variation in throughput with this version.
5)  Improved AVX2 trial factoring in 64-bit executable.  Trial factoring should still be done on a GPU.  A GPU is on the order of 100 times more efficient at trial factoring than a CPU!!!
6)  Trial factoring now defines one "iteration" as processing 128KB of sieve, or 1M possible factors.  In previous versions an iteration was defined as 16KB of sieve in 32-bit executables and 48KB in 64-bit executables.  The trial factoring benchmark still times processing 16KB of sieve.
7)  Trial factoring in 64-bit executables is now multi-threaded.
8)  On initial install, the default settings for number of workers will be set to the number of cores / 4 with multithreading turned on.
9)  The worker windows menu choice now enforces a minimum number of multi-threaded cores for some work types to ensure timely completion of assignments.  Also, the worker windows menu choice no longer allows assigning work to hyperthreads (they are rarely beneficial in mprime). This behavior can be overridden with the ConfigureHyperthreads undoc.txt feature.

Just renaming the ebuild works.
Comment 1 Thomas Kahle (RETIRED) gentoo-dev 2016-04-11 08:05:31 UTC
Bumped the version and ebuild to EAPI=6.  Thanks.