Привіт Гість ( Вхід | Реєстрація )

> PRPnet (PSA), Project Staging Area
Death
Apr 5 2011, 18:20
Пост #1


<script ///>
**********

Група: Moderators
Повідомлень: 6 429
З нами з: 5-November 03
З: Kyiv
Користувач №: 26
Стать: НеСкажу
Free-DC_CPID
Парк машин:
гидропарк
jabber:deadjdona@gmail.com



(Show/Hide)

Привет.

А вы в курсе что существует ПРПнет? Проект параллельно с праймом ищущий простые числа.

http://primegrid.com/forum_thread.php?id=1215

 


Я вот подрубился к апрельскому проекту http://primegrid.com/forum_thread.php?id=3228

чтобы засветиться в стате http://u-g-f.de/PRPNet/allteam_stats.php?proj=5oB icon_trollface.png

Добро пожаловать в Project Staging Area (PSA)!

PSA создана для поиска, тестирования и подготовки будущих проектов для PrimeGrid BOINC. Она также включает дополнительные проекты, которые не включены в BOINC. Основное отличие от BOINC заключается в наличии отсутствия GUI, вместо него используется обычное окно Windows или Linux терминал. После настройки клиент получает задания и выполняет тестирование автоматически.

[ Страница с программой ] [ Статистика [серверов] проектов ] [ Описание проектов на сайте PrimeGrid ] [ Техническая информация ] [ Статистика Украинских кранчеров ]

Пример настройки cpu клиента на 4 реальных ядрах i7-2600k и gpu на gtx470. Создаем 5 папок + батник:

(Show/Hide)

ECHO
cd gpu
start "GPU" /MIN /AFFINITY 55 prpclient.exe
cd ..
cd cpu0
start "CPU0" /MIN /AFFINITY AA prpclient.exe
cd ..
cd cpu1
start "CPU1" /MIN /AFFINITY AA prpclient.exe
cd ..
cd cpu2
start "CPU2" /MIN /AFFINITY AA prpclient.exe
cd ..
cd cpu3
start "CPU3" /MIN /AFFINITY AA prpclient.exe
cd ..
EXIT
Процессы cpu привязываются к ядрам 1,3,5,7 - маска '10101010', она же в hex 'AA'; gpu - к ядрам 0,2,3,6 - маска '01010101', она же в hex '55'. Если в процессоре нет HT и планируется считать на всех ядрах, то ключ /AFFINITY не нужен.

Для подпроекта на gpu GFN 524288 файл конфигурации prpclient.ini в папке gpu:
(Show/Hide)

email=мыло@праймгрид
userid=ник_праймгрид
machineid=GTX_470
instanceid=1
teamid=Ukraine

server=GFN524288:0:1:prpnet.primegrid.com:11001
geneferexe=geneferCUDA.exe

cpuaffinity=
gpuaffinity=
normalpriority=1

startoption=9
stopoption=6
stopasapoption=0

errortimeout=1
loglimit=0
debuglevel=1
echotest=1
Папка содержит файлы cudart32_32_16.dll, cufft32_32_16.dll, genefercuda.exe, prpclient.exe и prpclient.ini

Для cpu подпроекта 27 Prime Search файл конфигурации prpclient.ini в папках cpu0-cpu3:
(Show/Hide)

email=мыло@праймгрид
userid=ник_праймгрид
machineid=i7_2600k
instanceid=2 (3,4,5)
teamid=Ukraine

server=27:0:1:prpnet.primegrid.com:12006
llrexe=llr64.exe

cpuaffinity=
gpuaffinity=
normalpriority=0

startoption=9
stopoption=6
stopasapoption=0

errortimeout=1
loglimit=0
debuglevel=1
echotest=1
Папки содержат файлы llr64.exe, prpclient.exe и prpclient.ini

Исполняемые файлы берутся из подходящего архива с сайта программ. Файл prpclient.ini создается вручную.

