Mplus
Tuesday
March 19, 2024
HOME ORDER CONTACT US CUSTOMER LOGIN MPLUS DISCUSSION
Mplus
Mplus at a Glance
General Description
Mplus Programs
Pricing
Version History
System Requirements
Platforms
Mplus Demo Version
Training
Mplus Web Talks
Short Courses
Short Course Videos
and Handouts
Web Training
Mplus YouTube Channel
Documentation
Mplus User's Guide
Mplus Diagrammer
Technical Appendices
Mplus Web Notes
FAQ
User's Guide Examples
Mplus Book
Mplus Book Examples
Mplus Book Errata
Analyses/Research
Mplus Examples
Papers
References
Special Mplus Topics
Bayesian SEM (BSEM)
Complex Survey Data
DSEM – MultiLevel Time Series Analysis
Exploratory SEM (ESEM)
Genetics
IRT
Measurement Invariance
and Alignment
Mediation Analysis
Missing Data
Mixture Modeling
Multilevel Modeling
Randomized Trials
RI-CLPM
RI-LTA
Structural Equation Modeling
Survival Analysis
How-To
Using Mplus via R
Mplus plotting using R
Chi-Square Difference
Test for MLM and MLR
Power Calculation
Monte Carlo Utility
Search
 
Mplus Website Updates
Mplus Privacy Policy
VPAT/508 Compliance

System Requirements

  • Operating Systems
    • Microsoft Windows 7/8/10/11
    • Mac OS X 10.11 or later, including:
      • 10.11: "El Capitan"
      • 10.12: "Sierra"
      • 10.13: "High Sierra"
      • 10.14: "Mojave"
      • 10.15: "Catalina"
      • 11: "Big Sur"
      • 12: "Monterey"
      • 13: "Ventura"
      • 14: "Sonoma"
    • Linux 64-bit (tested on the following distributions: Ubuntu, RedHat, Fedora, Debian, and Gentoo)
  • At least 1 GB of RAM
  • At least 120 MB of hard disk space

Memory requirements for Mplus (both RAM and virtual memory) depend on the type of analysis and the amount of data. For example, analyses using numerical integration with large samples can be computationally heavy and may require a large amount of memory.

Mplus 32-bit on 32-bit Windows: The Windows 32-bit operating system limits all applications to a maximum of 2GB of total memory (RAM and virtual memory).

Mplus is capable of using an additional 1 GB of total memory, for a maximum of 3 GB, on some Windows 32-bit operating systems. For Mplus to use the additional memory, the /3GB switch must be specified in Boot.ini. This switch allows applications like Mplus, that are "large address aware", to use 1 GB of additional total memory above 2 GB.

Note that changes to the Boot.ini may have undesirable effects. Caution should be taken when making any changes. Muthen & Muthen is not responsible for any problems that may arise if such changes are attempted and does not provide support for any problems related to these changes.

Mplus 32-bit on 64-bit Windows: The Windows 64-bit operating system limits all 32-bit applications to a maximum of 2GB (or 4GB for applications like Mplus that are "large address aware") of total memory (RAM and virtual memory). Note that the /3GB switch is not applicable to Windows 64-bit operating systems.

Mplus on 64-bit Windows: The Windows 64-bit operating system limits all 64-bit applications to a maximum of 8 terabytes (8000GB) of total memory (RAM and virtual memory).

Mplus on Mac OS X: Mplus does not run natively on Apple’s Macs with the M1 or M2 chips. Mplus does run on M1 and M2 Macs using Rosetta, a translation layer, that allows Intel-based software to run on the M1 and M2 chips. More information about this can be found on Apple’s website at https://developer.apple.com/documentation/apple-silicon/about-the-rosetta-translation-environment

Note that it has been reported that the performance of Mplus does diminish on M1 and M2 Macs under the Rosetta translation. There are currently no plans to make Mplus run natively on M1 or M2 Macs. This decision is based on the availability of the current compiler used by Mplus. Future availability of Mplus on M1 and M2 Macs may be impacted as a result.

Some users have reported success installing Mplus for Windows on Intel-powered Mac using either Parallels Desktop or VMware Fusion software. Mplus support will not be provided for the installation and use of these software or the installation of Mplus using these software.

Mplus on Linux: Mplus is available on the Linux 64-bit operating systems from the command line. The Linux distributions that have been tested are Ubuntu, RedHat, Fedora, Debian, and Gentoo. Mplus for Linux does not run on the Sun Solaris operating system. The multiprocessing feature in Mplus for Linux is the standard multiprocessing feature available in Mplus for Windows. The Linux version does not currently have special cluster computing capabilities.

The PATH Environment Variable

The Run Mplus option in the Mplus Editor requires that the Mplus installation directory be listed in the PATH environment variable. The PATH environment variable must also be set at the system level for Mplus to work properly in a multiple user environment. The Mplus installation process will try to set the PATH environment variable at the system level.

If this attempt fails, problems may arise when using the Run Mplus option in the Mplus Editor or when trying to update Mplus. Users will be alerted that Mplus is unable to start when running Mplus or Mplus is not found when updating Mplus.

To fix this problem, the PATH environment variable can be set manually.

Instructions for Windows 7:

  1. Log on with an administrator account.
  2. Right-click on Computer and select Properties.
  3. Click on Advanced system settings and click on the Enviroment Variables button.
  4. The system level variables are located in the bottom section. Locate the Path variable and click on Edit.
  5. Add the Mplus installation directory (default is C:\Program Files\Mplus) to the end of the Value field, separated from the other directories by a semicolon.
  6. Click OK to exit.

Mplus Temporary Files

Mplus uses intermediate files for controlling outputs. These files are created in the working directory. The working directory is usually the directory with the input file. There is one instance when it is not and that is when Mplus is first opened and the recent file list is used to open a previous input file. To ensure that the working directory is always the directory with the input file, always use the File -> Open/Save options for opening/saving an input file.

There is one other temporary file that is created by Mplus but not stored in the working directory. This file does not contain any specific results from the current run. The only information written to the file is the name of the output file. Mplus stores this file in the directory specified by the TEMP environment variable -- a setting on most computers with the Windows operating system. There is no specific setting in Mplus to change the location of this directory. To change the location where Mplus stores this file, the TEMP environment variable must be changed. This will affect other programs that use the TEMP environment variable.

Instructions for Mplus Silent Installation for Windows

In order to perform a silent installation, the installer must be run once to get the response file used. The installer file must be started via the command line using the following instructions.

  1. Open a Command Prompt with Administrative privileges.
  2. Assuming that the installer file is named ComboWindows64.msi, run the initial installation to get the response file with the following options:
    • ComboWindows64.msi /lr mplus.iss
    • Note: The “/lr” is the lowercase letter L and R (with no space after the / or between the 2 letters). Mplus.iss is the name of the response file.
  3. Verify that the installation is complete.
  4. Uninstall Mplus and run the following to proceed with the silent installation:
    • ComboWindows64.msi /quiet /lu mplus.iss
    • Note: The “/lu” is the lowercase L and U (with no space after the / or between the 2 letters).