Limitations in IDL 5.4 [message #26278] |
Mon, 20 August 2001 10:19 |
thompson
Messages: 584 Registered: August 1991
|
Senior Member |
|
|
thompson@orpheus.nascom.nasa.gov (William Thompson) writes:
> It's possible to have the current version and older versions of IDL installed
> on the same computer simultaneously. I often use this, to make sure my
> software will work on older versions, and most recently to get around some of
> the limitations of version 5.4 for batch jobs.
Just to satisfy everybody's curiousity, the limitation I was referring to was
that IDL 5.4 doesn't properly flush standard output. For example, try this
simple script with the command "at -c -f testfile now"
#!/bin/csh
idl << done
print,'Hello'
done
You won't get any output at all with IDL 5.4. RSI is aware of this problem.
William Thompson
|
|
|