ADVMETHODS for the win:

Right.. I've switched my server across to -advmethods, though being an PIII866 I'm not certain whether it'll help at all.

According to my custom status page it seem so to have picked up a p1814_Collagen_POG10more and a p2126_villin_sigd3 to process.

We shall see :)

annoyingly it killed off two perfectly good (and 70% completed) WUs when I restarted the service with -advmethods added.
 
joeyjojo said:
I like that a lot, good job. Perks of having your own server I guess.

I guess :)

Its nothing fancy at all.
Code:
<?php

echo "FAH on CPU1<br/><br/>";
$file = file( 'unitinfo1.txt' );
echo $file[2] . "</br>";
$file = array_reverse( file( 'FAHlog1.txt' ) );
$limit = 5;
for ($i = 0; $i < $limit; $i++ ){
echo $file[$i] . "</br>";
}

echo "<br/><br/>FAH on CPU2<br/><br/>";
$file = file( 'unitinfo2.txt' );
echo $file[2] . "</br>";
$file = array_reverse( file( 'FAHlog2.txt' ) );
$limit = 5;
for ($i = 0; $i < $limit; $i++ ){
echo $file[$i] . "</br>";
}
?>

I symlinked the unitinfo and FAHlog files for each client into a subfolder in the webspace, then just read the files and echo it out :)
 
Name: p1814_Collagen_POG10more
[20:14:32] Completed 455000 out of 500000 steps (91%)

:eek: :eek: Sheesh thats fast. I'd love to see one of those on this box (X2) if it completes that quickly on a PIII!
Its only worth 153 points apparently, but still thats just 7 hours work!
 
Back
Top Bottom