![]() |
|
|
#23 |
|
Oct 2006
25910 Posts |
look here:
http://www.mersenneforum.org/showpos...9&postcount=28 i explain how to run the stuff under windows |
|
|
|
|
|
#24 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
Wouldn't it be better to use rogue's modified version of phrot, which can remember where it left off in the middle of a file?
|
|
|
|
|
|
#25 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
141518 Posts |
Hmm...somebody needs to write up a little wrapper program so that phrot can communicate using the LLRnet protocol! The protocol itself is actually quite simple, but I know very little about network programming. Maybe someone who knows a little bit more about that stuff could put something together?
The best way might be simply to replace the code in the LLRnet client that does the actual work, with code that instead drives the phrot program. Since phrot can be fed a number from the command line, that should be possible. |
|
|
|
|
|
#26 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Quote:
Code:
gcc -O3 -mtune=nocona -msse2 -msse2 -m64 -O3 -o math52.c2d.o -c math52.c
In file included from /usr/include/features.h:354,
from /usr/include/limits.h:27,
from /usr/lib/gcc/i486-linux-gnu/4.2.3/include/limits.h:122,
from /usr/lib/gcc/i486-linux-gnu/4.2.3/include/syslimits.h:7,
from /usr/lib/gcc/i486-linux-gnu/4.2.3/include/limits.h:11,
from mathtypes.h:9,
from math52.h:5,
from math52.c:2:
/usr/include/gnu/stubs.h:9:27: error: gnu/stubs-64.h: No such file or directory
make: *** [math52.c2d.o] Error 1
Would it just be easier for someone else who has a Linux machine more tailored to development than mine to compile it? |
|
|
|
|
|
|
#27 | |
|
Jan 2006
Hungary
22·67 Posts |
Quote:
It sure is quicker than LLR, so I am ready to switch. But I run LLR on 10 machines and I can't babysit these machines every time they are started up. Willem. |
|
|
|
|
|
|
#28 |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3×2,083 Posts |
In that case, you'll definitely want rogue's modified phrot, since the "stock" version would need you to mess with the input file each time it starts up. Rogue, do you by any chance have a Windows precompiled version?
|
|
|
|
|
|
#29 |
|
"Mark"
Apr 2003
Between here and the
11·577 Posts |
|
|
|
|
|
|
#30 | |
|
"Mark"
Apr 2003
Between here and the
11·577 Posts |
Quote:
|
|
|
|
|
|
|
#31 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
186916 Posts |
Quote:
Last fiddled with by mdettweiler on 2008-04-05 at 23:39 |
|
|
|
|
|
|
#32 | |
|
"Mark"
Apr 2003
Between here and the
11×577 Posts |
Quote:
|
|
|
|
|
|
|
#33 | |
|
A Sunny Moo
Aug 2007
USA (GMT-5)
3·2,083 Posts |
Quote:
Thanks to a quick Google search, I figured out how to redirect all output (i.e. both stdout and stderr) to a file, so I was able to capture all the "make" command output to a file. When I looked at the file's contents, though, I found the source of all the errors: I had forgotten to change one of the references to point to my copy of the glucas source! So, it was still pointing to wherever it would have been if it was on Rogue's machine. ![]() So, now I'm going to go fix the reference in whatever makefile it's in, and try again... Last fiddled with by mdettweiler on 2008-04-06 at 03:54 |
|
|
|
|
![]() |
Similar Threads
|
||||
| Thread | Thread Starter | Forum | Replies | Last Post |
| PRPNET & Phrot discussion | masser | Sierpinski/Riesel Base 5 | 27 | 2010-09-08 03:10 |
| Phrot announcements | rogue | Conjectures 'R Us | 33 | 2010-01-22 19:39 |
| LLR/PRP/phrot/pfgw:- Pick A Range | masser | Sierpinski/Riesel Base 5 | 8 | 2009-08-18 19:44 |
| Using Phrot For LLRNET Reservations | thommy | Sierpinski/Riesel Base 5 | 1 | 2008-11-03 14:53 |
| Programmer needed to write networked Phrot app! | mdettweiler | Programming | 0 | 2008-04-07 21:25 |