There is a new Optimised application for Version 10 of the Rakesearch application.
The optimised apps can be found here
https://github.com/sirzooro/RakeSearch/releases/tag/RakeSearch10.v1.0I had problems trying to get the application to download to Linux using wget as it only downloaded a part of the file. I ended up downloading the file to my Windows machine and using the PSCP software to upload to the Linux rakeshift directory. I have put the process I used below, but it is not refined.
ON THE LINUX MACHINE
cd /usr/bin/projects/rake.boincfast.ru_rakesearch
Stop BOINC however you do it. I use /etc/init.d/boinc-client stop
[quote]
/etc/init.d/boinc-client start
- start BOINC client, running as a system daemon
/etc/init.d/boinc-client stop
- stop the BOINC daemon
/etc/init.d/boinc-client restart
- stop and start the BOINC daemon
/etc/init.d/boinc-client status[/quote]
Need to wait for all the boinc apps to stop may need to do the stop command a few times especially if you are running MultiBoinc.
top
ctrl L boinc
"q" gets you out of top
when boinc no longer shows up on the list
Find out if you have AVX etc -- grep avx /proc/cpuinfo or if avx does not show up use grep sse /proc/cpuinfo
ON WINDOWS MACHINE
[url=https://github.com/sirzooro/RakeSearch/releases/tag/RakeSearch10.v1.0]Download the file[/url] that suits your Linux version to your windows desktop
open a Command Window -- cmd
cd Desktop
If you do not have PSCP then you can get it by [url=https://www.chiark.greenend.org.uk/~sgtatham/putty/latest.html]downloading "Putty" [/url] once putty is installed then look in "C:\Program Files\PuTTY\" and you will see pscp.exe. Copy it to your desktop
Upload to the linux machine
pscp "File Downloaded" root@IP ADDRESS OF LINUX MACHINE:/usr/bin/projects/rake.boincfast.ru_rakesearch/
ON LINUX MACHINE
tar -xvzf "/usr/bin/projects/rake.boincfast.ru_rakesearch/FILE DOWNLOADED
ls -l -- there should be two new files one of which is an app_info.xml
rm rakesearch10_linux64_avx2_v10.tgz
Start BOINC however you do it
If you have multiBOINC setup you need to restart the boinc apps.
UPDATE: The new optimised app is much quicker than the old one. The old app ran from 10000 to 16000 sec and the new app runs at about 2500 t0 6000 sec for the first seven tasks that are validated. I have 83 pending tasks that are alos in the same range as the valid tasks.