Currently there may be errors shown on top of a page, because of a missing Wiki update (PHP version and extension DPL3).
Navigation
Topics Help • Register • News • History • How to • Sequences statistics • Template prototypes

Difference between revisions of "ClLucas"

From Prime-Wiki
Jump to: navigation, search
(restored)
 
m
Line 1: Line 1:
 
{{InfoboxProgram|title=clLucas|workload=[[Lucas-Lehmer test]]|release=2013|latest=[http://www.mersenneforum.org/showthread.php?p=424848#post424848 1.044]<br><small>01-02-2016</small>}}
 
{{InfoboxProgram|title=clLucas|workload=[[Lucas-Lehmer test]]|release=2013|latest=[http://www.mersenneforum.org/showthread.php?p=424848#post424848 1.044]<br><small>01-02-2016</small>}}
'''clLucas''' is an OpenCL-based program written by Shoichiro Yamada for testing [[Mersenne number]]s for primality with [[Lucas-Lehmer test]]. It is an OpenCL counterpart of [[CUDALucas]], also developed by Shoichiro Yamada.
+
'''clLucas''' is an OpenCL-based program written by [[Shoichiro Yamada]] for testing [[Mersenne number]]s for primality with [[Lucas-Lehmer test]]. It is an OpenCL counterpart of [[CUDALucas]], also developed by Shoichiro Yamada.
  
 
clLucas was one of the verification programs for [[M49]] (2<sup>74,207,281</sup>-1).
 
clLucas was one of the verification programs for [[M49]] (2<sup>74,207,281</sup>-1).

Revision as of 09:18, 29 January 2019

clLucas
Workload type Lucas-Lehmer test
First release 2013
Latest version 1.044
01-02-2016

clLucas is an OpenCL-based program written by Shoichiro Yamada for testing Mersenne numbers for primality with Lucas-Lehmer test. It is an OpenCL counterpart of CUDALucas, also developed by Shoichiro Yamada.

clLucas was one of the verification programs for M49 (274,207,281-1).

The author posts his code to "LL with OpenCL" thread at MersenneForum (author's nickname is "msft").

The name "CLLucas" was first suggested by user kraker at MersenneForum.

External links