Немного об файле prpclient.ini:
machineid - идентификатор компьютера, обычно пишут имя процессора/видеокарты или дают им мифические имена.
instanceid - должен быть уникальным на локальном компьютере в каждой папке, т.е. для 4 ядер и 1 видеокарты их будет 5.
server - адрес сервера проекта, который будет рассчитываться.

Остальные настройки можно подчитать в файле master_prpclient.ini:
(Show/Hide)

// email= is a REQUIRED field. The server will be use this address
// to send you an e-mail when your client discovers a prime.
email=your@email.here

// userid= is a REQUIRED field that will be used by the server
// to report on stats, etc. without having to reveal the user's
// e-mail address. DO NOT USE spaces. Instead use underscore _.
userid=PG_username

// This value differentiates clients using the same e-mail ID
// DO NOT USE spaces. Instead use underscore _.
machineid=clientID

// This value differentiates instances on a machine
// This will be set automatically by the *-update-prpclient-ini script
// If you prefer to setup up prpclient directories manually, please
// set this to a unique identifier (e.g. 1,2,3,4...)
instanceid=INSTANCE_ID

// Tests completed by this "team" will be rolled-up as part of team stats. This
// will be recorded on tests that are pending and then updated when tests are
// completed. Since it is stored on the server per test, it is possible for a
// single user to be a member of multiple teams. If no value is specified for
// this field, then completed tests and primes will not be awarded to any teams.
// DO NOT USE spaces. Instead use underscore _.
teamid=

// server= configures the mix of work to perform across one or more
// servers. It is parsed as follows:
// <suffix>:<pct>:<workunits>:<server IP>:<port>
//
// <suffix> - a unique suffix for the server. This is used to distinguish
// file names that are created for each configured server.
// <pct> - the percentage of PRP tests to do from the server.
// <workunits> - the number of PRP tests to get from the server. The
// server also has a limit, so the server will never return
// more than its limit.
// <server IP> - the IP address or name for the server
// <port> - the port of the PRPNet server
//
// Setting pct to 0 means that the client will only get work from the
// server if it cannot connect to one of the other configured servers.
// Please read the prpnet_servers.txt in this directory for information
// on the latest PRPNet servers.

// The following servers are from PrimeGrid. To make a server active,
// you must remove the "//". For more information about proper settings
// please see the readme_primegrid.txt in this directory.
// For descriptions of each project, please see this thread:
// http://www.primegrid.com/forum_thread.php?...wrap=true#13329
//server=121:0:1:prpnet.primegrid.com:12001
//server=FPS:0:1:prpnet.primegrid.com:12002
//server=GFN65536:0:1:prpnet.primegrid.com:12003
//server=GCW:0:1:prpnet.primegrid.com:12004
//server=GFN32768:0:1:prpnet.primegrid.com:12005
//server=27:0:1:prpnet.primegrid.com:12006
//server=PRS:0:1:prpnet.primegrid.com:12008

// Additional servers from PrimeGrid
server=ESP:100:1:prpnet.mine.nu:13005
//server=GFN262144:0:1:prpnet.mine.nu:11002
//server=GFN524288:0:1:prpnet.mine.nu:11001
//server=SR5:0:1:prpnet.mine.nu:7171
//server=MEGA:0:1:prpnet.mine.nu:12010
//server=WIEFERICH:0:1:prpnet.mine.nu:13000
//server=WALLSUNSUN:0:1:prpnet.mine.nu:13001
//server=TRPDC:0:1:prpnet.mine.nu:14000

// The following server is from the Sierpinski/Riesel base 5 Project
// This server is external to PrimeGrid.
//server=SR5:0:1:www.psp-project.de:8105

// This is the name of LLR executable. On Windows, this needs to be
// the LLR console application, not the GUI application. The GUI
// application does not terminate when the PRP test is done.
// On some systems you will need to put a "./" in front of the executable
// name so that it looks in the current directory for it rather than
// in the system path.
// LLR can be downloaded from http://jpenne.free.fr/index2.html
// If running a 64-bit system, comment out the llr.exe and uncomment llr64.exe
// To use a CC 1.3+ CUDA GPU, comment out llr.exe and uncomment llrCUDA.exe
llrexe=llr.exe
//llrexe=llr64.exe
//llrexe=llrCUDA.exe

