mersenneforum.org  

Go Back   mersenneforum.org > Great Internet Mersenne Prime Search > Hardware > GPU Computing > GpuOwl

Reply
Thread Tools
Old 2019-11-13, 00:52   #1442
philbo0042
 
Oct 2019

2×7 Posts
Default Ignored by gpuOwL

Has anyone experienced gpuOwL ignoring their assignments? It worked fine a few nights ago for a different assignment type, but I cannot get it to factor. I searched for a few keywords like "ignored" and received no results.

How can I fix this?


Code:
2019-11-12 18:40:50 config: -device 0 -use INLINE_X2 -user philbo0042 -cpu philbolt/gtx860m
2019-11-12 18:40:50 philbolt/gtx860m worktodo.txt: "Factor=BE2FB21509310079DFF41F91943C9383,109950823,72,73" ignored
2019-11-12 18:40:50 philbolt/gtx860m Bye
2019-11-12 18:41:49 config: -device 0 -use FMA_X2 -user philbo0042 -cpu philbolt/gtx860m
2019-11-12 18:41:49 philbolt/gtx860m worktodo.txt: "Factor=BE2FB21509310079DFF41F91943C9383,109950823,72,73" ignored
2019-11-12 18:41:49 philbolt/gtx860m Bye
2019-11-12 18:49:28 config: -device 0 -use FMA_X2 -user philbo0042 -cpu philbolt/gtx860m
2019-11-12 18:49:28 philbolt/gtx860m worktodo.txt: "Factor=310ECF8B64F9E20CFA41B11035B4475E,109950697,72,73" ignored
2019-11-12 18:49:28 philbolt/gtx860m worktodo.txt: "Factor=966181AA0013466E23F7F9EBCED49BE9,109950703,72,73" ignored
2019-11-12 18:49:28 philbolt/gtx860m worktodo.txt: "Factor=6ABDAEF1C8ECF991725D88136B611892,109950811,72,73" ignored
2019-11-12 18:49:28 philbolt/gtx860m worktodo.txt: "Factor=3F9154058C130B4FBB8BEEDB5CCBDE50,109950817,72,73" ignored
2019-11-12 18:49:28 philbolt/gtx860m worktodo.txt: "Factor=BE2FB21509310079DFF41F91943C9383,109950823,72,73" ignored
2019-11-12 18:49:28 philbolt/gtx860m Bye

Last fiddled with by philbo0042 on 2019-11-13 at 01:24
philbo0042 is offline   Reply With Quote
Old 2019-11-13, 02:06   #1443
kracker
 
kracker's Avatar
 
"Mr. Meeseeks"
Jan 2012
California, USA

23·271 Posts
Default

Quote:
Originally Posted by philbo0042 View Post
Has anyone experienced gpuOwL ignoring their assignments? It worked fine a few nights ago for a different assignment type, but I cannot get it to factor. I searched for a few keywords like "ignored" and received no results.

How can I fix this?


Code:
2019-11-12 18:40:50 config: -device 0 -use INLINE_X2 -user philbo0042 -cpu philbolt/gtx860m
2019-11-12 18:40:50 philbolt/gtx860m worktodo.txt: "Factor=BE2FB21509310079DFF41F91943C9383,109950823,72,73" ignored
2019-11-12 18:40:50 philbolt/gtx860m Bye
2019-11-12 18:41:49 config: -device 0 -use FMA_X2 -user philbo0042 -cpu philbolt/gtx860m
2019-11-12 18:41:49 philbolt/gtx860m worktodo.txt: "Factor=BE2FB21509310079DFF41F91943C9383,109950823,72,73" ignored
2019-11-12 18:41:49 philbolt/gtx860m Bye
2019-11-12 18:49:28 config: -device 0 -use FMA_X2 -user philbo0042 -cpu philbolt/gtx860m
2019-11-12 18:49:28 philbolt/gtx860m worktodo.txt: "Factor=310ECF8B64F9E20CFA41B11035B4475E,109950697,72,73" ignored
2019-11-12 18:49:28 philbolt/gtx860m worktodo.txt: "Factor=966181AA0013466E23F7F9EBCED49BE9,109950703,72,73" ignored
2019-11-12 18:49:28 philbolt/gtx860m worktodo.txt: "Factor=6ABDAEF1C8ECF991725D88136B611892,109950811,72,73" ignored
2019-11-12 18:49:28 philbolt/gtx860m worktodo.txt: "Factor=3F9154058C130B4FBB8BEEDB5CCBDE50,109950817,72,73" ignored
2019-11-12 18:49:28 philbolt/gtx860m worktodo.txt: "Factor=BE2FB21509310079DFF41F91943C9383,109950823,72,73" ignored
2019-11-12 18:49:28 philbolt/gtx860m Bye
gpuowl does not do Trial Factoring - for that, you need mfaktc (mfaktc for nVidia, mfakto for AMD)

