SI
SI
discoversearch

We've detected that you're using an ad content blocking browser plug-in or feature. Ads provide a critical source of revenue to the continued operation of Silicon Investor.  We ask that you disable ad blocking while on Silicon Investor in the best interests of our community.  If you are not using an ad blocker but are still receiving this message, make sure your browser's tracking protection is set to the 'standard' level.
Technology Stocks : Intel Corporation (INTC) -- Ignore unavailable to you. Want to Upgrade?


To: fp_scientist who wrote (132630)4/17/2001 3:11:17 PM
From: Elmer  Read Replies (1) | Respond to of 186894
 
Could you please provide a link? I am interested in buying one of these ...

You can get a free evaluation copy of the C++ or Fortran compilers.

intel.com;

intel.com;



To: fp_scientist who wrote (132630)4/17/2001 3:52:10 PM
From: fingolfen  Read Replies (1) | Respond to of 186894
 
Direct link to order the Linux compilers is:

developer.intel.com

You can also go to Intel's Developer homepage at:

developer.intel.com

I came up with that one just doing a simple search for "compiler" on the developer site. There are also contacts on the page which may have information on compilers which would better fit your specific needs...



To: fp_scientist who wrote (132630)4/21/2001 1:10:25 PM
From: fyodor_  Read Replies (2) | Respond to of 186894
 
fp: The Pentium 4 is a great chip for intensive FP scientific applications. I am afraid that these are not representative of the PC "mainstream."

Being an "fp scientist" myself, I can say that's NOT true. The P4 has decent fp performance coupled with awesome bandwidth performance, resulting in decent total performance if your dataset is small, great total performance if your dataset is large. In the case of the former, a much better choice would be an Athlon.

The P4 (and PIII, from which its fp unit draws heavily) is also a bit sensitive when it comes to square roots and 1/x operations. If you have a lot of these in your fp code, an Athlon performs much better.

For the work I'm currently doing, I use relatively large datasets, but a rather unfortunate mix of instructions making the code perform quite poorly on the P4 (regardless of optimization - all the inner loops are hand optimized in assembly).

-fyo