![]() |
![]() |
#34 | |
Random Account
Aug 2009
Not U. + S.A.
2·3·19·23 Posts |
![]() Quote:
I know the GPU setup is correct. It ran gpuOwl overnight last night without problems. Last fiddled with by storm5510 on 2022-08-07 at 22:57 Reason: Additional |
|
![]() |
![]() |
![]() |
#35 |
Jul 2003
So Cal
50758 Posts |
![]()
That would be the line
Code:
CUDA_TRY(cuModuleLoad(&t->gpu_module, "stage1_core.ptx")) If you do have stage1_core.ptx in the same directory as msieve, then what is the output of Code:
head -n 15 stage1_core.ptx Last fiddled with by frmky on 2022-08-08 at 00:09 |
![]() |
![]() |
![]() |
#36 | |
Random Account
Aug 2009
Not U. + S.A.
2·3·19·23 Posts |
![]() Quote:
Code:
$ ./msieve head -n 15 stage1_core.ptx deadline: 8640000 CPU-seconds per coefficient error (line 1062): unexpected error Last fiddled with by storm5510 on 2022-08-08 at 13:55 Reason: Correction |
|
![]() |
![]() |
![]() |
#37 |
"Oliver"
Sep 2017
Porta Westfalica, DE
5·172 Posts |
![]()
In the case of the head ... command, please leave out the ./msieve part. Thanks!
![]() |
![]() |
![]() |
![]() |
#38 | |
Random Account
Aug 2009
Not U. + S.A.
50768 Posts |
![]() Quote:
Code:
// // Compiler Build ID: CL-26907403 // Cuda compilation tools, release 10.1, V10.1.243 // Based on LLVM 3.4svn // .version 6.4 .target sm_75 .addresss_size 64 // globl sieve_kernel_trans_pp32_r32 .visible .entry sieve_kernel_trans_pp32_r32( ![]() |
|
![]() |
![]() |
![]() |
#39 |
"Oliver"
Sep 2017
Porta Westfalica, DE
101101001012 Posts |
![]()
It looks like the stx file is made for a card with CC of 7.5 instead of the 6.1 you want to have.
Unfortunately, I am not sure why it is like this if you have cleaned (make clean) everything, but surely someone else will chime in here. |
![]() |
![]() |
![]() |
#40 | |
Random Account
Aug 2009
Not U. + S.A.
2×3×19×23 Posts |
![]() Quote:
Two days ago, this was a clean HD. Totally wiped and reloaded with Ubuntu 20.04.4 LTS. There were no errors in the msieve compile. gpuOwl and mfaktc both run as they should. IMHO, there are too many options for GPU drivers. I had been using 510. This time, I went back to 470. FWIW, mfaktc reports it is using CUDA 10.xx |
|
![]() |
![]() |
![]() |
#41 |
Jul 2003
So Cal
2,621 Posts |
![]() |
![]() |
![]() |
![]() |
#42 |
"Ed Hall"
Dec 2009
Adirondack Mtns
10101001010002 Posts |
![]()
A check for the specs for this card shows CUDA 6.1 (as nvidia-smi reported), so you should use CUDA=61 as frmky suggested a bit ago.
ETA: "arch" stands for architecture, which is synonymous with Compute Capability, and is also shown as CUDA in some references. You can can see the specs on this page, and look at Graphics Features for the "CUDA" value. Last fiddled with by EdH on 2022-08-08 at 18:11 |
![]() |
![]() |
![]() |
#43 | |
Random Account
Aug 2009
Not U. + S.A.
2·3·19·23 Posts |
![]() Quote:
..... I found it in another location. mfaktc shows it in the information upon startup, "compute capability 6.1." So, I did this: Code:
make all CUDA=61 VBITS=256 Code:
make clean make all CUDA=61 VBITS=256 ![]() ![]() I really appreciate everyone here trying to help while putting up with my Linux ignorance! |
|
![]() |
![]() |
![]() |
#44 |
Romulan Interpreter
"name field"
Jun 2011
Thailand
240558 Posts |
![]()
at least here, you are not alone... (edit: to be clear, I have been a programmer for over 30 years, and I consider myself a VERY good one, but never went deeper under the surface related to Linux - members of the forum helped me every time, as well as a lot of web search and trials, when I was stuck with my nose and ears into it and could not move my head...)
Last fiddled with by LaurV on 2022-08-09 at 05:06 |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Perpetual benchmark thread... | Xyzzy | Hardware | 888 | 2023-03-18 09:25 |
Non-ECM posts pulled from ECM question thread. | chalsall | Forum Feedback | 43 | 2019-03-26 16:10 |
LLR benchmark thread | Oddball | Riesel Prime Search | 5 | 2010-08-02 00:11 |
sr5sieve Benchmark thread | axn | Sierpinski/Riesel Base 5 | 25 | 2010-05-28 23:57 |
You have x posts in this thread, last date | masser | Forum Feedback | 3 | 2008-06-06 19:34 |