... seconds) ... Which processor did this occur on? I believe the latest version for windows is 20020515.Win_Dev (Beta... and 20020311.x86_Dev (Alpha ... for...
Hello, I would like to request a sister copy of the test-P4 for windows PFGW for linux. I now have access to a P4 RH linux box, so I can also run some more...
I am posting a new version online right now. This version does NOT (or may not) have the most up to date Woltman Linux .o files. It also has the source (and...
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Oct 7, 2002 7:27 pm
955
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Oct 7, 2002 7:28 pm
956
We linux guys will end up being lazy and just use WINE :-) Phil ... ===== First rule of Factor Club - you do not talk about Factor Club. Second rule of Factor...
... Indeed. That is if our admin allows to install WINE :( So I think I just need to run dos2unix on the *.c and the configure files, right? At the moment I...
... "recode" does everything that dos2unix used to do, and more. Does tr -d '\r' < SOURCE > DEST work? This looks liek something that might work: #! /bin/sh if...
... make. ... Well I think are are at least two distinct problems: 1) Old version of GCC? v2.96?? 2) Jim's comment on the old configure file, referencing old...
... Bad! ELF wanted. a.out died out with the hippies. ... You can configure the kernel to run a.out binaries if you like. (It's actualy a simple run-time...
... I compiled Yves's genefer.c program with 'g++' and 'gcc' and it runs and compiletes it self-test. Where would I replace g++ with icc (intel's compiler)...
... The 'file' command will indentify the type of any file. It will identify a.out files from ELF files, for example. Can you find the 'executable' that make...
... runs ... identify ... the 'executable' that ... The gcc genefer.c produces is given the following output by file: $ file a.out a.out: ELF 32-bit LSB...
... Looks like it's you and me Michael! ... That's what I'd hoped. ... It's this if that fails, isn't it? ... Was that supposed to make sense to anyone? It...
... other ... Thank you, Jim. I did find one typo (case) pform/pflib/erat_mod.cpp:28:20: bmap.cxx bmap.cxx => Bmap.cxx After fixing that error, I got...
Received from the Scott Meyers List, might be of interest to some. ... Phil ===== First rule of Factor Club - you do not talk about Factor Club. Second rule of...
After having difficulty with the alpha (20021007) code, I tryed to build the latest stable code: 20020421_FULL_SRC.zip Configure worked, but then make gave me...
Simply wrap teh #include "windows.h" with this: #if !defined (_MSC_VER) #include <windows.h> #endif and the problem should vanish for the windows.h For the...
... Thank you. Yes, that change fixed the windows.h problem. ... This is from the beta source drop, 20020421. Not your newest P4 source drop. Are you saying...
It seems to me that the modular sieve is severely crippled. In *many* cases one knows that factors are +/-1 mod p. +1 mod p is handled by -f{p} -1 mod p is...
Hi, ... Ok. pResult is the number in PFInteger form, it may have had small factors removed from it by now IIRC. sNumber is still just the string that was ...
It might also be noted that P4 SSE2 instructions are never actually used for prp tests k.2^n+1 or when n is above 78 mill. The following code is from gwnum.c...
Louis Helm
lhelm@...
Oct 31, 2002 12:06 pm
975
U.in file: ABC2 U($a) // -f{$a,+-1} a: primes from 1009 to 1039 PFGW Version 20021031.Win_Dev (Beta software, 'caveat utilitor') (Woltman 22.7 l ib w/P4 fixes)...
This was actually a h3ll of a lot easier than I had first thought. What made it easy, was the old "enhancement" Chris had added to the original factoring code....
Hello, This email message is a notification to let you know that a file has been uploaded to the Files area of the openpfgw group. File :...
openpfgw@yahoogroups....
Oct 31, 2002 10:22 pm
979
What's the most recent version of PFGW that can be built under Linux? I've just tried to hack an increased line length in pfabcfile.c and I can't get the...