Re: two instances of a.exe on dual processor - still only 50% performance

2004-07-07 Thread mathias . wagner
ert at all here). But it doesn't change a thing. still 50% are spent on Idle mode... :( cheers Mathias "Brian Bruns" <[EMAIL PROTECTED]> 06.07.2004 21:03 To: Mathias Wagner/HBG/SC/[EMAIL PROTECTED] <[EMAIL PROTECTED]> cc: Subje

two instances of a.exe on dual processor - still only 50% performance

2004-07-06 Thread mathias . wagner
Hi guys, I've tried to plough through your archives on dual processors and somebody said that when you've got a dual processor machine, one has to start two instances of one's program to get both processors working - one on each job. Fine, this is what I used to do on a DEC Apha, but on my Wind

Re: GCC 3.3.1 problem with printf %Lg %Lg and -m128bit-long-double compile option

2004-05-28 Thread mathias . wagner
To: "Gerrit @ cygwin" <[EMAIL PROTECTED]> cc: Mathias Wagner/HBG/SC/[EMAIL PROTECTED] Subject:Re: GCC 3.3.1 problem with printf %Lg %Lg and -m128bit-long-double compile option Classification: > On Thu, 27 May 2004, Ge

GCC 3.3.1 problem with printf %Lg %Lg and -m128bit-long-double compile option

2004-05-26 Thread mathias . wagner
Hi all, GCC 3.3.1 has a problem when printing multiple long double variables using printf and the -m128bit-long-double compile option on a Pentium-based machine. compile the code below with gcc -m128bit-long-double test.c and with gcc test.c The later will print stuff correctly in bot