[-]
[+]
|
Changed |
mprime.changes
|
|
[-]
[+]
|
Changed |
mprime.spec
^
|
|
|
Deleted |
mprime265.tar.bz2
^
|
|
Added |
mprime266-linux64.tar.bz2
^
|
[-]
[+]
|
Changed |
mprime266.tar.bz2/license.txt
^
|
@@ -1,5 +1,5 @@
Great Internet Mersenne Prime Search
-Research Computing Software v26.5
+Research Computing Software v26.6
END USER LICENSE AGREEMENT
|
|
Changed |
mprime266.tar.bz2/mprime
^
|
[-]
[+]
|
Changed |
mprime266.tar.bz2/undoc.txt
^
|
@@ -132,6 +132,16 @@
hyperthreading. Choose 1 for non-hyperthreaded and 2 for hyperthreaded. Finally,
s is the speed in MHz.
+As an alternative to the above, one can set NumPhysicalCores=n in local.txt.
+This is useful on machines that are somtimes booted with hyperthreading enabled
+and sometimes without. Normally, the program can detect this situation, but one
+notable problem case is a dual-CPU hyperthreaded machine, For example, take a
+dual-CPU quad-core hyperthreaded machine. When booted with hyperthreading enabled
+this is properly detected as an 8-core hyperthreaded machine. When booted
+with hyperthreading disabled, this is improperly detected as a 4-core hyperthreaded
+machine. If you set NumPhysicalCores=8, then the program will set the
+hyperthreading state properly no matter how the machine is booted.
+
The program used to do factoring and P-1 testing on exponents even if
they were not the first entry in worktodo.txt. The rationale was that
if the number had a factor, the server could be contacted and another
|
[-]
[+]
|
Changed |
mprime266.tar.bz2/whatsnew.txt
^
|
@@ -1,3 +1,12 @@
+New features in Version 26.6 of mprime
+--------------------------------------
+
+1) For rare cases where the program cannot figure out the number of cores and hyperthreading,
+ the NumPhysicalCores option may help. See undoc.txt.
+2) Faster FFT implementations are now selected for Core 2 CPUs with 1MB L2 cache or less
+ (marketed under the Celeron and Pentium label).
+3) New, slightly higher, trial factoring breakeven points.
+
New features in Version 26.5 of mprime
--------------------------------------
|