https://mersenneforum.org/mfaktc/ (not the extra-versions for "normal" use)

EDIT: Thinking about it.. it would be nice if many of the applications could be combined into one program... Probably hard and not worthwhile, but still a nice thought.

Last fiddled with by kracker on 2019-11-13 at 02:09
kracker is offline   Reply With Quote
Old 2019-11-13, 02:39   #1444
kriesel
 
kriesel's Avatar
 
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest

5,437 Posts
Default

Quote:
Originally Posted by philbo0042 View Post
Has anyone experienced gpuOwL ignoring their assignments? It worked fine a few nights ago for a different assignment type, but I cannot get it to factor. I searched for a few keywords like "ignored" and received no results.

How can I fix this?
Run gpuowl V3.7 on an AMD gpu, on linux. https://www.mersenneforum.org/showpo...83&postcount=7
Preda experimented with including TF in gpuowl, and decided to leave it to mfakto and mfaktc.

Judging from the program's help output, TF was removed from gpuowl by v6.2.

Last fiddled with by kriesel on 2019-11-13 at 03:13
kriesel is offline   Reply With Quote
Old 2019-11-13, 03:46   #1445
philbo0042
 
Oct 2019

E16 Posts
Default

Thank you both! mfaktc was very easy to get going. I am factoring away.
philbo0042 is offline   Reply With Quote
Old 2019-11-13, 08:54   #1446
kriesel
 
kriesel's Avatar
 
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest

543710 Posts
Default

Quote:
Originally Posted by philbo0042 View Post
Thank you both! mfaktc was very easy to get going. I am factoring away.
You could probably increase its output rate with some tuning. See https://www.mersenneforum.org/showpo...99&postcount=8
kriesel is offline   Reply With Quote
Old 2019-11-16, 07:17   #1447
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009

36538 Posts
Default

gpuOwl will run PRP's but not LL's. Is this correct? If it will run LL tests, then I've not seen any configuration or command-line options to make it do so.
storm5510 is offline   Reply With Quote
Old 2019-11-16, 14:33   #1448
preda
 
preda's Avatar
 
"Mihai Preda"
Apr 2015

137110 Posts
Default

Quote:
Originally Posted by storm5510 View Post
gpuOwl will run PRP's but not LL's. Is this correct? If it will run LL tests, then I've not seen any configuration or command-line options to make it do so.
Yes, PRP only. LL could be added (back), but it would only make sense for double-checking (not first time); and it would only support offset==0 which I don't know whether is considered OK for DC.
preda is offline   Reply With Quote
Old 2019-11-16, 15:10   #1449
storm5510
Random Account
 
storm5510's Avatar
 
Aug 2009

13·151 Posts
Default

Quote:
Originally Posted by preda View Post
Yes, PRP only. LL could be added (back), but it would only make sense for double-checking (not first time); and it would only support offset==0 which I don't know whether is considered OK for DC.
Thank you for the feedback. Most kind.

