Jump to content
    1. Welcome to GTAForums!

    1. GTANet.com

    1. GTA Online

      1. Los Santos Drug Wars
      2. Updates
      3. Find Lobbies & Players
      4. Guides & Strategies
      5. Vehicles
      6. Content Creator
      7. Help & Support
    2. Red Dead Online

      1. Blood Money
      2. Frontier Pursuits
      3. Find Lobbies & Outlaws
      4. Help & Support
    3. Crews

    1. Grand Theft Auto Series

      1. Bugs*
      2. St. Andrews Cathedral
    2. GTA VI

    3. GTA V

      1. Guides & Strategies
      2. Help & Support
    4. GTA IV

      1. The Lost and Damned
      2. The Ballad of Gay Tony
      3. Guides & Strategies
      4. Help & Support
    5. GTA San Andreas

      1. Classic GTA SA
      2. Guides & Strategies
      3. Help & Support
    6. GTA Vice City

      1. Classic GTA VC
      2. Guides & Strategies
      3. Help & Support
    7. GTA III

      1. Classic GTA III
      2. Guides & Strategies
      3. Help & Support
    8. Portable Games

      1. GTA Chinatown Wars
      2. GTA Vice City Stories
      3. GTA Liberty City Stories
    9. Top-Down Games

      1. GTA Advance
      2. GTA 2
      3. GTA
    1. Red Dead Redemption 2

      1. PC
      2. Help & Support
    2. Red Dead Redemption

    1. GTA Mods

      1. GTA V
      2. GTA IV
      3. GTA III, VC & SA
      4. Tutorials
    2. Red Dead Mods

      1. Documentation
    3. Mod Showroom

      1. Scripts & Plugins
      2. Maps
      3. Total Conversions
      4. Vehicles
      5. Textures
      6. Characters
      7. Tools
      8. Other
      9. Workshop
    4. Featured Mods

      1. Design Your Own Mission
      2. OpenIV
      3. GTA: Underground
      4. GTA: Liberty City
      5. GTA: State of Liberty
    1. Rockstar Games

    2. Rockstar Collectors

    1. Off-Topic

      1. General Chat
      2. Gaming
      3. Technology
      4. Movies & TV
      5. Music
      6. Sports
      7. Vehicles
    2. Expression

      1. Graphics / Visual Arts
      2. GFX Requests & Tutorials
      3. Writers' Discussion
      4. Debates & Discussion
    1. Announcements

    2. Support

    3. Suggestions

Utilizing 100% CPU on Dual Core


xtal256
 Share

Recommended Posts

Is it possible to run a program on a Dual Core (Intel) so that it can use 100% CPU usage. I am running a program which does a lot of computations and i want it to be able to utilise 100% of the CPU whereas currently it just uses a maximum of 50% (averaged across both CPUs). I assume it does that so that no one program hogs the CPU the therefore the OS will rarely hang. But i was wondering if there is any way to be able to change that? I can't imagine how that would be possible but i was just wondering.

Link to comment
Share on other sites

It would need to be a Multithreaded program, so unless its coded to use both cores, it can't.

90FHTZo.png

Link to comment
Share on other sites

What program are you running? Strange that they haven't updated it yet.

 

user posted image

 

As long as you have threads there are always computations to dump on them..

Link to comment
Share on other sites

@Joe: Ah, i see. But surely instructions from a single thread can be spread across both cores. That's essentially what it's doing now, i can see it in Process Explorer (a Task Manager alternative), but it's limited to a 50% average.

 

@jallar: Holy crap, you have 8 CPUs!? wow.gif

 

btw, the program i am running is Framsticks, an evolution/artificial life simulator. You set certain fitness parameters and it simulates primitive creatures living, breeding and mutating to see what they evolve into.

Link to comment
Share on other sites

@Joe: Ah, i see. But surely instructions from a single thread can be spread across both cores. That's essentially what it's doing now, i can see it in Process Explorer (a Task Manager alternative), but it's limited to a 50% average.

Because Windows ATTEMPTS to make programs natively multi-thread, they can only use 50% of your CPU but windows will spread that evenly across the CPU cores.

90FHTZo.png

Link to comment
Share on other sites

user posted image

 

Definitely a serial application. Only way you'll run both your cores is if the developers thread the code. Interesting that with all these years of dual socket and dual core setups noone had that idea for such an, apparently, demanding application. Oh well.

 

And no, they're not 8 cores, they're 4 cores with hyper-threading. tounge2.gif

Link to comment
Share on other sites

 

Is it possible to run a program on a Dual Core (Intel) so that it can use 100% CPU usage

 

 

Play GTA IV on your PC, and i bet you your CPU will choke to death

Link to comment
Share on other sites

Download Prime95 http://www.mersenne.org/freesoft/

Then read this http://www.hardwareanalysis.com/content/topic/65100/ on how to run more than one instance of Prime95 which will use both cores, or however many you have.

In a nutshell how to run more than one instance:

After you get it installed, create a shortcut of the exe. Open the properties and had -A0 at the end, rename the shortcut to something like Prime95-1 or core1 or whatever works for you. Then make a second shortcut and add -A1 and rename that shortcut. Continue this for however many cores your CPU has.

Then run each from the shortcut.

 

Prime95 is great for OCers to see if their CPU and RAM OCing will work well with either other and general stress testing (for example to see what kind of temps you'll get from one CPU heatsink to another). Run it for 8 hours or really stress it for 24 hours and see how things do. After that time you get no errors, then you're good...even if you're not OCing at all.

Keep in mind while this is going on, don't even think trying to surf the web or chat or anything else. For one the other programs will be slow as hell running and for another it could possible throw off the results.

So disable your screen saver and energy management you have set and close out any unneeded programs (IM clients, web browsers and so on). Let them run while you go to sleep, school, work, sex with the girlfriend (oh wait that'll only take a minute tounge2.gif ) or whatever else you can be doing. You can of course turn off the monitor(s) if you wish.

Link to comment
Share on other sites

Definitely a serial application. Only way you'll run both your cores is if the developers thread the code. Interesting that with all these years of dual socket and dual core setups no one had that idea for such an, apparently, demanding application. Oh well.

 

And no, they're not 8 cores, they're 4 cores with hyper-threading. tounge2.gif

Well the application hasn't been updated in a while, version 2.11 was released on 25/05/2006. I did manage to find a 3.0beta on the website but unfortunately not much is new in it.

btw, i see that you are only running the simulation at normal speed ("Every"/667fps) instead of the maximum speed of "1:1000" or whatever it is. That would have no difference in how many cores it uses but it would use as much % CPU as possible.

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
 Share

  • 1 User Currently Viewing
    0 members, 0 Anonymous, 1 Guest

×
×
  • Create New...

Important Information

By using GTAForums.com, you agree to our Terms of Use and Privacy Policy.