Statalist


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

st: RE: re: stata 10 vs stata 9


From   "Steichen, Thomas J." <[email protected]>
To   <[email protected]>
Subject   st: RE: re: stata 10 vs stata 9
Date   Fri, 24 Aug 2007 13:34:51 -0400

Here's another comparion (no MP):

Stata 9 (SE):    1:     21.77 /   100000 =       0.0002 
Stata 10 (SE):   1:     27.70 /   100000 =       0.0003

-----------------------------------
Thomas J. Steichen
[email protected]
-----------------------------------
 
-----Original Message-----
From: [email protected] [mailto:[email protected]] On Behalf Of Feiveson, Alan H. (JSC-SK311)
Sent: Friday, August 24, 2007 1:26 PM
To: [email protected]
Subject: st: re: stata 10 vs stata 9

Sergyi - Thanks for the suggestion. Here's what I got using 100000
iterations (no mp2 versions):


Stata 9 (IC)

.. forvalues i=1/100000 {
  2.   timer on 1
  3.   quietly regress price weight
  4.   timer off 1
  5. }

.. 
.. timer list 1
   1:     21.64 /   100000 =       0.0002 

Stata 10 (IC)
.. forvalues i=1/100000 {
  2.   timer on 1
  3.   quietly regress price weight
  4.   timer off 1
  5. }

.. 
.. timer list 1
   1:     27.53 /   100000 =       0.0003


Doesn't look so great for Stata10 , does it?


Al Feiveson




-----Original Message-----
From: [email protected]
[mailto:[email protected]] On Behalf Of Sergiy
Radyakin
Sent: Friday, August 24, 2007 12:14 PM
To: [email protected]
Subject: Re: st: stata 10 mp2 vs stata9

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/

*
*   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/

-----------------------------------------
CONFIDENTIALITY NOTE: This e-mail message, including any
attachment(s), contains information that may be confidential,
protected by the attorney-client or other legal privileges, and/or
proprietary non-public information. If you are not an intended
recipient of this message or an authorized assistant to an intended
recipient, please notify the sender by replying to this message and
then delete it from your system. Use, dissemination, distribution,
or reproduction of this message and/or any of its attachments (if
any) by unintended recipients is not authorized and may be
unlawful.   

*
*   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