Statalist


[Date Prev][Date Next][Thread Prev][Thread Next][Date index][Thread index]

Re: st: stata 10 mp2 vs stata9


From   "Sergiy Radyakin" <[email protected]>
To   [email protected]
Subject   Re: st: stata 10 mp2 vs stata9
Date   Fri, 24 Aug 2007 13:14:11 -0400

Hello Jitian,

Stata 9 MP with a license for 2 processors will use 2 processors if
they are available.
Stata 10 MP with a license for 1 processor will use 1 processor even
if 2 are available.
The difference in performace might be just about 1.5 (since
performance does not grow linearly with n(procs)).

So check if your license covers the same number of processors in
version 9 and 10.

Otherwise it is hard to say from the information that you provided. We
know nothing about the program that you are using to test performance.

Try something that you can report here.

I propose the following simple benchmark, which of course is not
representative of all Stata capabilities, but it might be helpful in
locating the cause of decrease in performance:

*** -----------------------------------------
sysuse auto, clear
set more off

timer clear 1

forvalues i=1/10000 {
  timer on 1
  quietly regress price weight
  timer off 1
}

timer list 1

*** -----------------------------------------

Best regards,
   Sergiy Radyakin

On 8/23/07, Jitian Sheu <[email protected]> wrote:
> Dear listers:
> I am using the latest version of Stata (stata 10 MP2) in my computer (64 bit
> and 8G Ram)
> However, I just found the stata 10 does not perform better compared with
> that in Stata 9.
> I use the same program and run in the same computer.
> Stata 10 is actually 1.5 times slower than stata 9.
> Does anyone have the same experience? And does anyone happen to know how to
> solve it?
>
> JT
>
>
> *
> *   For searches and help try:
> *   http://www.stata.com/support/faqs/res/findit.html
> *   http://www.stata.com/support/statalist/faq
> *   http://www.ats.ucla.edu/stat/stata/
>
*
*   For searches and help try:
*   http://www.stata.com/support/faqs/res/findit.html
*   http://www.stata.com/support/statalist/faq
*   http://www.ats.ucla.edu/stat/stata/



© Copyright 1996–2024 StataCorp LLC   |   Terms of use   |   Privacy   |   Contact us   |   What's new   |   Site index