Campuses:
This is an old revision of the document!
IDL software is licensed and paid for by specific research groups within the department. If you are not a member of these groups, then please do not try installing this software.
Got to your MyPhys page and choose software downloads.
Note - IDL is preinstalled on the departmentally-managed linux systems, so these instructions should be unnecessary.
tar.gz
file for linux, or a pkg
file for Mac).
The downloads page also has a minimal license.dat
file, which you can download and provide for IDL. This doesn't provide a local license; you still need to be able to connect to the license server to use the program.
The IDL license server is only directly accessible within Tate Lab. To access it from outside, the easiest method is to set up a network “tunnel” using ssh.
To use IDL from outside Tate Lab on Windows
"c:\program files\putty\putty.exe" -ssh physics.umn.edu -P 22 -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 physics.umn.edu -P 22 -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
where the PING just gives you 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.
On Mac OS X
You can run a similar command to the above in Terminal, to create the same ssh tunnel to the license server:
''ssh physics.umn.edu -P 22 -l <your_Physics_username> -N -L 1700:idl.spa.umn.edu:1700''