ma dunque....a me la 3.10 si é installata autonomamente, nel senso che dalla sera alla mattina mi son ritrovato col computer che andava a scatti ed il rac che decollava....
ora tendo a 15/20.000 , rispetto ai 7/8000 di prima, ma se voglio lavorare devo fermare la gpu su boinc altrimenti é una pena.....
per questo mi chiedo e chiedo, avendo scoperto grazie a Simone che si può regolare l'app che di default é regolata per un utilizzo al 99% della gpu, di aiutarmi a farlo per cercare di ottimizzare il tutto. Purtroppo per me é davvero arabo...anzi, aramaico!! Tra l'altro, non saprei nemmeno come disinstallarla.......
Magari perdo un pochino di rac ma il computer mi funziona normalmente.
riporto qui di seguito le istruzioni a me incomprensibili...chissa mai che qualche anima pia prenda a cuore il mio problema.....
1. Create a super-mini standalone workunit by creating a file named "in.txt" with the following two lines:
2361185577242236529000
2361185577259416398184
2. Place the collatz_3.06_x86_64-apple-darwin__opencl_osx file in the same folder as the in.txt file created in step 1.
3. Create a file named CollatzTest.sh with the following contents:
#!/bin/sh
rm boinc_lockfile
rm boinc_finish_called
rm init_data.xml
rm out.txt
rm stderr.txt
rm checkpoint.txt
./collatz_3.06_x86_64-apple-darwin__opencl_osx %1 %2 %3 %4 %5 %6
cat stderr.txt | more
4. Change the permissions on the file to make it executable (e.g. chmod 755 CollatzTest.sh)
5. From a terminal window in the same folder, run the file with your chosen command line parameters. For example:
./CollatzTest.sh S1 T22 L8 N22
Note: If you have multiple GPUs installed you can also add the parameter --device N where N is the number of the OpenCL device, starting with 0 as the first device. For example, to run on the second GPU, you would use "--device 1". Do NOT include the --device parameter in the app_info.xml file. BOINC will determine which GPU is available and will provide the device number to the app when not running in stand-alone mode.
6. When the app is finished, verify that the output is correct. It should report 2361185577258679995122
as the number with the highest steps, 1,661 as the max steps, and 9,320,699,124,063 total steps.
7. Make a note of the parameters used and the time it took to run.
8. Go back to step 5 and repeat until you find the parameters that work best for your system.