Mathematica
From SOMWiki
Contents |
How to install Mathematica
Windows Install
- Start the install process from \\som-os-orion\Mathematica\Mathematica 5.2\Windows
- Double click Setup.exe
- Select Full install
- During the license information,
- Select the second option Network License Server
- Enter: license1.wss.yale.edu
- NOTE: You need to be on campus, or using the Yale VPN in order for this to work.
OS X Install
- Please contact the help desk to arrange a time for install.
Running Mathematica on Windows from Unix via Exceed
Start Exceed from Windows
Connect to Unix machine via Putty
At the Unix prompt
$ mathematica
Problem: Mathematica Fonts don't display in Exceed V8.0 or later
'NOTE: There is an additional issue with these fonts that may result in Exceed failing to run after performing the following steps. We are working to resolve this issue.
If after installing the Mathematica fonts for Exceed, as per the directions below, you encounter this error:
"Fatal error: ..\Hummingbird\Connectivity\8.00\Exceed\mathematica.fdb is too large to load"
Remove the Mathematica fonts...
- Run Xconfig from Start > Programs > Hummingbird Connectivity V8.0 > Exceed > Xconfig
- Go into Font Management and click Edit button
- Select the mathematica font directory from the list
- Click the Delete button
- Click OK
- Go to Advanced Settings and CHECK Automatic Font Substitution
- Hit the Green Checkmark to Validate and Apply Changes''''
To install the Mathematica fonts for Exceed:
First, download the BDF fonts from \\som-os-orion\Exceed\MathematicaExceedFonts
The compressed tar archive is intended for Unix systems; the zip archive is intended for Windows and Macintosh systems.
Here are the Windows steps to add the Mathematica BDF fonts to Exceed:
- Decompress the file, and then move the resulting BDF directory into a temporary directory on your Windows machine.
- Create a directory dedicated for the Mathematica fonts. For example, C:\Program Files\Hummingbird\Connectivity\8.00\Exceed\Font\Mathematica\
- Run Xconfig from Start > Programs > Hummingbird Connectivity V8.0 > Exceed > Xconfig
- Go into Font Management and click Edit button
- Click Add .FDB File button to bring up "Add Font Database File" window
- Click Browse button, select the Mathematica folder you created in step2 and click OK
- Specify a name for Font Database File field, e.g. Mathematica
- Set Status to Keep then click oK
- A new Font Directory should be added to the bottom of the list. Move the new line to the top of the list using the Move Up button
- Click Add X Fonts button then Browse and select all the .BDF fonts extracted to the temp directory as per step1. Under To: field, select mathematica font directory from the drop down menu.
- Click Add button to compile the .BDF files. Hit OK when compiling is done. Click OK to confirm font database update.
- Close Add X Fonts window
- Click Save As button and replace lfp.xdb file
- Click OK to close Font Database window
- Go to Advanced Settings and UNCHECK Automatic Font Substitution
- Hit the Green Checkmark to Validate and Apply Changes
BDF fonts are also available at the following URL's:
-
http://support.wolfram.com/mathematica/systems/unix/interface/BDF.tar.gz
-
http://support.wolfram.com/mathematica/systems/unix/interface/BDF.zip
Mathematica Font Fix for Mac OS X (X11)
- Open Terminal
- Download the Mathematica BDF fonts:
curl -O http://support.wolfram.com/mathematica/systems/unix/interface/BDF.tar.gz - Create the fonts directory:
sudo mkdir /usr/X11R6/lib/X11/fonts/mathematica- NOTE: you will need to enter your administrative password
- Extract the contents:
sudo tar -zxvf BDF.tar.gz -C /usr/X11R6/lib/X11/fonts/mathematica - Recreate the 'fonts.dir' file:
sudo mkfontdir /usr/X11R6/lib/X11/fonts - Configure X11 to always add the Mathematica fonts:
- Temporarily, allow write access to the X config:
sudo chmod 777 /etc/X11/xinit/xinitrc - Append the X config file:
-
echo "xset fp+ /usr/X11R6/lib/X11/fonts/mathematica/BDF" >> /etc/X11/xinit/xinitrc -
echo "xset fp rehash" >> /etc/X11/xinit/xinitrc
-
- Reset the correct permissions on the X config file:
sudo chmod 666 /etc/X11/xinit/xinitrc - Restart X11
- You can now access the X version of Mathematica from the Grid

