What does 0.01CPU's mean
Message boards :
Number crunching :
What does 0.01CPU's mean
Message board moderation
Author | Message |
---|---|
Send message Joined: 7 Nov 23 Posts: 1 Credit: 134,967 RAC: 0 |
I looked at my upcoming tasks and saw that they showed 0.01CPU with the GPU. What does 0.01CPU mean? How is that possible/ I have 8 cores available. Thanks. Please check out my blog http://sciencesprings.wordpress.com http://facebook.com/sciencesprings |
Send message Joined: 23 Apr 21 Posts: 85 Credit: 115,507,106 RAC: 203,693 |
It’s how much of a single CPU core that the GPU application is projected to use while the GPU app runs. So 0.01 means essentially that 1% of a single CPU core is needed to run the GPU task. Theres always some element of CPU computation needed for any GPU task. Some applications require more CPU than others. This is also not in any way determining the CPU use. Changing this value does not actually change what the GPU applications will do. This value is only there for the purposes of BOINC to figure out how much systems resources are used in total. It needs to know this so it can best determine how many other tasks to run on the CPU. For example if you had four GPU tasks running, and each one needed 0.5 CPU, that tells BOINC that running these four tasks will need two CPU threads for support. If you have an 8-thread CPU, and you are allowing the CPU to work 100%, then BOINC would run 6 more CPU tasks. |
Message boards :
Number crunching :
What does 0.01CPU's mean