Citizen Science Grid auf ARM

JagDoc

Grand Admiral Special
Mitglied seit
18.08.2002
Beiträge
3.147
Renomée
540
  • SIMAP Race
  • QMC Race
  • RCN Russia
  • Spinhenge ESL
  • Docking@Home
  • BOINC Pentathlon 2011
  • BOINC Pentathlon 2012
  • BOINC Pentathlon 2013
  • BOINC Pentathlon 2014
  • BOINC Pentathlon 2015
  • BOINC Pentathlon 2016
  • BOINC Pentathlon 2017
  • BOINC Pentathlon 2018
  • BOINC Pentathlon 2019
  • SETI@Home Intel-Race II
  • BOINC Pentathlon 2020
  • THOR Challenge 2020
  • BOINC Pentathlon 2021
  • BOINC Pentathlon 2022
  • BOINC Pentathlon 2023
Citizen Science Grid hat eine App für SubsetSum auf den ARMs.

Unter NativeBoinc:
Projekt hinzufügen, Anderes Projekt, Anderes Projekt und dann http://csgrid.org/csg/ als Projekt-URL eingeben.

Für ARM unter Linux (Raspi) gibt es eine anonyme App:

Projekt hinzufügen. Kommt die Meldung wird nicht unterstützt, trotzdem hinzufügen.

Dann in der Konsole:
Code:
sudo su
cd /var/lib/boinc-client/projects/csgrid.org_csg
wget https://github.com/sorcrosc/rpi-boinc-ap/raw/master/SubsetSum/SubsetSum.tar.gz
tar xfz SubsetSum.tar.gz

Dann Boinc neustarten und läuft.
 
Es hat ja super funktioniert auf den C2s wie auf meinem Tablett, aber seit einigen Tagen ist Ebbe keine Wus mehr. *noahnung*
Gruß herby44
 
Immernoch keine Arbeit as ist ja zum *wegpenn*
Gruß herby44
 
Ist schon wieder Penta?! *rofl*
 
Das Projekt scheint ja wieder zu laufen, aber auf den Odroids bekomme ich keine Arbeit mit der Meldung
Ihre app_info.xml Datei enthält keine nutzbare Version von EXACT Convolutional Neural Network Trainer. *noahnung*
 
Android running on ARM
 
Aber nur für SubSetSum. Für das Teilprojekt EXACT Convuundsoweiter gibt es noch keine ARM App.
 
Nur nicht für das neue (?) Subprojekt "EXACT Convolutional Neural Network Trainer". Die Odroids nutzen eine fremdkompilierte Linux@ARM App für SubsetSum.

SubsetSum hat aktuell keine WUs. Jener Daniel der auch TN-Grid optimierte, hat im Quellcode Fehler gefunden. Bis dato müssten alle Berechnungen bei SSS für die Katz' gewesen sein...
"Travis style" halt ;-)

edit:

ups, da hab ich wohl bissl länger gebraucht :-D

--- Update ---

Immerhin hat Travis auch den EXACT code öffentlich gemacht (https://github.com/travisdesell/exact).
Ich komme damit aber nicht klar...
 
Was, alles bisherige invalid und keiner bekam es mit?
 
http://csgrid.org/csg/forum_thread.php?id=2209&postid=6394#6394
I will shed some light on this. About two weeks ago I started working on SubsetSum app code to add SSE support for it. During my work I discovered serious bug - bit indexing was done in incorrect way (in function all_ones if you want to check this itself). Because of it app generated incorrect results. I wrote email about it to Travis. Week later I sent another one with reminder and details about one more possible bug (this time in shift_left function). This time I got reply that he was busy and will take a look on this. Soon after this work generator was stopped. I thought that Travis will post some official note about this, but for some reason this did not happen.

Gut möglich, wenn der Validator 2 gleicherart falsche Ergebnisse vergleicht, sieht das erstmal OK aus, bis evtl. mal ein Mensch draufschaut.
 
Zurück
Oben Unten