I had problems getting it to run yesterday. As it turned out, I did not have the entire package. I downloaded it from James Heinrich's mirror on mersenne.ca. It ran fine after that.
storm5510 is offline   Reply With Quote
Old 2019-11-17, 22:35   #1450
kriesel
 
kriesel's Avatar
 
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest

5,437 Posts
Default Skipped GCD

This is on the version-missing version of George's recent gpuowl build for Radeon VII. I had a typo in my worktodo entry (missing the 1 in B1), and possibly as a result, the P-1 stage 2 GCD of the preceding entry was skipped, and the program exited after reading the next entry.
Code:
2019-11-17 16:08:19 150000407 P2 2880/2880: setup  548 ms; 2077 us/prime, 28324 primes
2019-11-17 16:08:21 waiting for background GCDs..
2019-11-17 16:08:21 worktodo.txt: "B=440000,B2=8360000;PFactor=0,1,2,50001781,-1,73,2" ignored
2019-11-17 16:08:21 200001103 FFT 11264K: Width 256x4, Height 64x8, Middle 11; 17.34 bits/word
2019-11-17 16:08:21 OpenCL args "-DEXP=200001103u -DWIDTH=1024u -DSMALL_HEIGHT=512u -DMIDDLE=11u -DWEIGHT_STEP=0xc.a4d79e8df3f6p-3 -DIWEIGHT_STEP=0xa.1f9a334b0d2fp-4 -DWEIGHT_BIGSTEP=0x9.837f0518db8a8p-3 -DIWEIGHT_BIGSTEP=0xd.744fccad69d68p-4 -DFMA_X2=1  -I. -cl-fast-relaxed-math -cl-std=CL2.0"
(program exit)

Last fiddled with by kriesel on 2019-11-17 at 22:35
kriesel is offline   Reply With Quote
Old 2019-11-18, 00:55   #1451
kriesel
 
kriesel's Avatar
 
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest

5,437 Posts
Default Skipped GCD round 2

Bold part at the end seems to be some sort of error message traceback from the gmp routine, stepping on the gpuowl console output. It appears only on the console output, not in the gpuowl log.
Code:
2019-11-17 17:01:44 50001781 P2 2880/2880: setup 1442 ms; 1322 us/prime, 33184 primes
2019-11-17 17:01:45 150000407 FFT 8192K: Width 256x8, Height 256x8; 17.88 bits/word
2019-11-17 17:01:45 using long carry kernels
2019-11-17 17:01:45 OpenCL args "-DEXP=150000407u -DWIDTH=2048u -DSMALL_HEIGHT=2048u -DMIDDLE=1u -DWEIGHT_STEP=0x8.af68dd2d432ap-3 -DIWEIGHT_STEP=0xe.bcdb8e961b77p-4 -DWEIGHT_BIGSTEP=0x8.b95c1e3ea8bd8p-3 -DIWEIGHT_BIGSTEP=0xe.ac0c6e7dd2438p-4 -DFMA_X2=1  -I. -cl-fast-relaxed-math -cl-std=CL2.0"
2019-11-17 17:01:54 OpenCL compilation in 8624 ms
2019-11-17 17:01:56 150000407 P1 B1=1280000, B2=28160000; 1846946 bits; starting at 1846945
2019-11-17 17:01:56 150000407 P2 B1=1280000, B2=28160000, starting at 2821
2019-11-17 17:01:57 P-1 (B1=1280000, B2=28160000, D=30030): primes 1652163, expanded 1692940, doubles 272239 (left 1121863), singles 1107685, total 1379924 (84%)
2019-11-17 17:01:57 150000407 P2 using blocks [43 - 938] to cover 1379924 primes
2019-11-17 17:01:58 150000407 P2 using 217 buffers of 64.0 MB each
2019-11-17 17:02:25 50001781 P2 GCD: 4392938042637898431087689
2019-11-17 17:02:25 {"exponent":"50001781", "worktype":"PM1", "status":"F", "program":{"name":"gpuowl", "version":""}, "timestamp":"2019-11-17 23:02:25 UTC", "user":"kriesel", "computer":"roa/radeonvii", "aid":"0", "fft-length":2883584, "B1":440000, "B2":8360000, "factors":["4392938042637898431087689"]}
2019-11-17 17:02:57 150000407 P2 2880/2880: setup  803 ms; 2057 us/prime, 28324 primes
2019-11-17 17:02:58 waiting for background GCDs..
2019-11-17 17:02:58 200001103 FFT 11264K: Width 256x4, Height 64x8, Middle 11; 17.34 bits/word
2019-11-17 17:02:58 OpenCL args "-DEXP=200001103u -DWIDTH=1024u -DSMALL_HEIGHT=512u -DMIDDLE=11u -DWEIGHT_STEP=0xc.a4d79e8df3f6p-3 -DIWEIGHT_STEP=0xa.1f9a334b0d2fp-4 -DWEIGHT_BIGSTEP=0x9.837f0518db8a8p-3 -DIWEIGHT_BIGSTEP=0xd.744fccad69d68p-4 -DFMA_X2=1  -I. -cl-fast-relaxed-mAastshe r-tcilo-ns tfda=iClLe2d.:0 "m
pz_cmp_ui(b, 0), file GmpUtil.cpp, line 25
C:\Users\ken\Documents\gpuowl-gw-patch>
The 50M gcd completed. The 150M gcd got lost.

