Hi all, I have a very quick question that I can't seem to find the answer to. Is it possible to set up recurrence relationships with PFGW, as was possible with...
... Unless there is some way to do this with a script file (Michael, do you see a way?), then I don't think it can be done in PFGW. PFGW lacks variables, and...
... I've pondered the use for pseudo-variables, which could refer to prior numbers. You must read the following in the context of me being a perl-user. ...
... Remember that you might have a function that depends on the last-but-one or more, eg f(n+1) = 6f(n)-f(n-1). However, using your syntax this can be...
Hi, I'm on holiday at the moment and paying by the minute for this computer, so haven't got time to detail how to do something like this but it should be ...
... <selection> ... memory ... got ... This is an old quote from Chris from March 2001. Allowing k > 2^32 without a 2.3x+ speed penalty would make a big...
... 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 ...