![]() |
|
|
#133 |
|
Mar 2006
10111102 Posts |
Is it possible to do a stats page based on client ID. And since I think I am asking for something that has not been coded yet the information I would like to see is: last reserve date/time, last return date/time, total tests done by the client.
S. |
|
|
|
|
|
#134 |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
It's possible. I'll think about it.
|
|
|
|
|
|
#135 |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
What file formats are supported by the PRPnet server? I've tried a few different ones, but it rejects each for some reason. Can someone please post an example of something that works?
|
|
|
|
|
|
#136 | |
|
"Lennart"
Jun 2007
25·5·7 Posts |
Quote:
If you have problem create work on a new server do a empty prpserver.candidates in the server directory /Lennart ABC $a*2^$b-1 1223 454656 You may need todo prpserver -i filename.zxy Last fiddled with by Lennart on 2009-05-12 at 20:25 |
|
|
|
|
|
|
#137 | |
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
Quote:
// Cullen/Woodall form from gcwsieve (fixed base) static char *cwfbpstring = "$a*%d^$a%d"; static char *cwfbastring = "$a*%d^$a$%c"; // Cullen/Woodall form from gcwsieve (variable base) static char *cwvbpstring = "$a*$b^$a+1"; static char *cwvbmstring = "$a*$b^$a-1"; static char *cwvbastring = "$a*$b^$a$c"; // Fixed k forms for k*b^n+/-1 static char *fkpstring = "%d*$a^$b%d"; static char *fkastring = "%d*$a^$b$%c"; // Fixed b forms for k*b^n+/-1 static char *fbpstring = "$a*%d^$b%d"; static char *fbastring = "$a*%d^$b$%c"; // Fixed n forms for k*b^n+/-1 static char *fnpstring = "$a*$b^%d%d"; static char *fnastring = "$a*$b^%d$%c"; // Any form of k*b^n+/-1 static char *abcpstring = "$a*$b^$c+1"; static char *abcmstring = "$a*$b^$c-1"; static char *abcastring = "$a*$b^$c$d"; // Any form of n!+/-1 (factorials) static char *factpstring = "$a!+1"; static char *factmstring = "$a!-1"; static char *factastring = "$a!+$b"; // Any form of n#+/-1 (primorials) static char *primpstring = "$a#+1"; static char *primmstring = "$a#-1"; static char *primastring = "$a#+$b"; Where you see %d, it can be '+1' or '-1'. %c should be the character 'c'. |
|
|
|
|
|
|
#138 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
Quote:
I think I tried similar forms already...maybe it doesn't like having any more or less than k and n as the variables.Thanks for the full list, rogue. Hm...it's possible that I'm just doing something wrong, but it seems that aborted tests (where the client does Ctrl-C, then option 1) are never tested. I'm using 2.1.2 on Windows. The server is local. Here's what the completed_tests.log file looks like with aborted tests: (the first two were aborted, the third was actually tested) Code:
[2009-05-12 21:07:01 GMT] 349*2^100009-1: Email: [removed] Program: Residue: DoubleCheck? No [2009-05-12 21:07:01 GMT] 349*2^100011-1: Email: [removed] Program: Residue: DoubleCheck? No [2009-05-12 21:08:25 GMT] 349*2^100013-1: Email: [removed] Program: cllr.exe Residue: F73758933DF3566C DoubleCheck? No |
|
|
|
|
|
|
#139 |
|
May 2005
23×7×29 Posts |
I am wondering what is going to happen on a client side if the client is terminated by means of system shutdown / restart rather than Ctrl+C... It would be especially valid for clients ran as a service or hidden in some other way (e.g. runh.exe). Is there some default action that would be taken upon client restart?
|
|
|
|
|
|
#140 | ||
|
"Mark"
Apr 2003
Between here and the
24·397 Posts |
Quote:
Quote:
Last fiddled with by rogue on 2009-05-12 at 22:01 |
||
|
|
|
|
|
#141 |
|
May 2005
23×7×29 Posts |
IMHO the default action should be to continue where it left (e.g. from last progress file if available) as if nothing really happened
|
|
|
|
|
|
#142 | |
|
Account Deleted
"Tim Sorbera"
Aug 2006
San Antonio, TX USA
17·251 Posts |
Quote:
Last fiddled with by Mini-Geek on 2009-05-12 at 23:07 |
|
|
|
|
|
|
#143 | |
|
"Mark"
Apr 2003
Between here and the
143208 Posts |
Quote:
|
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PRPNet 5.4.3 Released | rogue | Software | 178 | 2021-06-24 11:56 |
| PSP goes prpnet | ltd | Prime Sierpinski Project | 86 | 2012-06-06 02:30 |
| PRPNet 4.0.0 Released | rogue | Software | 84 | 2011-11-16 21:20 |
| PRPNet 4.0.1 Released | Joe O | Sierpinski/Riesel Base 5 | 1 | 2010-10-22 20:11 |
| PRPNet 3.0.0 Released | rogue | Conjectures 'R Us | 220 | 2010-10-12 20:48 |