DOCUMENTATION CENTER SEARCH
Mathematica
>
System Information
>
Built-in
Mathematica
Symbol
Reading and Writing Mathematica Files
Portability of MathLink Programs
Global System Information
Tutorials »
|
$System
$Version
$MachineType
$OperatingSystem
$MachineID
See Also »
|
Package Bulletproofing
Package Development
System Information
More About »
$SystemID
$SystemID
is a short string that identifies the type of computer system on which
Mathematica
is being run.
MORE INFORMATION
Computer systems with the same
$SystemID
should be binary compatible, so that the same external programs and
.mx
files can be used.
Sometimes binary compatibility may only be complete when the same version of the operating system is used.
$SystemID
is used in naming directories generated by
DumpSave
and
mcc
.
Values for
$SystemID
contain only alphanumeric characters and dashes.
Typical values are
"Windows"
,
"Darwin"
,
"Linux"
and
"UltraSPARC"
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
In[1]:=
Out[1]=
SEE ALSO
$System
$Version
$MachineType
$OperatingSystem
$MachineID
TUTORIALS
Reading and Writing
Mathematica
Files
Portability of
MathLink
Programs
Global System Information
MORE ABOUT
Package Bulletproofing
Package Development
System Information
New in 3
© 2008 Wolfram Research, Inc.