Wolfram Computation Meets Knowledge

As of Version 11.3, most of the functionality of the WSMLink package is being phased out in favor of experimentally introduced functionality in the Wolfram System. »

Compiler for SystemModeler

SystemModeler uses a C++ compiler to build executables for fast simulation of models. Simulation of models requires the installation of a compiler on your computer. If a supported compiler is already installed, it will be automatically detected and used, and no further action has to be taken.

To use functionality from Wolfram SystemModeler Link, load the package:

Installation of Supported Compilers

Windows

On Windows, SystemModeler has been fully tested with and supports the following compilers:

Mac

SystemModeler requires Apple's Xcode to be installed. Xcode is available at the Mac App Store.

On Mac, SystemModeler has been fully tested with Clang from Xcode version 6.2. It is likely that SystemModeler will work with any C++ compiler that is compatible with that version, i.e. any Clang from Xcode >= 6.2 from Apple Inc.

Instructions for installing are available here.

Linux

On Linux, SystemModeler has been fully tested with GCC/G++ 4.4 (32-bit and 64-bit). It is likely that SystemModeler will work with any C++ compiler that is compatible with that version, i.e. any GCC/G++ >= 4.4.

Instructions for installing are available here.

Compiler Verification and Configuration

This section describes the functionality available for verifying and changing the compiler settings. This is advanced functionality that most users will not need.

Verify the currently configured compiler.

If the verification is not successful, the result will also contain a log from a test compilation, indicating the problem with the configuration.

Show the currently selected compiler configuration.

The option is a list of rules specifying the compiler command, where it is found on the system, the version and advanced configuration options.

It is also possible to list all detected compilers that are supported.

Change the compiler configuration to use a different detected compiler.

Advanced Compiler Configuration

It is also possible to construct a custom compiler configuration by modifying individual configuration options.

Name
Description
"Command"name of the compiler
"Path"path to executable
"Version"compiler version
"PlatformSDKPath"path to MacOS SDK
"TargetArchitecture"32- or 64-bit architecture
"UserFlags"custom compiler flags

Advanced compiler configuration options.

The "Command" describes the type of compiler, and should be one of "g++", "clang++" or "cl".

The contents of the "Path" option are as follows for the supported compilers: