Search the web
Sign In
New User? Sign Up
openpfgw · Co-ordination of the OpenPFGW project
? Already a member? Sign in to Yahoo!

Yahoo! Groups Tips

Did you know...
Message search is now enhanced, find messages faster. Take it for a spin.

Best of Y! Groups

   Check them out and nominate your group.
Having problems with message search? Fill out this form to ensure your group is one of the first to be migrated to the new message search system.

Messages

  Messages Help
Advanced
Messages 950 - 979 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Messages: Simplify | Expand   (Group by Topic) Author Sort by Date ^
950
... PFGW Version 20010828.x86_Dev (Alpha software, 'caveat utilitor') Output logging to file pfgw.out PRP: (72*10^7595-27)/99 1/25229 Iteration: 1/25229 ERROR:...
David Broadhurst
djbroadhurst
Offline Send Email
Oct 2, 2002
2:45 am
951
... 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...
tech_newsletters
tech_newslet...
Offline Send Email
Oct 2, 2002
3:24 am
952
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...
tech_newsletters
tech_newslet...
Offline Send Email
Oct 4, 2002
8:59 pm
953
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...
jim_fougeron
Offline Send Email
Oct 7, 2002
7:26 pm
954
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....
Send Email
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....
Send Email
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...
Phil Carmody
thefatphil
Offline Send Email
Oct 7, 2002
8:57 pm
957
... 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...
tech_newsletters
tech_newslet...
Offline Send Email
Oct 7, 2002
10:16 pm
958
... "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...
Phil Carmody
thefatphil
Offline Send Email
Oct 8, 2002
12:22 am
959
... 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...
tech_newsletters
tech_newslet...
Offline Send Email
Oct 8, 2002
2:12 am
960
... 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...
Phil Carmody
thefatphil
Offline Send Email
Oct 8, 2002
9:46 am
961
... 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)...
tech_newsletters
tech_newslet...
Offline Send Email
Oct 8, 2002
12:32 pm
962
... 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...
Phil Carmody
thefatphil
Offline Send Email
Oct 8, 2002
3:02 pm
963
... 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...
tech_newsletters
tech_newslet...
Offline Send Email
Oct 8, 2002
7:54 pm
964
... 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...
Phil Carmody
thefatphil
Offline Send Email
Oct 8, 2002
11:08 pm
965
... 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...
tech_newsletters
tech_newslet...
Offline Send Email
Oct 11, 2002
4:39 am
966
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...
Phil Carmody
thefatphil
Offline Send Email
Oct 11, 2002
8:49 am
967
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...
tech_newsletters
tech_newslet...
Offline Send Email
Oct 15, 2002
12:28 am
968
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...
Jim Fougeron.
jim_fougeron
Offline Send Email
Oct 15, 2002
12:51 am
969
... 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...
tech_newsletters
tech_newslet...
Offline Send Email
Oct 15, 2002
9:36 pm
970
... Good. ... I am not sure when the last time ChrisN has updated the *nix config's I know it has been a long time. Jim....
jim_fougeron
Offline Send Email
Oct 16, 2002
12:45 am
971
I have been looking at the pfgw code but I am having dificulty following it. In pfgw_main.cpp on line 1260, bRetval=gwPRP(pResult,...
Michael Angel
tech_newslet...
Offline Send Email
Oct 26, 2002
7:07 pm
972
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...
David Broadhurst
djbroadhurst
Offline Send Email
Oct 31, 2002
6:03 am
973
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 ...
Michael Bell
mbhawkuk
Offline Send Email
Oct 31, 2002
11:57 am
974
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@...
Send Email
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)...
jim_fougeron
Offline Send Email
Oct 31, 2002
9:48 pm
976
... Champion! ... Gladly: ? {ls=[1009,2017,1013,4374133,1019,44006533, 1021,14293,1031,35404541,1033,20308781,1039,8457461];} ?...
David Broadhurst
djbroadhurst
Offline Send Email
Oct 31, 2002
10:03 pm
977
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....
jim_fougeron
Offline Send Email
Oct 31, 2002
10:21 pm
978
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....
Send Email
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...
Phil Carmody
thefatphil
Offline Send Email
Oct 31, 2002
10:41 pm
Messages 950 - 979 of 2064   Oldest  |  < Older  |  Newer >  |  Newest
Advanced
Add to My Yahoo!      XML What's This?

Copyright © 2009 Yahoo! Inc. All rights reserved.
Privacy Policy - Terms of Service - Guidelines - Help