Page 8 of 38 FirstFirst ... 56789101118 ... LastLast
Results 176 to 200 of 931

Thread: LinX - A simple Linpack interface

  1. #176
    Xtreme Member
    Join Date
    May 2008
    Location
    Moscow, Russia
    Posts
    171
    Thank you guys for your support.

    Bad news is, I don't have enough time right now to continue coding (it's really getting hard here in my university at the end of term).

    But good news is that I've found a way to set the number of threads for Linpack to use. That's something like what koda has suggested. I'm not sure if I can make the affinity to be set from within LinX, but right now it is possible to make Linpack use less threads than the number of cores of a CPU (running it in just one thread works well on my rig). When running only on one core the affinity can be set from within Task Manager I think.

    Higher values can be set too, but on my dual-core E8500 I haven't found any difference in performance or whatever with number of threads set to anything higher than 2, so not sure about this. It will be interesting to try and set this value to 8 for a Core i7 system though. It just can't be that easy to force Linpack load all 8 cores in one instance, but who knows? Maybe it is. I'll upload this version as soon as I have some time to finish it and "polish" some things. You'll have to be patient.
    MacBook Air 2012 13"
    Raspberry Pi 512

  2. #177
    Xtreme Addict
    Join Date
    Feb 2008
    Location
    Russia
    Posts
    1,910
    You do the great work, Alex
    Keep doing your job and good luck with your term exams

    Intel Q9650 @500x9MHz/1,3V
    Asus Maximus II Formula @Performance Level=7
    OCZ OCZ2B1200LV4GK 4x2GB @1200MHz/5-5-5-15/1,8V
    OCZ SSD Vertex 3 120Gb
    Seagate RAID0 2x ST1000DM003
    XFX HD7970 3GB @1111MHz
    Thermaltake Xaser VI BWS
    Seasonic Platinum SS-1000XP
    M-Audio Audiophile 192
    LG W2486L
    Liquid Cooling System :
    ThermoChill PA120.3 + Coolgate 4x120
    Swiftech Apogee XT, Swiftech MCW-NBMAX Northbridge
    Watercool HeatKiller GPU-X3 79X0 Ni-Bl + HeatKiller GPU Backplate 79X0
    Laing 12V DDC-1Plus with XSPC Laing DDC Reservoir Top
    3x Scythe S-FLEX "F", 4x Scythe Gentle Typhoon "15", Scythe Kaze Master Ace 5,25''

    Apple MacBook Pro 17` Early 2011:
    CPU: Sandy Bridge Intel Core i7 2720QM
    RAM: Crucial 2x4GB DDR3 1333
    SSD: Samsung 840 Pro 256 GB SSD
    HDD: ADATA Nobility NH13 1GB White
    OS: Mac OS X Mavericks

  3. #178
    Xtreme Member
    Join Date
    May 2007
    Location
    France
    Posts
    156
    You're great mate !

    Well, i'm not sure you can set affinity on each core but :
    If you click on start with an option limited to one thread ... we will have a new process ... something like linpack32_xeon32.exe (can't remember the exact name) ... then just set affinity to it.

    Then do the same again for a second LinX with his linpack process and affinity to another core ... and so on

    When one crash ... just look each core in task manager

    Take your time ... you tool is great ... we will be patient !


    Quote Originally Posted by Dua|ist View Post
    Thank you guys for your support.

    Bad news is, I don't have enough time right now to continue coding (it's really getting hard here in my university at the end of term).

    But good news is that I've found a way to set the number of threads for Linpack to use. That's something like what koda has suggested. I'm not sure if I can make the affinity to be set from within LinX, but right now it is possible to make Linpack use less threads than the number of cores of a CPU (running it in just one thread works well on my rig). When running only on one core the affinity can be set from within Task Manager I think.

    Higher values can be set too, but on my dual-core E8500 I haven't found any difference in performance or whatever with number of threads set to anything higher than 2, so not sure about this. It will be interesting to try and set this value to 8 for a Core i7 system though. It just can't be that easy to force Linpack load all 8 cores in one instance, but who knows? Maybe it is. I'll upload this version as soon as I have some time to finish it and "polish" some things. You'll have to be patient.

  4. #179
    Xtreme Member
    Join Date
    May 2008
    Location
    Moscow, Russia
    Posts
    171

    Smile LinX 0.5.4 with home-made HT support

    Thank you all for your patience, here it is: LinX 0.5.4

    Changes in this version:
    - HyperThreading support added. This is done not in a best way probably, as two instances of Linpack are launched at the same time (their performance is then summed up). This was tested on a P4 and an Atom and worked ok in both cases
    - Thread control added. You can now set the number of threads Linpack will create and thus control the number of physical cores that will be stressed. This setting is located in the Settings window (who'd have thought? )
    - Settings window with all existing and a couple of new settings added. No need to edit the ini-file manually now
    - Main menu redesigned
    - Lots of minor bugs found and fixed (and who knows how much new are added? )
    - Performance optimized a little bit more
    - Graphs have now customizable top and bottom limits
    - And changed the icon a bit


    Your comments are welcome as usual. I'm eager to hear how it performs on Nehalems now.

    P.S. Screenshots and updated first post tomorrow, no time right now.
    MacBook Air 2012 13"
    Raspberry Pi 512

  5. #180
    Xtreme Addict
    Join Date
    Jun 2007
    Posts
    1,442
    Dualist, could not get to work on my core i7. Default was set to 4 threads and HT box was checked. When ran, realtemp, loadtester, speedfan all say no load or 1% load. Checked taksmanager and says cpu idle 99%. I changed to 8 threads, and same. see pic. Any ideas? What is weird is that with it running, system seem very slow...like it is running...something is weird.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	linxtest1.jpg 
Views:	917 
Size:	129.5 KB 
ID:	91626  

  6. #181
    Administrator andressergio's Avatar
    Join Date
    Jul 2007
    Location
    Montevideo - Uruguay
    Posts
    5,486
    Quote Originally Posted by Dua|ist View Post
    Thank you all for your patience, here it is: LinX 0.5.4

    Changes in this version:
    - HyperThreading support added. This is done not in a best way probably, as two instances of Linpack are launched at the same time (their performance is then summed up). This was tested on a P4 and an Atom and worked ok in both cases
    - Thread control added. You can now set the number of threads Linpack will create and thus control the number of physical cores that will be stressed. This setting is located in the Settings window (who'd have thought? )
    - Settings window with all existing and a couple of new settings added. No need to edit the ini-file manually now
    - Main menu redesigned
    - Lots of minor bugs found and fixed (and who knows how much new are added? )
    - Performance optimized a little bit more
    - Graphs have now customizable top and bottom limits
    - And changed the icon a bit


    Your comments are welcome as usual. I'm eager to hear how it performs on Nehalems now.

    P.S. Screenshots and updated first post tomorrow, no time right now.
    Great Work mate it became one of my preferred tools for testing stability

    Cheers
    Sergio
    Intel Core i9-7980XE@ 4.8GHz 18C/18TH (Direct Die Contact)
    ASRock X299 OC Formula
    ADATA XPG SPECTRIX D80 (4x8GB) DDR4-3800C17 B-Die
    1x Intel Optane SSD 905P 480GB
    4x HP EX950 NVMe 2TB on ASRock ULTRA M.2 CARD
    EVGA RTX 2080TI KINGPIN 2190/8000 Stock Cooling AIO 240
    SilverStone ST1500W-TI TITANIUM
    Alphacool Custom Water Cooling

  7. #182
    Xtreme Member
    Join Date
    May 2008
    Location
    Moscow, Russia
    Posts
    171
    Quote Originally Posted by rge View Post
    Dualist, could not get to work on my core i7. Default was set to 4 threads and HT box was checked. When ran, realtemp, loadtester, speedfan all say no load or 1% load. Checked taksmanager and says cpu idle 99%. I changed to 8 threads, and same. see pic. Any ideas? What is weird is that with it running, system seem very slow...like it is running...something is weird.
    Well, I haven't tested it with Core i7, and this was somehow expected. If you uncheck the HT box, it'll (it should) run just like before, only on 4 cores.

    Could you please check whether 2 linpack_xeon32.exe processes are running with HT box checked or not? But if it says idle 99% - obviously nothing is running at all.

    Edit: I'm an idiot. We're trying to start two linpacks at the same time, each with maximum memory. That must be the problem. If it is (I sincerely hope so) then with lower memory (say, half from max) values it should work.
    Last edited by Dua|ist; 12-28-2008 at 09:19 PM.
    MacBook Air 2012 13"
    Raspberry Pi 512

  8. #183
    Xtreme Addict
    Join Date
    Jun 2007
    Posts
    1,442
    Quote Originally Posted by Dua|ist View Post
    Well, I haven't tested it with Core i7, and this was somehow expected. If you uncheck the HT box, it'll (it should) run just like before, only on 4 cores.

    Could you please check whether 2 linpack_xeon32.exe processes are running with HT box checked or not? But if it says idle 99% - obviously nothing is running at all.

    Edit: I'm an idiot. We're trying to start two linpacks at the same time, each with maximum memory. That must be the problem. If it is (I sincerely hope so) then with lower memory (say, half from max) values it should work.
    I was the idiot for running it that way...that would explain the BSOD/linx crashing when I clicked on it first time.

    Yep, works fine using 1/2 memory, load is 99.9%

  9. #184
    I am Xtreme
    Join Date
    Oct 2004
    Location
    U.S.A.
    Posts
    4,743
    Quote Originally Posted by Dua|ist View Post
    Thank you all for your patience, here it is: LinX 0.5.4

    Changes in this version:
    - HyperThreading support added. This is done not in a best way probably, as two instances of Linpack are launched at the same time (their performance is then summed up). This was tested on a P4 and an Atom and worked ok in both cases
    - Thread control added. You can now set the number of threads Linpack will create and thus control the number of physical cores that will be stressed. This setting is located in the Settings window (who'd have thought? )
    - Settings window with all existing and a couple of new settings added. No need to edit the ini-file manually now
    - Main menu redesigned
    - Lots of minor bugs found and fixed (and who knows how much new are added? )
    - Performance optimized a little bit more
    - Graphs have now customizable top and bottom limits
    - And changed the icon a bit


    Your comments are welcome as usual. I'm eager to hear how it performs on Nehalems now.

    P.S. Screenshots and updated first post tomorrow, no time right now.
    this version will not run the 64bit test for me even when I set x64=1 in the ini file. 5.3 worked fine.


    Asus Z9PE-D8 WS with 64GB of registered ECC ram.|Dell 30" LCD 3008wfp:7970 video card

    LSI series raid controller
    SSDs: Crucial C300 256GB
    Standard drives: Seagate ST32000641AS & WD 1TB black
    OSes: Linux and Windows x64

  10. #185
    Xtreme Member
    Join Date
    May 2008
    Location
    Moscow, Russia
    Posts
    171
    rge, thanks for testing the HT stuff. Here's the updated version, which should take the HT checkbox into account and use only half of all available memory as maximum with it checked.
    I also fixed a bug when 0.5.4 wouldn't run on a machine with 8GB+ RAM.
    LinX 0.5.4.1

    Quote Originally Posted by safan80 View Post
    this version will not run the 64bit test for me even when I set x64=1 in the ini file. 5.3 worked fine.
    Uhm, I don't remember myself changing anything x64-related. Could you please provide more details? The x64 box is disabled?
    MacBook Air 2012 13"
    Raspberry Pi 512

  11. #186
    Xtreme Mentor stasio's Avatar
    Join Date
    Jan 2008
    Location
    Malaysia
    Posts
    3,036
    Thank's for update.
    Btw,any another link,as many of us are not Premium user on RS.
    Uncleweb and me using fileden.com with direct download.
    Need a Gigabyte latest BIOS?
    Z370 AORUS Gaming 7,
    GA-Z97X-SOC Force ,Core i7-4790K @ 4.9 GHz
    GA-Z87X-UD3H ,Core i7-4770K @ 4.65 GHz
    G.Skill F3-2933C12D-8GTXDG @ 3100 (12-15-14-35-CR1) @1.66V
    2xSSD Corsair Force GS 128 (RAID 0), WD Caviar Black SATA3 1TB HDD,
    Evga GTS 450 SC, Gigabyte Superb 720W
    XSPC RayStorm D5 EX240 (Liquid Ultra)
    NZXT Phantom 630 Ultra Tower
    Win 7 SP1 x64;Win 10 x64

  12. #187
    Registered User
    Join Date
    May 2007
    Location
    Manchester, NH
    Posts
    67
    Quote Originally Posted by stasio View Post
    Thank's for update.
    Btw,any another link,as many of us are not Premium user on RS.
    Uncleweb and me using fileden.com with direct download.
    I'm not a premium member of RS, I only had to wait 27 secs to download it. What's the beef with having to wait only a few seconds?

  13. #188
    I am Xtreme
    Join Date
    Oct 2004
    Location
    U.S.A.
    Posts
    4,743
    Quote Originally Posted by Dua|ist View Post
    rge, thanks for testing the HT stuff. Here's the updated version, which should take the HT checkbox into account and use only half of all available memory as maximum with it checked.
    I also fixed a bug when 0.5.4 wouldn't run on a machine with 8GB+ RAM.
    LinX 0.5.4.1


    Uhm, I don't remember myself changing anything x64-related. Could you please provide more details? The x64 box is disabled?
    the box is disabled in 5.4. and I can't get it to enable even when I change the ini.

    downloading 5.4.1 now will update when it's done


    works great now!!! thank you!
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	newlinX5.4.1.jpg 
Views:	876 
Size:	176.2 KB 
ID:	91691  
    Last edited by safan80; 12-29-2008 at 06:27 AM.


    Asus Z9PE-D8 WS with 64GB of registered ECC ram.|Dell 30" LCD 3008wfp:7970 video card

    LSI series raid controller
    SSDs: Crucial C300 256GB
    Standard drives: Seagate ST32000641AS & WD 1TB black
    OSes: Linux and Windows x64

  14. #189
    Xtreme Member
    Join Date
    May 2008
    Location
    Moscow, Russia
    Posts
    171
    Quote Originally Posted by stasio View Post
    Thank's for update.
    Btw,any another link,as many of us are not Premium user on RS.
    Uncleweb and me using fileden.com with direct download.
    Thanks for that, I don't like Rapidshare either. Just registered at fileden, here's the direct link: LinX 0.5.4.1
    MacBook Air 2012 13"
    Raspberry Pi 512

  15. #190
    Xtreme Mentor stasio's Avatar
    Join Date
    Jan 2008
    Location
    Malaysia
    Posts
    3,036
    Thank's
    Need a Gigabyte latest BIOS?
    Z370 AORUS Gaming 7,
    GA-Z97X-SOC Force ,Core i7-4790K @ 4.9 GHz
    GA-Z87X-UD3H ,Core i7-4770K @ 4.65 GHz
    G.Skill F3-2933C12D-8GTXDG @ 3100 (12-15-14-35-CR1) @1.66V
    2xSSD Corsair Force GS 128 (RAID 0), WD Caviar Black SATA3 1TB HDD,
    Evga GTS 450 SC, Gigabyte Superb 720W
    XSPC RayStorm D5 EX240 (Liquid Ultra)
    NZXT Phantom 630 Ultra Tower
    Win 7 SP1 x64;Win 10 x64

  16. #191
    Xtreme Mentor
    Join Date
    Nov 2006
    Location
    Florida
    Posts
    2,598
    Dualist, Im impressed

    I will finally get to test my 4Gbs of RAM now that Im on Windows XP Pro x64

  17. #192
    Xtreme Addict
    Join Date
    Jun 2007
    Posts
    1,442
    New one is working well on i7, using max memory sets it to one half each for 2 instances, and it max loads all 8 threads
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	linx0541.jpg 
Views:	832 
Size:	80.8 KB 
ID:	91704  

  18. #193
    Xtreme Member
    Join Date
    May 2008
    Location
    Moscow, Russia
    Posts
    171
    rge, that is simply great! So glad to hear that it WORKS!

    Quote Originally Posted by slim142
    Dualist, Im impressed

    I will finally get to test my 4Gbs of RAM now that Im on Windows XP Pro x64
    Thanks, you can always share your results here.
    MacBook Air 2012 13"
    Raspberry Pi 512

  19. #194
    I am Xtreme
    Join Date
    Oct 2004
    Location
    U.S.A.
    Posts
    4,743
    I've encountered a problem with LinX 5.4.1 and the 25,000 test. whenever it's about to finish it's run it errors out right as it's about to finish the last run. I've had it at stock too. the amount of tests do not matter it's almost as if it has trouble unloading when it is done. here's example with just 3 tests.

    edit: I hope somebody can repeat this or else it might be the bios I'm using.
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	LinX_error.jpg 
Views:	796 
Size:	129.9 KB 
ID:	91763  
    Last edited by safan80; 12-30-2008 at 02:21 AM.


    Asus Z9PE-D8 WS with 64GB of registered ECC ram.|Dell 30" LCD 3008wfp:7970 video card

    LSI series raid controller
    SSDs: Crucial C300 256GB
    Standard drives: Seagate ST32000641AS & WD 1TB black
    OSes: Linux and Windows x64

  20. #195
    Xtreme Member
    Join Date
    Apr 2006
    Posts
    290
    Quote Originally Posted by safan80 View Post
    I've encountered a problem with LinX 5.4.1 and the 25,000 test. whenever it's about to finish it's run it errors out right as it's about to finish the last run. I've had it at stock too. the amount of tests do not matter it's almost as if it has trouble unloading when it is done. here's example with just 3 tests.

    edit: I hope somebody can repeat this or else it might be the bios I'm using.
    I had the same problem with my setup, ran 199 out of 200 iterations and then suddenly stopped before the last one.

    Last edited by Extelleron; 12-30-2008 at 05:03 AM.
    Intel Core i7 920 @ 3.8GHz - Asus P6T Deluxe X58 - 6GB (2GBx3) G. SKILL DDR3-1600 @ 8-8-8-20 - 2 x EVGA GTX 280 1GB SLI - Corsair TX750 PSU - Windows Vista HP 64-bit

  21. #196
    Xtreme Addict
    Join Date
    Jun 2007
    Posts
    1,442
    Yep same here. Funny on short runs 3-5 runs all the way through...but on 25 run, it ran 24 than said unexpectedly stopped before getting to 25, always does it on last run on longer runs.

  22. #197
    Xtreme Member
    Join Date
    May 2008
    Location
    Moscow, Russia
    Posts
    171
    That's it, my noobness and no Nehalems around to test on. I think I know why this happens, but can't reproduce that on Atom.
    I should have somehow said that HT support is... sort of beta. But since the version number is starting with 0 anyway, I hope you can forgive me that.
    Here you go, LinX 0.5.4.2, hopefully fixed.
    MacBook Air 2012 13"
    Raspberry Pi 512

  23. #198
    Xtreme Member
    Join Date
    Mar 2008
    Location
    Sweden
    Posts
    365
    You do the great work, keep it up

    I just love LinX, itīs so easy to use , great interface.

    Itīs my number one tool for check CPU stability, it stress the living daylight out of the my CPUs.
    Asus P8Z68 Deluxe / i7 2600K / 2x4GB G.Skill RipjawsX 1600C8 / EVGA GTX 580 SC SLI

    Asus Crosshair V Formula-Z / FX8350 / G.Skill TridentX 2400C10 / GTX690

  24. #199
    Xtreme Mentor
    Join Date
    Nov 2006
    Location
    Florida
    Posts
    2,598
    Quote Originally Posted by Ghostleader View Post
    You do the great work, keep it up

    I just love LinX, itīs so easy to use , great interface.

    Itīs my number one tool for check CPU stability, it stress the living daylight out of the my CPUs.
    This

  25. #200
    Xtreme Addict
    Join Date
    Jun 2007
    Posts
    1,442
    0542 fixed the stopping before last one on mine
    Attached Thumbnails Attached Thumbnails Click image for larger version. 

Name:	linxfix0542.jpg 
Views:	740 
Size:	101.0 KB 
ID:	91790  

Page 8 of 38 FirstFirst ... 56789101118 ... LastLast

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
  •