Skip to content

R for Windows server

3 messages · Marco Geraci, Brian Ripley, Philippe GROSJEAN

#
Is hyperthreading on?  In that case the maximum is 50% ....
Are there two processors?  In that case the maximum is 25% ....
On Wed, 14 Dec 2005, Marco Geraci wrote:

            
Don't believe the task manager, especially on a machine with 
hyperthreading.
No, R runs at close to 100% of possible on properly configured Windows 
machines.
#
Hello,

You don't tell us much info (what processor(s) are exactly in your 
server?). You must know the following:

1) Windows server prioritizes client accesses over local running 
programs (but you say there is no other process slowing down R... is it 
deconnected from the network?),

2) Rgui uses only one processor (at least, if you did not customized the 
default installation). Take care that, for instance, with an Intel 
HyperThreading (HT) Pentium IV processor, the system is working as if it 
was a bi-processor config with a single processor... and the task 
manager will not report more than 50% of CPU use for RGui.exe. Thus, I 
can imagine that, if you have a bi-processor hyperthreading config, it 
could report only 25% of CPU use.
Best,

Philippe Grosjean

..............................................<??}))><........
  ) ) ) ) )
( ( ( ( (    Prof. Philippe Grosjean
  ) ) ) ) )
( ( ( ( (    Numerical Ecology of Aquatic Systems
  ) ) ) ) )   Mons-Hainaut University, Pentagone (3D08)
( ( ( ( (    Academie Universitaire Wallonie-Bruxelles
  ) ) ) ) )   8, av du Champ de Mars, 7000 Mons, Belgium
( ( ( ( (
  ) ) ) ) )   phone: + 32.65.37.34.97, fax: + 32.65.37.30.54
( ( ( ( (    email: Philippe.Grosjean at umh.ac.be
  ) ) ) ) )
( ( ( ( (    web:   http://www.umh.ac.be/~econum
  ) ) ) ) )          http://www.sciviews.org
( ( ( ( (
..............................................................
Marco Geraci wrote: