Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6758369
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 26, 20262026-05-26T13:46:42+00:00 2026-05-26T13:46:42+00:00

I recently purchase a Stata MP12(8 cores) license running on a Linux server. Does

  • 0

I recently purchase a Stata MP12(8 cores) license running on a Linux server.

Does anyone has written a Stata programme, say a simulation study to test the performance of Stata MP? I would like to monitor the number of cores and memory actually being used during the processing of the job.

I would be grateful if someone could share the programme with us.

Thank you for your help

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-26T13:46:43+00:00Added an answer on May 26, 2026 at 1:46 pm

    I’m think we need more detail on what you want to compare. If you just want to see how long a job involving large data and intense data routines takes in Stata 12 versus, say, Stata 11, then you can run any parallelized command and set your timer (or rmsg) on. If you want to compare parallelized vs. non-parallelized commands in Stata 12 MP on big data, then you could do the same with commands like -logit- (parallelized) versus -xtmixed- (not). Finally, take a look at this report about MP performance with various commands:

    http://www.stata.com/statamp/statamp.pdf

    You could run something like this and monitor your memory/cores, but it would be more helpful if we knew what you wanted to compare/observe:

    clear*
    set rmsg on
    set obs 10000000
    forval n = 1/5 {
    g i`n' = runiform()
    }
    g dv = rbinomial(1,.3)
    memory
    
    qui logit dv i*
    
    qui xtmixed dv i*
    
    *with bootstrap:
    qui bs, reps(2000): logit dv i*
    
    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

Our company currently has seven dedicated SQL Server 2008 servers each running an average
Recently Jeff has posted regarding his trouble with database deadlocks related to reading. Multiversion
Recently, I started changing some of our applications to support MS SQL Server as
I recently purchased a virtual server from Hetzner.de, and am trying to use it
Recently, My Company's considering to purchase an application using MySQL. the consultant offers two
Recently, one of our clients has deleted two million rows from a table. Here
I have recently added an intermediary table to link two tables. Tables: Purchase: Transaction_Id
I have a Database that has the following relations: Transaction->Purchase->Item->Schedule Transaction - self explanitory
I have recently develop one app with In-App purchase. App is also approved by
I recently submitted my iPhone app for review. I also approved the in-app-purchase for

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.