Campuses:
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
computing:department:unix:software:idl [2009/01/19 19:47] – allan | computing: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 ====== | ||
- | Online help in IDL 7.0 may not work properly without taking special steps. | + | 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. |
- | IDL's release notes have this to say about the fix to their help system: | + | To use IDL, you first need to load the software module: |
- | < | + | |
- | | + | |
- | | + | After that, for a command line interface, type |
+ | | ||
- | | + | or for IDL's development environment, |
+ | | ||
- | command causes IDL to use the newly-installed version of | + | For interactive help, type |
- | XULRunner. If you use IDL in command-line mode (without starting | + | |
- | the IDL Workbench), you must start the IDL help server before | + | |
- | | + | |
- | To do this, enter the following commands at the shell prompt: | + | |
- | idlhelp | + | ===== The IDL Astronomy User's Library ===== |
- | idl | + | |
- | Note that the IDL help server continues to run after you have | + | < |
- | ended your IDL session. If you prefer to shut down the IDL help | + | |
- | server, enter the following command at the shell prompt: | + | |
- | idlhelp | + | The IDL Astronomy Users Library is a central repository for low-level astronomy software written in the commercial language IDL. More info at http:// |
- | Depending on your system, it may take several moments for the | + | In order to use the network copy of this software, you must modify |
- | | + | |
- | the response time of the ? command significantly. | + | For csh: |
- | </code> | + | |
+ | |||
+ | for bash: | ||
+ | | ||
+ | |||
+ | ===== Running multiple copies of IDL on the same machine ===== | ||
+ | |||
+ | 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 | ||
+ | |||
+ | ===== Running IDL jobs without license restrictions ===== | ||
+ | |||
+ | The IDL Virtual Machine which lets you run an IDL " | ||
+ | |||
+ | This can also help you run multiple IDL jobs in parallel through **condor** without being encumbered by available licenses. See http:// | ||
+ | |||
+ | ===== Problems and workarounds ===== | ||
+ | |||
+ | none at present |