![]() |
![]() |
#1 |
Sep 2003
5·11·47 Posts |
![]()
Prime95 saves checkpoint files (usually named p.... and q.... for LL testing).
The following Perl code prints out how many iterations the checkpointed file is at: ------------------------------- Code:
#!/usr/bin/perl $file = shift || die; open (FILE,"<$file") || die; read(FILE,$temp,6); ($type, $counter) = unpack("sL",$temp); print "$type $counter\n"; close (FILE); Call it read_checkpoint.pl and give the name of the checkpoint file as the only argument: read_checkpoint.pl pA655011 I'm not the author; I don't know who is. I grabbed this code from the Mersenne mailing list quite some time ago. |
![]() |
![]() |
![]() |
Thread Tools | |
![]() |
||||
Thread | Thread Starter | Forum | Replies | Last Post |
Source file could not be read | MacMcF | Information & Answers | 6 | 2012-02-18 02:42 |
Perl scripts for result file conversion | nuggetprime | No Prime Left Behind | 5 | 2009-01-02 19:44 |
Iterations between results file output? | edorajh | Software | 8 | 2003-11-20 02:28 |
A bit of Perl code to read a checkpoint file and tell how many iterations it's at | GP2 | Data | 0 | 2003-11-15 01:07 |
chance of finding a factor?......Read me read me read me :) | Firedog18 | Software | 9 | 2003-07-25 17:10 |