Go to the U of M home page
School of Physics & Astronomy
School of Physics and Astronomy Wiki

User Tools


computing:department:unix:software:idl

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
computing:department:unix:software:idl [2013/05/08 19:19] allancomputing:department:unix:software:idl [2015/11/25 10:50] (current) allan
Line 1: Line 1:
 ====== IDL on Physics linux systems ====== ====== IDL on Physics linux systems ======
  
-===== Multiple copies of IDL on the same machine =====+IDL is supported on the linux cluster primarily for specific research groups in Astronomy and Cosmology. A few licenses are also provided by Physics and Astronomy for general use.
  
-From Princeton Astronomy department: IDL hands out licenses based on hostname+username+display. If all three of those are equal you can start as many sessions as you want and only consume one license. The modern habit of letting ssh create X tunnels causes the display name to be different for each ssh connection, even if several connections come from a single host. There are several ways of making your DISPLAY name the same for all such connections. The simplest is to note which your first one is (echo $DISPLAY)and set DISPLAY on other connections to that. Or for a console-only IDL sessionsimply unset DISPLAY completely.+To use IDLyou first need to load the software module: 
 +  module load idl 
 +   
 +After that, for a command line interfacetype 
 +  idl
  
-===== Running IDL jobs without license restrictions =====+or for IDL's development environment, type 
 +  idlde
  
-The IDL Virtual Machine which lets you run an IDL "executable" file without the need for licenses. Here's some more information about this feature from NYU Physics: http://www.physics.nyu.edu/grierlab/idl_html_help/distributing6.html+For interactive help, type 
 +  idlhelp
  
-This can also help you run multiple IDL jobs in parallel through **condor** without being encumbered by available licenses. See http://www.iac.es/sieinvens/siepedia/pmwiki.php?n=HOWTOs.CondorAndIDLVirtualMachine for some pointers.+===== The IDL Astronomy User's Library =====
  
-===== Problems and workarounds =====+<note>possibly outdated info?</note>
  
-==== Online help in IDL 7.0 ====+The IDL Astronomy Users Library is a central repository for low-level astronomy software written in the commercial language IDL. More info at http://idlastro.gsfc.nasa.gov/.
  
-IDL 7 online help may not work properly without taking special steps. Their release notes have this to say about the fix to their help system: +In order to use the network copy of this softwareyou must modify the IDL_PATH environment path.
-<code> +
-  If you use the IDL Workbenchsimply starting the Workbench +
-  with the+
  
-    idlde+For csh: 
 +  setenv IDL_PATH "<IDL_DEFAULT>:/local/astro/idl_astro/pro"
  
-  command causes IDL to use the newly-installed version of +for bash: 
-  XULRunner. If you use IDL in command-line mode (without starting +  export IDL_PATH="<IDL_DEFAULT>:/local/astro/idl_astro/pro"
-  the IDL Workbench), you must start the IDL help server before +
-  starting IDL in order for the ? command to work properly. +
-  To do this, enter the following commands at the shell prompt:+
  
-    idlhelp +===== Running multiple copies of IDL on the same machine =====
-    idl+
  
-  Note that the IDL help server continues to run after you have +This hint was taken from Princeton Astronomy department: IDL hands out licenses based on hostname+username+display. If all three of those are equal, you can start as many sessions as you want and only consume one license. The modern habit of letting ssh create X tunnels causes the display name to be different for each ssh connection, even if several connections come from a single host. There are several ways of making your DISPLAY name the same for all such connections. The simplest is to note which your first one is (echo $DISPLAY), and set DISPLAY on other connections to that. Or for a console-only IDL sessionsimply unset DISPLAY completely.
-  ended your IDL session. If you prefer to shut down the IDL help +
-  serverenter the following command at the shell prompt:+
  
-    idlhelp -command shutdown+===== Running IDL jobs without license restrictions ===== 
 + 
 +The IDL Virtual Machine which lets you run an IDL "executable" file without the need for licenses. Here's some more information about this feature from NYU Physics: http://www.physics.nyu.edu/grierlab/idl_html_help/distributing6.html 
 + 
 +This can also help you run multiple IDL jobs in parallel through **condor** without being encumbered by available licenses. See http://www.iac.es/sieinvens/siepedia/pmwiki.php?n=HOWTOs.CondorAndIDLVirtualMachine for some pointers. 
 + 
 +===== Problems and workarounds =====
  
-  Depending on your system, it may take several moments for the +none at present
-  help server to start. Leaving the help server running speeds up +
-  the response time of the ? command significantly. +
-</code>+
computing/department/unix/software/idl.1368058756.txt.gz · Last modified: 2013/05/08 19:19 by allan