Ik heb weer eens een nieuwe tool voor Folding@Home geschreven: random-folder.pl.
Deze keer een iets simpeler progsel dan FCI: Folding@Home Client Information.
Wasda? Hoor ik men al zeggen, dus bij deze een kort beschrijving van random-folder.pl:
Update 2008-12-25: Het doneren heeft success, op moment van schrijven doe ik nog maar 13,28% van de total output
Dit is mijn tool of choice om de top5 van Fatal Error Group wat dichter bij elkaar te brengen, om zo de strijd weer wat spannender te maken.
Ala de FAH client zelf houdt random-folder.pl een logfile bij, mits je -v of --verbose gebruikt, waarvan je hieronder een voorbeeld kunt zien, wat tevens wat inzicht geeft in hoe random-folder.pl werkt:
Momenteel worden alleen de volgende FAH clients ondersteunt:
Check it out!
Website: http://linuxminded.xs4all.nl/?target=software-random-folder.plc
of via mijn nieuwe domeinnaam: http://random-folder.linuxminded.nl/
Download: random-folder-0.8.2.tar.gz
License: GPL v2 or later
Deze keer een iets simpeler progsel dan FCI: Folding@Home Client Information.
Wasda? Hoor ik men al zeggen, dus bij deze een kort beschrijving van random-folder.pl:
Ik heb dit geschreven om wat punten van de SMP client op mijn Q6600 te doneren aan mijn subteam maatjes die wat lager in de stats staan. Ik ben namelijk al veel te lang de overall #1 met ~30% van de totale output op mijn naam, ik heb de punten niet echt nodig dus doneer ze maar[random-folder.pl is] a Perl script to manage the Folding@Home client on Linux.
It will run the FAH client with -oneunit and reconfigure and restart the FAH client after each completed work unit.
The FAH client will be reconfigured with a randomly chosen username/team combination from the config.xml configuration file.
Status and progress monitoring of the current work unit is done with Dick Howells qd.
See the README file for more information on random-folder.pl, and for installation, configuration and usage instructions.
Update 2008-12-25: Het doneren heeft success, op moment van schrijven doe ik nog maar 13,28% van de total output
Dit is mijn tool of choice om de top5 van Fatal Error Group wat dichter bij elkaar te brengen, om zo de strijd weer wat spannender te maken.