Last fiddled with by kriesel on 2019-11-18 at 00:57
kriesel is offline   Reply With Quote
Old 2019-11-18, 01:14   #1452
kriesel
 
kriesel's Avatar
 
"TF79LL86GIMPS96gpu17"
Mar 2017
US midwest

5,437 Posts
Default

Quote:
Originally Posted by storm5510 View Post
gpuOwl will run PRP's but not LL's. Is this correct? If it will run LL tests, then I've not seen any configuration or command-line options to make it do so.
It's possible today with existing versions of gpuowl to run any of the following. Each is a different version or range of versions.
  • LL with pseudorandom offset, 4M fft (v0.5)
  • LL with zero offset, Jacobi check, 4M fft (v0.6)
  • PRP with GEC, zero offset, residue type 4, multiple fft sizes (~v4.3 to 6.5)
  • PRP with GEC, zero offset, residue type 1, multiple fft sizes (V6.5-30c0508 or later, and numerous earlier versions)
This and much more is documented. https://www.mersenneforum.org/showpo...83&postcount=7

Coincidentally, I've run three of these four cases this weekend on the same Radeon VII gpu.
The 4M fft LL versions are ok for exponents between 50000000 and 78000000. Usable now for LL DC being done now.
There may be PrimeNet issues with unassigned results.

Last fiddled with by kriesel on 2019-11-18 at 01:30
kriesel is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
mfakto: an OpenCL program for Mersenne prefactoring Bdot GPU Computing 1676 2021-06-30 21:23
GPUOWL AMD Windows OpenCL issues xx005fs GpuOwl 0 2019-07-26 21:37
Testing an expression for primality 1260 Software 17 2015-08-28 01:35
Testing Mersenne cofactors for primality? CRGreathouse Computer Science & Computational Number Theory 18 2013-06-08 19:12
Primality-testing program with multiple types of moduli (PFGW-related) Unregistered Information & Answers 4 2006-10-04 22:38

All times are UTC. The time now is 07:16.


Fri Aug 6 07:16:06 UTC 2021 up 14 days, 1:45, 1 user, load averages: 3.36, 2.97, 2.78

Powered by vBulletin® Version 3.8.11
Copyright ©2000 - 2021, Jelsoft Enterprises Ltd.

This forum has received and complied with 0 (zero) government requests for information.

Permission is granted to copy, distribute and/or modify this document under the terms of the GNU Free Documentation License, Version 1.2 or any later version published by the Free Software Foundation.
A copy of the license is included in the FAQ.