Campuses:
This is an old revision of the document!
<note> IDL software is licensed and paid for by specific research groups within the School (specifically Astronomy, Cosmology and Biological Physics). If you are not a member of these groups, then please do not install this software on your own lab computers.
IDL is available for some general use on the physics linux cluster, and is also preinstalled on the Physics AD windows systems. More information specific to IDL on Physics linux cluster </note>
Go to your MyPhys page and choose software downloads.
IDL needs to communicate with our license server in order to run. The license server is directly accessible from the campus network, but you need to take special steps to connect from off-campus.
Our license only supports use with the network license server - if you need to run in disconnected mode, you will need to purchase your own license directly from IDL (Exelis).
After downloading and running the installer, newer versions of IDL start a “license wizard”.
Our MyPhys downloads page includes a minimal license.dat
file, which you should download.
If you select the option for a network license, provide this file to the license wizard.
Note that this doesn't provide a local, standalone license; you still need to be able to connect to our license server to use the program.
tar.gz
file for linux, or a pkg
file for Mac).To access the license server from outside, the easiest method is to follow the on-campus instructions above and then connect to the University VPN. Alternatively, you can set up a network “tunnel” using ssh.
"c:\program files\putty\putty.exe" -ssh ssh.physics.umn.edu -l <your_Physics_username> -N -L 1700:idl.spa.umn.edu:1700 -L 31700:idl.spa.umn.edu:31700
and enter your password once asked. Nothing will happen afterwards (minimize the putty window).
@echo off start "c:\program files\putty\putty.exe" -ssh ssh.physics.umn.edu -l <your_Physics_username> -N -L 1700:idl.spa.umn.edu:1700 -L 31700:idl.spa.umn.edu:31700 PING 1.1.1.1 -n 1 -w 10000 >NUL idlde.exe
The PING command is just to give you a brief delay (10000 milliseconds) to enter your password before IDL is started. Create a shortcut to startidl.bat file on your desktop or wherever you like it. Use it to start IDL.
setenv LM_LICENSE_FILE 1700@localhost
or export LM_LICENSE_FILE=1700@localhost
, depending on your shell. Note: This step only needs to be done once.ssh ssh.physics.umn.edu -l <your_Physics_username> -N -L 1700:idl.spa.umn.edu:1700 -L 31700:idl.spa.umn.edu:31700
Note: This step needs to be repeated each time you want to run IDL.