// This is the name of the PFGW executable. On Windows, this needs to
// be the PFGW console application, not the GUI application.
// PFGW can be downloaded from http://tech.groups.yahoo.com/group/openpfgw/
// If you are running a 64 bit OS, comment out the pfgw32 line
// and uncomment the pfgw64 line.
pfgwexe=pfgw32.exe
//pfgwexe=pfgw64.exe

// This is the name of the genefer executables used for GFN searches. Up
// to four different Genefer programs can be specified. The client will
// attempt a test in the following order if applications are available:
// genefercuda, genefx64, genefer, genefer80, and pfgw. If a round off error
// occurs, the test will restart with the next available application in the
// same order. The order they are specified below is not important.
// If you are running on a 64 bit OS, uncomment the genefx64 line.
// If you have an Nvidia Compute Capability 1.3 or greater GPU, uncomment the genefercuda line
//geneferexe=geneferCUDA.exe
//geneferexe=genefx64.exe
geneferexe=genefer.exe
geneferexe=genefer80.exe

// This is the name of the executable used for Wieferich and Wall-Sun-Sun searches.
// Available ONLY to 64bit OS. Uncomment if you have 64bit OS.
// If you have an OpenCL-capable GPU, uncomment 'wwwwcl'
//wwwwexe=wwww.exe
//wwwwexe=wwwwcl.exe
//wwwwexe=wwwwcl64.exe

// This sets the CPU affinity for LLR on multi-CPU machines. It defaults to
// -1, which means that LLR can run on an CPU.
cpuaffinity=

// This sets the GPU affinity for CUDA apps on multi-GPU machines. It defaults to
// -1, which means that the CUDA app can run on an GPU.
gpuaffinity=

// Set to 1 to tell PFGW to run in NORMAL priority. It defaults to 0, which means
// that PFGW will run in IDLE priority, the same priority used by LLR, phrot,
// and genefer.
normalpriority=0

// This option is used to default the startup option if the PREVIOUS
// SHUTDOWN LEFT UNCOMPLETED WORKUNITS. If no previous work was left
// this will act like option 9.
// 0 - prompt
// 1 - Return completed work units, abandon the rest, then get more work
// 2 - Return completed work units, abandon the rest, then shut down
// 3 - Return completed, then continue
// 4 - Complete in-progress work units, abandon the rest, then get more work
// 5 - Complete in-progress work units, abandon the rest, then shut down
// 6 - Complete all work units, report them, then shut down
// 7 - Complete all work units then shut down (do not report completed work)
// 9 - Continue from where client left off when it was shut down
startoption=9

// stopoption= tells the client what to do when it is stopped with CTRL-C and there is
// work that has not been completed and returned to the server. Options 2, 5, and 6 will
// return all workunits. This will override stopasapoption. The accepted values are:
// 0 - prompt
// 2 - Return completed work units, abandon the rest, then shut down
// 3 - Return completed work units (keep the rest), then shut down
// 5 - Complete in-progress work units, abandon the rest, report them, then shut down
// 6 - Complete all work units, report them, then shut down
// 7 - Complete all work units then shut down (do not report completed work)
// 9 - Do nothing and shut down (presumes you will restart with startoption=9)
stopoption=9

// stopasapoption= tells the client that it needs to be shutdown automatically, i.e. without
// a CTRL-C. It is evaluated after each test is completed. It should be 0 upon startup.
// The accepted values are:
// 0 - Continue processing work units
// 2 - Return completed work units and abandon the rest
// 3 - Return completed work units (keep the rest)
// 6 - Complete all work units and return them
// 7 - Complete all work units then shut down (do not report completed work)
stopasapoption=0

