mersenneforum.org  

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

Reply
 
Thread Tools
Old 2014-09-08, 21:42   #474
James Heinrich
 
James Heinrich's Avatar
 
"James Heinrich"
May 2004
ex-Northern Ontario

11·311 Posts
Default

Quote:
Originally Posted by Prime95 View Post
James: It looks like \$done is properly set to TRUE. I'm guessing the global \$t_assigned is not set properly for manual_post_processing to delete the assignment row.
The 5 examples quoted by houding were all submitted on the old manual_results form. It's possible that whatever bug was there has already been fixed with the new manual_results form. It is, of course, also possible that the bug still exists. If someone submits a new P-1 factor and finds that the assignment still shows up on your Extension or Workload lists, please let me know.
James Heinrich is offline   Reply With Quote
Old 2014-09-08, 21:59   #475
Prime95
P90 years forever!
 
Prime95's Avatar
 
Aug 2002
Yeehaw, FL

753710 Posts
Default

Quote:
Originally Posted by James Heinrich View Post
The 5 examples quoted by houding were all submitted on the old manual_results form.
I'll manually repair the database
Prime95 is offline   Reply With Quote
Old 2014-09-08, 22:18   #476
ugonabuj
 
Dec 2012
Stockholm, Sweden

5 Posts
Default

Thank you James for fixing the scripts for P-1 manual reporting.
It is really working now.


HBendtz
ugonabuj is offline   Reply With Quote
Old 2014-09-09, 04:35   #477
houding
 
houding's Avatar
 
"Adolf"
Nov 2013
South Africa

61 Posts
Default

Thank you James, George.

I will do a few pm1's with cudapm1 and hopefully find a factor or 2.

Will let you know what I find.
houding is offline   Reply With Quote
Old 2015-02-18, 14:46   #478
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

481810 Posts
Default Cudapm1 for linux

I have been on SourceForge, and found release 0.20 of CudaPm1 executable for Windows.

Is there a place where some Linux executables or sources can be found?

Luigi
ET_ is offline   Reply With Quote
Old 2015-02-19, 01:20   #479
owftheevil
 
owftheevil's Avatar
 
"Carl Darby"
Oct 2012
Spring Mountains, Nevada

1001110112 Posts
Default

What parameters fit your needs, ie, Cuda version, cc 2.0, 3.5, etc.? I don't have any posted but if you can't or don't want to build it yourself, I would be happy to post some.

Last fiddled with by owftheevil on 2015-02-19 at 01:21
owftheevil is offline   Reply With Quote
Old 2015-02-19, 09:40   #480
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

113228 Posts
Default

Quote:
Originally Posted by owftheevil View Post
What parameters fit your needs, ie, Cuda version, cc 2.0, 3.5, etc.? I don't have any posted but if you can't or don't want to build it yourself, I would be happy to post some.
I will as soon as my new environment is set up (a new 980 on its way), thanks
ET_ is offline   Reply With Quote
Old 2015-02-21, 16:52   #481
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

2×3×11×73 Posts
Default

Quote:
Originally Posted by owftheevil View Post
What parameters fit your needs, ie, Cuda version, cc 2.0, 3.5, etc.? I don't have any posted but if you can't or don't want to build it yourself, I would be happy to post some.
Linux Ubuntu 14.04 LTS 64 bit

Code:
CUDA version info
  binary compiled for CUDA  6.50
  CUDA runtime version      6.50
  CUDA driver version       6.50

CUDA device info
  name                      GeForce GTX 980
  compute capability        5.2
  max threads per block     1024
  max shared memory per MP  98304 byte
  number of multiprocessors 16
  CUDA cores per MP         128
  CUDA cores - total        2048
  clock rate (CUDA cores)   1342MHz
  memory clock rate:        3505MHz
  memory bus width:         256 bit
Thanks :-)

Luigi

Last fiddled with by ET_ on 2015-02-21 at 16:52
ET_ is offline   Reply With Quote
Old 2015-05-01, 10:37   #482
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

2·3·11·73 Posts
Default

Quote:
Originally Posted by ET_ View Post
Linux Ubuntu 14.04 LTS 64 bit

Code:
CUDA version info
  binary compiled for CUDA  6.50
  CUDA runtime version      6.50
  CUDA driver version       6.50

CUDA device info
  name                      GeForce GTX 980
  compute capability        5.2
  max threads per block     1024
  max shared memory per MP  98304 byte
  number of multiprocessors 16
  CUDA cores per MP         128
  CUDA cores - total        2048
  clock rate (CUDA cores)   1342MHz
  memory clock rate:        3505MHz
  memory bus width:         256 bit
Thanks :-)

Luigi
I can try and build CUDAP-1 by myself, I just need the right source and makefile

Luigi
ET_ is offline   Reply With Quote
Old 2015-05-01, 11:54   #483
owftheevil
 
owftheevil's Avatar
 
"Carl Darby"
Oct 2012
Spring Mountains, Nevada

32·5·7 Posts
Default

With subversion:
Code:
 svn checkout svn://svn.code.sf.net/p/cudapm1/code/trunk cudapm1-code
or http:

http://sourceforge.net/p/cudapm1/code/HEAD/tree/trunk/

The readme is oblolete. Alter the make file as you did for cudalucas. To run with assignments in a worktodo.txt, no command line parameters are needed.
owftheevil is offline   Reply With Quote
Old 2015-05-01, 16:59   #484
ET_
Banned
 
ET_'s Avatar
 
"Luigi"
Aug 2002
Team Italia

481810 Posts
Default

Quote:
Originally Posted by owftheevil View Post
With subversion:
Code:
 svn checkout svn://svn.code.sf.net/p/cudapm1/code/trunk cudapm1-code
or http:

http://sourceforge.net/p/cudapm1/code/HEAD/tree/trunk/

The readme is oblolete. Alter the make file as you did for cudalucas. To run with assignments in a worktodo.txt, no command line parameters are needed.
Thank you! :-)
ET_ is offline   Reply With Quote
Reply

Thread Tools


Similar Threads
Thread Thread Starter Forum Replies Last Post
mfaktc: a CUDA program for Mersenne prefactoring TheJudger GPU Computing 3497 2021-06-05 12:27
World's second-dumbest CUDA program fivemack Programming 112 2015-02-12 22:51
World's dumbest CUDA program? xilman Programming 1 2009-11-16 10:26
Factoring program need help Citrix Lone Mersenne Hunters 8 2005-09-16 02:31
Factoring program ET_ Programming 3 2003-11-25 02:57

All times are UTC. The time now is 06:59.


Mon Aug 2 06:59:27 UTC 2021 up 10 days, 1:28, 0 users, load averages: 1.73, 1.38, 1.23

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.