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 IDL license server is only directly accessible within Tate Lab.
In order to use IDL on your Windows XP or Windows 7 computer you may need to do the following steps:
"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 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''