|
|||||||
|
|
|
![]() |
|
|
Strumenti |
|
|
#21 | |
|
Senior Member
Iscritto dal: Oct 2003
Città: Roma
Messaggi: 5733
|
Sono ancora a 0 però per adesso non ha dato errori, posto un log dei messaggi. In ogni caso su vari forum non sono riuscito a capire se gira o non gira sotto vista 64 BOINC con Rosetta; però ho visto diversi utenti con Windows XP 64 che dicenvano di far andare BOINC con Seti senza problemi... Bho; cmq se avete informazioni ovviamente dite
EDIT: Cmq questo nuovo client a livello di prestazioni sembra andare decisamente meglio di prima, guardate il valore dei benchmark: Quote:
Ultima modifica di VitOne : 22-04-2007 alle 14:43. |
|
|
|
|
|
|
#22 | |
|
Bannato
Iscritto dal: Oct 2003
Città: Darfo Boario Terme Auto/Moto: BMW X3 3000TD & Citroen Diane 6 del 1984 & Yamaha R6 del 2002
Messaggi: 11027
|
Quote:
s
|
|
|
|
|
|
|
#23 |
|
Senior Member
Iscritto dal: Dec 2005
Messaggi: 7038
|
Beh mi sembra evidente che quando si dice compatibilità da Windows 98 in poi si intenda sistemi a 32 bit.
Dato che fino a poco tempo fà non esisteva windows a 64 bit, naturalmente, i programmi usciti prima non posso funzionare in maniera nativa. Non ho idea se l'emulazione a 32 di windows sia sufficiente, per questo programma. Ciao Ale
__________________
Distro:Ubuntu LTS, Debian,SL,OpenBSD I love Linux, Bsd and the free software! Fantasia: fotografica [Icewm]: Thread Ufficiale - light window manager Benchmark Cpu per sistemi Linux/BSD
|
|
|
|
|
|
#24 |
|
Senior Member
Iscritto dal: Oct 2003
Città: Roma
Messaggi: 5733
|
Nulla da fare, anche qui mi da errori e basta
|
|
|
|
|
|
#25 |
|
Bannato
Iscritto dal: Oct 2003
Città: Darfo Boario Terme Auto/Moto: BMW X3 3000TD & Citroen Diane 6 del 1984 & Yamaha R6 del 2002
Messaggi: 11027
|
|
|
|
|
|
|
#26 |
|
Senior Member
Iscritto dal: Jul 2006
Città: Ragusa
Messaggi: 950
|
__________________
BOINC God di 4° livello
|
|
|
|
|
|
#27 | |
|
Senior Member
Iscritto dal: Oct 2003
Città: Roma
Messaggi: 5733
|
Quote:
EDIT 2: il computer è 477652 potete controllare anche voi se fa errori Ultima modifica di VitOne : 22-04-2007 alle 23:17. |
|
|
|
|
|
|
#28 | |
|
Senior Member
Iscritto dal: Jul 2006
Città: Ragusa
Messaggi: 950
|
Quote:
__________________
BOINC God di 4° livello
|
|
|
|
|
|
|
#29 |
|
Senior Member
Iscritto dal: Oct 2003
Città: Roma
Messaggi: 5733
|
Hai ragione, grazie di nuovo
|
|
|
|
|
|
#30 | |
|
Senior Member
Iscritto dal: Jul 2006
Città: Ragusa
Messaggi: 950
|
Quote:
__________________
BOINC God di 4° livello
|
|
|
|
|
|
|
#31 |
|
Senior Member
Iscritto dal: Oct 2003
Città: Roma
Messaggi: 5733
|
Purtroppo tra poco lo devo disabilitare, lo lascierò riprendere domani mattina.
|
|
|
|
|
|
#32 |
|
Senior Member
Iscritto dal: Jul 2006
Città: Ragusa
Messaggi: 950
|
Capisco, in ogni caso facci sapere!
__________________
BOINC God di 4° livello
|
|
|
|
|
|
#33 |
|
Senior Member
Iscritto dal: Oct 2003
Città: Roma
Messaggi: 5733
|
Sono commosso
finalmente sono riuscito a farlo funzionare con questo client! Adesso devo ripartire da 6 di RAC ma è già qualcosa |
|
|
|
|
|
#34 | |
|
Senior Member
Iscritto dal: Jul 2006
Città: Ragusa
Messaggi: 950
|
Quote:
Fammi capire ma adesso hai perso tutto il lavoro fatto finora con il BOINC 32 bit? Se si prova a fare così: You can change BOINC from i686 to x86_64, but you need to hand-edit the file client_state.xml. Near the end of the file there's tag <platform_name> which needs to match platform name of your BOINC client. If it doesn't, BOINC client will reset all the projects.
__________________
BOINC God di 4° livello
|
|
|
|
|
|
|
#35 | |
|
Senior Member
Iscritto dal: Oct 2003
Città: Roma
Messaggi: 5733
|
Quote:
|
|
|
|
|
|
|
#36 | |
|
Senior Member
Iscritto dal: May 2004
Città: Salentu: lu mare lu sole, lu vientu. Ora Firenze
Messaggi: 4033
|
Quote:
__________________
Passa al LATO OSCURO, OT sin dal 1859 e l'unico account capace di tornare indietro coi crediti. Quattro, anzi no cinque volte
|
|
|
|
|
|
|
#37 | |
|
Senior Member
Iscritto dal: Jul 2006
Città: Ragusa
Messaggi: 950
|
Quote:
Jan 11, 2007 Regarding the recent increasing graphic related errors, we suspect it is a problem of thread synchronization. Basically Rosetta working thread does the simulation which changes all the atom coordinates ( which are saved in shared memory) while the graphic thread tries to read data from that place to draw the graphic or screensaver. Currently there is no locking mechanism to ensure the shared memory is accessed by one thread at a time and this could generate some conflicts or memory corruption and then trigger an error. On one of our local computers, when screensaver or graphic is turned on, it caught errors at a rate of at least one per day on average and without any graphics, it ran flawlessly. The errors which have been observed include crashing(0xc0000005), hung-up (0x40010004) and being stuck( watchdog ending). All the errors were not reproducable with same random number seeds and we think that is due to the radomness in graphic process. Another side proof was that showing sidechains requires accessing shared memory more often and intensively, and after turning off sidechains and rotating, the graphic error rates drop but the problem is not solved completely. There seems to be an correlation between two. We are currently working on adding the new locking mechanism and we will post an update when it is ready to be tested out. Meanwhile, if you have experienced freqeuent client-errors, please temporarily disable the boinc_graphics/screensaver to reduce the problem. Thanks for everybody's support.
__________________
BOINC God di 4° livello
|
|
|
|
|
|
|
#38 |
|
Senior Member
Iscritto dal: Oct 2003
Città: Roma
Messaggi: 5733
|
Grazie ad entrambi. La versione di BOINC che sto usando è priva di installazione; ho semplicemente copiato ed incollato la cartella sul desktop e lanciato BOINC da lì. Non c'è lo screen saver, secondo voi posso fare qualcos'altro?
|
|
|
|
|
|
#39 | |
|
Senior Member
Iscritto dal: Jul 2006
Città: Ragusa
Messaggi: 950
|
Quote:
__________________
BOINC God di 4° livello
|
|
|
|
|
|
|
#40 | |
|
Senior Member
Iscritto dal: Oct 2003
Città: Roma
Messaggi: 5733
|
Quote:
|
|
|
|
|
|
| Strumenti | |
|
|
Tutti gli orari sono GMT +1. Ora sono le: 10:47.












s
finalmente sono riuscito a farlo funzionare con questo client! Adesso devo ripartire da 6 di RAC ma è già qualcosa








