MMM
Results 1 to 25 of 815

Thread: New Multi-Threaded Pi Program - Faster than SuperPi and PiFast

Threaded View

  1. #10
    Xtreme Enthusiast
    Join Date
    Mar 2009
    Location
    Bay Area, California
    Posts
    705
    Quote Originally Posted by alpha754293 View Post
    Might I suggest that for those who are looking to run with AVX that they need to be aware that of course, their hardware has to support AVX, along with the OS. (In case people are trying to run it and they're noticing that very little has changed.)

    *edit*
    P.S. There are other compilers out there that should compile your program without Intel compiler and/or Visual Studios.
    In Windows:
    If the hardware supports AVX, but the OS doesn't, it will tell you outright before continuing. (similar message if you were to run a 32-bit OS on 64-bit hardware)
    Similarly, if you were to run this version on Bulldozer, it will tell you that it can't use AVX yet.

    In Linux:
    I haven't made a dispatcher for it yet, so the user has to pick from one of the 4 binaries. I assume Linux users are more technically inclined. So if they run the AVX version and it crashes, it might be a good hint that the hardware doesn't support it. (Linux has had support for AVX for quite a while now, so I shouldn't have to worry about that.)

    If the hardware doesn't support AVX in the first place, then it won't tell you anything about not being able to use AVX.


    As for the compilers, GCC is fine. So the Linux version of the AVX binary will run on Bulldozer.
    For Windows, I'll wait until closer to the release date of Bulldozer. There's no point in spending time on getting/learning/trying another compiler if the problem will go away by itself.
    If neither the Intel Compiler nor Visual Studio has fixed their problem by Bulldozer's release, then I'll start looking for another compiler - MinGW is first on my list.



    EDIT:
    Here's what it looks like if you try running v0.5.5 on SB without OS support for AVX.

    I actually have 3 OS's installed on this machine at the moment.
    Windows 7: My default, has all my games and stuff installed.
    Windows 7 SP1 Beta: Sole purpose -> AVX programming
    Ubuntu 10.10: Linux programming.

    The Windows 7 SP1 Beta install is just temporary. I put it on an extra laptop drive I had sitting around. I'm gonna get rid of it when MS officially releases SP1.

    (click to enlarge)
    Last edited by poke349; 02-03-2011 at 01:18 PM.
    Main Machine:
    AMD FX8350 @ stock --- 16 GB DDR3 @ 1333 MHz --- Asus M5A99FX Pro R2.0 --- 2.0 TB Seagate

    Miscellaneous Workstations for Code-Testing:
    Intel Core i7 4770K @ 4.0 GHz --- 32 GB DDR3 @ 1866 MHz --- Asus Z87-Plus --- 1.5 TB (boot) --- 4 x 1 TB + 4 x 2 TB (swap)

Tags for this Thread

Bookmarks

Bookmarks

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •