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 [2013/05/08 19:19] – 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 ====== | ||
- | ===== Multiple copies of IDL on the same machine ===== | + | IDL is supported |
- | From Princeton Astronomy department: | + | To use IDL, you first need to load the software module: |
+ | module load idl | ||
+ | |||
+ | After that, for a command line interface, type | ||
+ | idl | ||
- | ===== Running | + | or for IDL's development environment, |
+ | idlde | ||
- | The IDL Virtual Machine which lets you run an IDL " | + | For interactive help, type |
+ | idlhelp | ||
- | This can also help you run multiple | + | ===== The IDL Astronomy User's Library ===== |
- | ===== Problems and workarounds ===== | + | < |
- | ==== Online help in IDL 7.0 ==== | + | The IDL Astronomy Users Library is a central repository for low-level astronomy software written |
- | 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 software, you must modify |
- | < | + | |
- | If you use the IDL Workbench, simply starting the Workbench | + | |
- | with the | + | |
- | idlde | + | For csh: |
+ | setenv IDL_PATH "< | ||
- | command causes IDL to use the newly-installed version of | + | for bash: |
- | XULRunner. If you use IDL in command-line mode (without starting | + | |
- | the IDL Workbench), you must start the IDL help server before | + | |
- | starting IDL in order for the ? command to work properly. | + | |
- | | + | |
- | 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: |
- | ended your IDL session. If you prefer | + | |
- | server, enter 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 " | ||
+ | |||
+ | This can also help you run multiple IDL jobs in parallel through **condor** without being encumbered by available licenses. See http:// | ||
+ | |||
+ | ===== 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. | + | |
- | </ | + |