View Full Version : Stata 10 for Gusty
shuttleworthwannabe
December 9th, 2007, 07:54 AM
Just curious if anyone has installed Stata 10 for Unix systems (tested on RH, Suse, Fedora, but no mention of Ubuntu) on the official Stata (http://www.stata.com/products/unix.html) web-pages.
chrisby
April 2nd, 2008, 07:25 PM
I have stata 10 installed on ubuntu and it works perfectly. Here is how I got it to run:
mkdir /usr/local/stata10
cd /usr/local/
chmod a+rx /usr/local/stata10
cd /usr/local/stata10
mkdir /tmp/statainstall
cp -r /media/cdrom0 /tmp/statainstall
/tmp/statainstall/cdrom0/install
follow prompts
now xstata-se does run because it is looking for libtiff.so.3
This is old so make a symbolic link to your current version
ln -s /usr/lib/libtiff.so.4 /usr/lib/libtiff.so.3
now stata should run fine.
buntu_hugenewbie11
April 24th, 2008, 06:34 PM
Have you been able to use the MP version? If so, any huge differences?
chrisby
April 25th, 2008, 01:47 PM
I don't have a license for the multiprocessor version, so I haven't tried it. The special edition works very well, and with Ubuntu's low ram usage you can allocate a lot to stata. If you get the multiprocessor version let me know how it works.
liuzerus87
April 30th, 2008, 03:09 PM
I have Stata 10 running in Hardy, and it runs pretty well (I have the standard version running on a Pentium IV). My only concern is that Stata graphs ridiculously slowly (like one data point every 2 seconds), so I'm going to try running the same commands on my Windows copy on the same pc in a few days (when I actually have to do this problem set) and see if its a problem that I need to investigate.
chrisby
May 2nd, 2008, 09:17 AM
liuzerus87,
I don't have that problem with se, are you using intercooled?
liuzerus87
May 7th, 2008, 05:08 PM
I am. And it does run much faster under Windows. I have no idea why that is the case. I might try running it from terminal.
chrisby
May 10th, 2008, 02:40 PM
How many observations, and what kind of plot are you doing?
gatorbrit
May 15th, 2008, 10:11 PM
I'd be interested to hear other folks views on benchmarking stata in windows vs ubuntu. I had read somewhere that it was faster in linux. Anyone else have any experience?
Thanks
chrisby
May 16th, 2008, 10:12 AM
Just in terms of system resources, it is better for Linux. Vista alone was using around half of my ram. Since Stata pulls the data into ram, and doesn't actually work with it on the hard drive, using Linux frees up a lot of resources for stata. Hardy with compiz extra affects enabled is only using 23%. With the size of datasets I am working with this helps out greatly.
I think its a good question though. Does any have Stata 10 for both so that we can compare benchmarks on a single machine?
vBulletin® v3.7.4, Copyright ©2000-2008, Jelsoft Enterprises Ltd.