![]() |
|
|
#2444 | |
|
Romulan Interpreter
Jun 2011
Thailand
3·3,221 Posts |
Quote:
OTOH, I still have one pair of 580's full water cooled in the drawers, under the desk, for which no mobo/cpu/box is yet available (have the 1.2KW power supply, new, tho). If I buy one more mobo/box I risk that mrs LaurV moves me into the garden... I am seriously thinking to give them away, if someone can find a good home for them. By good home I mean cheap electricity, and TF or LL production for at least a while.... |
|
|
|
|
|
|
#2445 | |
|
Nov 2008
1111101012 Posts |
Quote:
580 - 244w - 433 days/day 980 - 165w - 523 days/day I could even run two 960's for the electricity of one 580 and get an extra 80 days/day Oh yes, forgot to mention the 580 sounds like a jet aircraft taking off and they are all quite old now...
|
|
|
|
|
|
|
#2446 |
|
"Mike"
Aug 2002
5·17·97 Posts |
You should be able to get ~550 to 625 a day with a 980.
We have posted wattage and performance figures here: http://www.mersenneforum.org/showthread.php?t=19910 |
|
|
|
|
|
#2447 | |
|
"/X\(‘-‘)/X\"
Jan 2013
1011011100102 Posts |
Quote:
|
|
|
|
|
|
|
#2448 |
|
"Oliver"
Mar 2005
Germany
100010101112 Posts |
Compute Capability 3.7 anyone? Seems I was right, Tesla K80 is 3.7. So K80 is not Titan Z?!
K80 has two chips with 2496 cores each (13 * 192), AFAIK the chip doesn't have more, but I'm not sure. At least it shouln't be a GK110(b) like Tesla K20/K40, GTX 780 (Ti), GTX Titan (Black). Code:
CUDA device info name Tesla K40m compute capability 3.5 max threads per block 1024 max shared memory per MP 49152 byte number of multiprocessors 15 CUDA cores per MP 192 CUDA cores - total 2880 Code:
CUDA device info name Tesla K80 compute capability 3.7 max threads per block 1024 max shared memory per MP 114688 byte number of multiprocessors 13 CUDA cores per MP 192 CUDA cores - total 2496 So either they had those extra registers and shared memory unused all the time for other products or they really built a new chip just for Tesla K80. While chipmakers tend to built as few as possible chips this makes we wonder... AFAIK nvidia sells
And the new chip is a Kepler architecture, not Maxwell... I'm really curios! Oliver |
|
|
|
|
|
#2449 |
|
Dec 2002
5×163 Posts |
I extracted mfaktc 0.20 to a directory. As far as I can tell there is no need to recompile any source. If I enter
./mfaktc.exe -h it returns error while loading shared libraries: libcudart.so.4: cannot open shared object file: No such file or directory That file is in the subdirectory 'lib'. What is the advised way to proceed? |
|
|
|
|
|
#2450 | |
|
"/X\(‘-‘)/X\"
Jan 2013
2×5×293 Posts |
Quote:
if that fails, make sure that libcudart.so.4 is found in one of the directories listed in the files under /etc/ld.so.conf.d and if not add the missing directory, and then run sudo ldconfig again. Last fiddled with by Mark Rose on 2015-01-28 at 21:33 |
|
|
|
|
|
|
#2451 |
|
"Oliver"
Mar 2005
Germany
21278 Posts |
tha:
Code:
LD_LIBRARY_PATH="./lib/" ./mfaktc.exe -h |
|
|
|
|
|
#2452 |
|
Dec 2002
5×163 Posts |
works like a charm.
|
|
|
|
|
|
#2453 |
|
Dec 2002
32F16 Posts |
- What does the -v(erbose) option do, I did not notice a difference between 0 and 1?
- How do I limit the output to say once per 20% progress instead of 0,1%? |
|
|
|
![]() |
| 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 |
| The P-1 factoring CUDA program | firejuggler | GPU Computing | 753 | 2020-12-12 18:07 |
| gr-mfaktc: a CUDA program for generalized repunits prefactoring | MrRepunit | GPU Computing | 32 | 2020-11-11 19:56 |
| mfaktc 0.21 - CUDA runtime wrong | keisentraut | Software | 2 | 2020-08-18 07:03 |
| World's second-dumbest CUDA program | fivemack | Programming | 112 | 2015-02-12 22:51 |