// Timeout on communications errors
// (default is 60 minutes, minimum is 1 minute if not specified here...)
// Note that the actual used in the client is anywhere from 90% to 110% of this value
errortimeout=1

// Size limit in megabytes for the prpclient.log file...
// 0 means no limit.
// -1 means no log.
loglimit=1

// Set the debug level for the client
// 0 - no debug messages
// 1 - all debug messages
// 2 - output debug messages from socket communication
debuglevel=0

// Whether or not to echo "INFO" messages from server to console for accepted tests
// 0 - no echo
// 1 - echo (default)
echotest=1


Все очки спустя некоторое время будут отображены в PrimeGrid как подпроект PSA (1:20, WWW 1:10) имеются бэджи

Статистика по юзеру:

http://u-g-f.de/PRPNet/user_search?uid=%username%


(Вместо %username% подставляем нужный никнэйм)

Це повідомлення відредагував x3mEn: Aug 9 2013, 08:17
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
2 Сторінки V  1 2 >  
Reply to this topicStart new topic
Відповідей(1 - 14)
x3mEn
Apr 5 2011, 19:51
Пост #2


snow catcher
*********

Група: Moderators
Повідомлень: 2 225
З нами з: 4-August 07
Користувач №: 563
Стать: Чол
Free-DC_CPID



Відомо.
В статистиці PrimeGrid це Project Staging


--------------------

(Show/Hide)

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Death
Apr 5 2011, 20:09
Пост #3


<script ///>
**********

Група: Moderators
Повідомлень: 6 429
З нами з: 5-November 03
З: Kyiv
Користувач №: 26
Стать: НеСкажу
Free-DC_CPID
Парк машин:
гидропарк
jabber:deadjdona@gmail.com



кто хочет поучаствовать? )))))


--------------------
wbr, Me. Dead J. Dona OGR-27
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Death
Apr 6 2011, 14:31
Пост #4


<script ///>
**********

Група: Moderators
Повідомлень: 6 429
З нами з: 5-November 03
З: Kyiv
Користувач №: 26
Стать: НеСкажу
Free-DC_CPID
Парк машин:
гидропарк
jabber:deadjdona@gmail.com



