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
m
(Using {{Kbn}} for formula)
 
Line 2: Line 2:
 
'''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]] ({{Kbn|74207281}}).
  
 
The author posts his code to [http://mersenneforum.org/showthread.php?t=18297 "LL with OpenCL"] thread at [[MersenneForum]] (author's nickname is "msft").
 
The author posts his code to [http://mersenneforum.org/showthread.php?t=18297 "LL with OpenCL"] thread at [[MersenneForum]] (author's nickname is "msft").

Latest revision as of 18:48, 14 December 2023

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 (274207281-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