Ala de FAH client zelf houdt random-folder.pl een logfile bij, mits je -v of --verbose gebruikt, waarvan je hieronder een voorbeeld kunt zien, wat tevens wat inzicht geeft in hoe random-folder.pl werkt:
code:
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
| [2007-09-08 12:38:36] random-folder.pl starting. [2007-09-08 12:38:36] [2007-09-08 12:38:36] Changing working directory to: ./ [2007-09-08 12:38:36] [2007-09-08 12:38:36] Parsing FAH client commandline arguments. [2007-09-08 12:38:36] Adding argument: -advmethods [2007-09-08 12:38:36] Adding argument: -forceasm [2007-09-08 12:38:36] [2007-09-08 12:38:36] Forking... [2007-09-08 12:38:36] Child PID: 29401 [2007-09-08 12:38:36] Starting FAH client: ./fah5 -verbosity 9 -oneunit -advmethods -forceasm [2007-09-08 12:38:36] Parent PID: 29400 [2007-09-08 12:38:36] Entering client management loop. [2007-09-08 12:38:36] Checking WU status & progress ... [2007-09-08 12:38:36] Status : folding now [2007-09-08 12:38:36] Progress: 98.7% [2007-09-08 12:38:36] Expected: Sat Sep 8 12:49:59 2007 [2007-09-08 12:38:36] WU is not finished yet. [2007-09-08 12:38:36] Waiting for 5 minutes before polling again. [...] [2007-09-08 12:48:37] Checking WU status & progress ... [2007-09-08 12:48:37] Status : folding now [2007-09-08 12:48:37] Progress: 99% [2007-09-08 12:48:37] Expected: Sat Sep 8 12:56:53 2007 [2007-09-08 12:48:37] WU is not finished yet. [2007-09-08 12:48:37] Waiting for 5 minutes before polling again. [2007-09-08 12:53:37] Checking WU status & progress ... [2007-09-08 12:57:07] Child PID: 29401 [2007-09-08 12:57:07] FAH client exited with status: 0 [2007-09-08 12:57:07] Status : finished [2007-09-08 12:57:07] WU has finished! [2007-09-08 12:57:07] Checking if process is running: child process 29401 [2007-09-08 12:57:07] No, process is not running [2007-09-08 12:57:07] Checking if process is running: fah5 [2007-09-08 12:57:07] No, process is not running [2007-09-08 12:57:07] Checking if process is running: mpiexec [2007-09-08 12:57:07] No, process is not running [2007-09-08 12:57:07] Checking if process is running: FahCore_.*.exe [2007-09-08 12:57:07] No, process is not running [2007-09-08 12:57:07] Configured accounts: [2007-09-08 12:57:07] ID : 0 [2007-09-08 12:57:07] Username: [DPC]_Fatal_Error_Group0smoking2000 [2007-09-08 12:57:07] Team : 92 [2007-09-08 12:57:07] [2007-09-08 12:57:07] ID : 1 [2007-09-08 12:57:07] Username: [DPC]_Fatal_Error_Group0JMT [2007-09-08 12:57:07] Team : 92 [2007-09-08 12:57:07] [2007-09-08 12:57:07] ID : 2 [2007-09-08 12:57:07] Username: [DPC]_Fatal_Error_Group0Sm0ke0ut [2007-09-08 12:57:07] Team : 92 [2007-09-08 12:57:07] [2007-09-08 12:57:07] Random account: 0 [2007-09-08 12:57:07] Username: [DPC]_Fatal_Error_Group0smoking2000 [2007-09-08 12:57:07] Team: 92 [2007-09-08 12:57:07] [2007-09-08 12:57:07] Modifying client.cfg [2007-09-08 12:57:07] [2007-09-08 12:57:07] Forking... [2007-09-08 12:57:07] Child PID: 30000 [2007-09-08 12:57:07] Starting FAH client: ./fah5 -verbosity 9 -oneunit -advmethods -forceasm [2007-09-08 12:57:07] Parent PID: 29400 [2007-09-08 12:57:07] Waiting for 1 minutes before polling again. [2007-09-08 12:58:07] Checking WU status & progress ... [2007-09-08 12:58:07] Status : folding now [2007-09-08 12:58:07] WU is not finished yet. [2007-09-08 12:58:07] Waiting for 60 minutes before polling again. |
Momenteel worden alleen de volgende FAH clients ondersteunt:
- Linux CPU client v5.02: FAH502-Linux.exe
- Linux CPU client v5.04: FAH504-Linux.exe
- Linux SMP client v5.91: fah5
- Linux SMP client v6.00: fah6 (ook in Uniprocessor Mode/non-SMP)
- Linux SMP client v6.01: fah6 (ook in Uniprocessor Mode/non-SMP)
- Linux SMP client v6.02: fah6 (ook in Uniprocessor Mode/non-SMP)
- Mac OS X SMP client v5.91: fah5
- Mac OS X SMP client v6.00: fah6
- Mac OS X SMP client v6.01: fah6
- Mac OS X SMP client v6.02: fah6
Check it out!
Website: http://linuxminded.xs4all.nl/?target=software-random-folder.plc
of via mijn nieuwe domeinnaam: http://random-folder.linuxminded.nl/
Download: random-folder-0.8.2.tar.gz
License: GPL v2 or later
[ Voor 4% gewijzigd door smoking2000 op 25-12-2008 20:21 . Reden: New version released ]
| [Folding@Home] Announce: Client monitor voor Linux (fci) | fci-1.8.4 | Fatal Error Group |