та да, шото мало желающих ((


--------------------
wbr, Me. Dead J. Dona OGR-27
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
x3mEn
Apr 6 2011, 16:46
Пост #5


snow catcher
*********

Група: Moderators
Повідомлень: 2 225
З нами з: 4-August 07
Користувач №: 563
Стать: Чол
Free-DC_CPID



Death,
була така іграшка, Neverhood.
Мені з неї запам'яталась одна фраза: "Берегитесь красивых интерфесов" і стосувалася вона Віндовс і одноіменного злого героя цієї іграшки.
Так от минулого з того часу 15 років, а нічого в світі не змінилося - людей так само ваблять красиві інтерфейси. Тому і не будуть вони брати участь у якихось кустарних змаганнях, де замість красивого таск бара з прогресами просто чорне віконце командного рядка.
Я сам особисто беру участь тільки заради бейджика. Навіть якщо знайду там щось, це щось нікому не покажеш, просте число навіть в панелі PrimeGrid не з`явиться. Ну буде десь там на сервері висіти інфа, що число таке то знайшов x3mEn. Але цього майже ніхто не побачить. Не цікаво.

Це стейдж ерія, а значить просто місце для експериментів.
Випробували на кішках - треба переносити на продуктив.
Тобто в BOINC.


--------------------

(Show/Hide)

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Death
Apr 6 2011, 17:41
Пост #6


<script ///>
**********

Група: Moderators
Повідомлень: 6 429
З нами з: 5-November 03
З: Kyiv
Користувач №: 26
Стать: НеСкажу
Free-DC_CPID
Парк машин:
гидропарк
jabber:deadjdona@gmail.com



это где такой пластилиновый хрен бегал? )))))))0

а ты в каком проекте считаешь? какие порты?

просто на http://u-g-f.de/PRPNet/allteam_stats.php?proj=5oB команды нет


--------------------
wbr, Me. Dead J. Dona OGR-27
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
x3mEn
Apr 6 2011, 18:47
Пост #7


snow catcher
*********

Група: Moderators
Повідомлень: 2 225
З нами з: 4-August 07
Користувач №: 563
Стать: Чол
Free-DC_CPID



GFN65536:50:1:prpnet.primegrid.com:12003
GFN32768:50:1:prpnet.primegrid.com:12005


--------------------

(Show/Hide)

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Death
Apr 7 2011, 10:45
Пост #8


<script ///>
**********

Група: Moderators
Повідомлень: 6 429
З нами з: 5-November 03
З: Kyiv
Користувач №: 26
Стать: НеСкажу
Free-DC_CPID
Парк машин:
гидропарк
jabber:deadjdona@gmail.com



http://u-g-f.de/PRPNet/team_search?tid=Ukraine

кстати статистика по команде ))

теперь вижу твой гфн...

http://u-g-f.de/PRPNet/user_search?uid=x3mEn

вот статистика по юзерам


--------------------
wbr, Me. Dead J. Dona OGR-27
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
whynot
Apr 23 2011, 23:08
Пост #9


кранчер зі стажем
******

Група: Validating
Повідомлень: 384
З нами з: 8-December 08
Користувач №: 882
Стать: Чол
Free-DC_CPID
jabber:whynot@jabster.pl



В PRPNet какой-то five-or-bust, кажется, загоняют к финишу тыц Если кому интерестно


--------------------
--
А ты готов к третьему майдану?
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Death
Apr 24 2011, 17:39
Пост #10


<script ///>
**********

Група: Moderators
Повідомлень: 6 429
З нами з: 5-November 03
З: Kyiv
Користувач №: 26
Стать: НеСкажу
Free-DC_CPID
Парк машин:
гидропарк
jabber:deadjdona@gmail.com



http://distributed.org.ua/forum/index.php?...indpost&p=78391


--------------------
wbr, Me. Dead J. Dona OGR-27
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
(_KoDAk_)
Apr 25 2011, 16:07
Пост #11


BOINC-guru
*********

Група: Moderators
Повідомлень: 3 714
З нами з: 11-August 07
З: Kharkov
Користувач №: 569
Стать: Чол
Парк машин:
E3-1245V2@3400-Mhz 16GB 1х GTX760DCMOC2GD5 Q8200@2300-Mhz 4GB + то там то сям



QUOTE
QUOTE
The original goal was to complete the entire double check before their 7 May celebration. However, we just received the final batch of DC work and it makes that goal unreasonable.
John

PRPNet is have bad usability

PRPNet is just as easy to use as BOINC...just different implementation.

BOINC is limited with how many projects it can handle. We have already pushed it to its functional usability. We would need to create a new BOINC project to handle all of the searches.

Additionally, we would need new software for pfgw, fpsieve, and genefer for those to work with BOINC. Once all those challenges are overcome, then it would be possible to move the searches to BOINC.

Thank you for participating at PrimeGrid.

John


--------------------
- "ты говоришь так, будто тебя чай ваше не вставляет "

(Show/Hide)











Спаcибо автору алфавита за любезно предоставленные буквы.
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Death
Feb 4 2012, 19:14
Пост #12


<script ///>
**********

Група: Moderators
Повідомлень: 6 429
З нами з: 5-November 03
З: Kyiv
Користувач №: 26
Стать: НеСкажу
Free-DC_CPID
Парк машин:
гидропарк
jabber:deadjdona@gmail.com



PRPNet Update 5.0.5

The main update in v5.0.5 is the ability to use the same GeneferCUDA that's used in BOINC. So far, only Linux and Windows has been updated. MacIntel is still using the older version. The 64 bit builds for LLR are too new and were exlcuded from this package. Once they have been thoroughly tested, updates will be made.

Package updates


prpclient v5.0.5 & readme_prpclient.txt
GeneferCUDA-BOINC v1.06 for Windows and Linux
master_prpclient.ini
readme_GeneferCUDA-BOINC.txt
readme_Genefers.txt
Single, dual, quad, hex, oct, dodeca, and hexadeca installs are included. Instructions are in the readme_primegrid.txt file. Download the client for your OS and extract. You can download the archives here: http://uwin.mine.nu/PRPNet/

Current archives


prpclient-5.0.5-linux_32
prpclient-5.0.5-linux_64
prpclient-5.0.5-linux_64-gpu
prpclient-5.0.5-windows (32 bit - will run on 64 bit)
prpclient-5.0.5-windows-gpu (32 bit - will run on 64 bit)
prpclient-5.0.5-macintel
prpclient-5.0.5-macppc
Linux32 build courtesy of Patrick (pschoefer).

Program versions included in archive

prpclient - Version 5.0.5
llr - Version 3.8.6dev (Linux, MacIntel, Windows)
llrAVX - Version 3.8.6dev (Linux64, MacIntel, Windows)
pfgw - Version 3.6.0 (Linux, Windows)
pfgw - Version 3.6.1 (MacIntel)
phrot - Version 0.72 (MacIntel, MacPPC)
GeneferCUDA-BOINC - Version 1.06 (Windows, Linux)
GeneferCUDA - Version 1.01 - based on Genefer 2.2.1 (MacIntel)
GenefX64 - Version 2.2.1 (Windows x64, Linux x64, MacIntel x64)
Genefer - Version 2.2.1 (Windows, MacPPC, Linux, MacIntel)
Genefer80 - Version 2.2.1 (Windows, Linux, MacIntel)
wwww - Version 1.3 (Windows x64, Linux x64, MacIntel x64)

GeneferCUDA, genefX64, genefer, genefer80 for MacIntel and Linux provided by Iain Bethune
GeneferCUDA-BOINC for Windows provided by Michael Goetz
GeneferCUDA-BOINC for Linux provided by Ronald Schneider

NOTE: GPU app requires double precision support. DP capable CUDA cards are: nVidia GTX260-295, 400, 500, and later.

Update since prpclient v5.0.4 - full history in readme_prpclient.txt
Version 5.0.5: January 2012 - Patch Release
prpclient: Fix bug (introduced in 5.0) that causes client to send Twin and SG
workunits back to the server even though the client didn't have to do
the test for them.
Fix bug that allows users to not specify any servers in the ini file.
Change "genefercuda-boinc" to "genefercuda" as they are technically the
same program and the server doesn't recognize "genefercuda-boinc".


--------------------
wbr, Me. Dead J. Dona OGR-27
User is offlineProfile CardPM
Go to the top of the page
+Quote Post
x3mEn
Nov 7 2013, 12:07
Пост #13


snow catcher
*********

Група: Moderators
Повідомлень: 2 225
З нами з: 4-August 07
Користувач №: 563
Стать: Чол
Free-DC_CPID



Наваяв сторінку про PRPNet на dou wiki:
http://distributed.org.ua/wiki/uk:primegrid_prpnet


--------------------

(Show/Hide)

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
serhjo
Nov 7 2013, 18:42
Пост #14


Соромлюсь щось писати
*

Група: Validating
Повідомлень: 13
З нами з: 9-September 09
З: Volin`
Користувач №: 1 159
Стать: Чол
Парк машин:
Phenom II X4 945 4 GB Phenom II X6 1055T 8 GB GTX560



(x3mEn @ Nov 7 2013, 12:07) *

Наваяв сторінку про PRPNet на dou wiki:
http://distributed.org.ua/wiki/uk:primegrid_prpnet

Ще б якби наша команда притопила в цьму проекті. Я до челенджа в ПРП нет покранчу koc.gif


--------------------
"Beer--The cause of, and solution to, all of life's problems." --Homer Simpson
(Show/Hide)

User is offlineProfile CardPM
Go to the top of the page
+Quote Post
Death
Nov 12 2013, 12:51
Пост #15


<script ///>
**********

Група: Moderators
Повідомлень: 6 429
З нами з: 5-November 03
З: Kyiv
Користувач №: 26
Стать: НеСкажу
Free-DC_CPID
Парк машин:
гидропарк
jabber:deadjdona@gmail.com



PRPNet Update 5.2.8

This update includes the prpclient 5.2.8, required to support the use of the OpenCL version of genefer, as well as geneferocl 3.1.2-7 for MacIntel, Windows and Linux (32 bit app).

PRPClient 5.2 replaces the clientid field in prpclient.ini with machineid and instanceid, to allow each instance of the prpclient to be uniquely identified. This package contains an updated master_prpclient.ini, install and update scripts, so users upgrading from older versions are recommended to do a 'clean' install rather than copying executables into their existing prpclient directory.

Package updates

prpclient v5.2.8 & readme_prpclient.txt
geneferocl 3.1.2-7 for Mac, Windows and Linux & readme_genefers.txt
master_prpclient.ini

Single, dual, quad, hex, oct, dodeca, and hexadeca installs are included. Instructions are in the readme_primegrid.txt file. Download the client for your OS and extract. You can download the archives here: http://uwin.mine.nu/PRPNet/

Current archives:
prpclient-5.2.8-linux_32
prpclient-5.2.8-linux_64
prpclient-5.2.8-windows (32 bit prpclient and 32/64bit apps)
prpclient-5.2.8-macintel (universal binary)
prpclient-5.2.8-macppc

Program versions included in archive:

prpclient - Version 5.2.8
llr - Version 3.8.9 (Linux, MacIntel, Windows)
pfgw - Version 3.7.7 (MacIntel, Linux, Windows)
phrot - Version 0.72 (MacIntel, MacPPC)
GeneferOCL - Version 3.1.2-7 (Windows, Linux, MacIntel)
GeneferCUDA - Version 3.1.2-0 (Windows, Linux, MacIntel)
GenefX64 - Version 3.1.2-0 (Windows, Linux x64, MacIntel)
Genefer - Version 3.1.2-0 (Windows, MacPPC, Linux, MacIntel)
Genefer80 - Version 3.1.2-0 (Windows, Linux, MacIntel)
wwww - Version 1.3 (Windows, Linux x64, MacIntel)
wwwwcl - Version 2.2.5 (Windows, Linux, MacIntel)

Prpclient Linux32 build courtesy of Patrick (pschoefer).
Prpclient Linux64 build courtesy of Lennart
Genefer builds provided by Iain Bethune, Michael Goetz & Ronald Schneider
Other software provide by authors.

NOTE: GPU apps requires double precision support. DP capable CUDA cards are: nVidia GTX260-295, 400, 500, and later.

Update since prpclient v5.2.7 - full history in readme_prpclient.txt

Version 5.2.8: August 29, 2013 - Patch Release
all: Fixed a logging issue that prevented debug logging from working as intended.
prpclient: Add support for OpenCL based genefer. It will be treated as if it is equivalent to the CUDA version of genefer.
prpserver: Fix log issue where prpserver.log would sometimes duplicate a line written to it.
Ensure database transaction is using REPEATABLE READ option.
Check return codes when setting connection attributes in database.
Add support for OpenCL based genefer. It will be treated as if it is equivalent to the CUDA version of genefer.
Fixed an issue with loading Cullen-Woodall candidates that prevented loading of multiple bases.


--------------------
wbr, Me. Dead J. Dona OGR-27
User is offlineProfile CardPM
Go to the top of the page
+Quote Post

2 Сторінки V  1 2 >
Reply to this topicStart new topic
1 Користувачів переглядають дану тему (1 Гостей і 0 Прихованих Користувачів)
0 Користувачів:

 



- Lo-Fi Версія Поточний час: 28th March 2024 - 14:32

Invision Power Board v1.3.3 © 1996 IPS, Inc.