Table of Contents

IDL

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.

Windows installation

Unix, Linux or Mac OS installation

Note - IDL is preinstalled on the departmentally-managed linux systems, so these instructions should be unnecessary.

Running IDL from outside Tate Lab

The IDL license server is only directly accessible within Tate Lab.

In order to use IDL on your Windows XP (and possibly Windows 2000) computer you have to do the following steps:

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.