Re: Are .SAV files platform independent? [message #13263] |
Wed, 28 October 1998 00:00 |
mallors
Messages: 76 Registered: November 1997
|
Member |
|
|
In article <MPG.10a1162b20f6aa939896e4@news.frii.com>,
davidf@dfanning.com (David Fanning) writes:
> Note: A copy of this article was e-mailed to the original poster.
>
>
> Craig Hamilton (cah@medeng.wfubmc.edu) writes:
>
>> Can I generate .SAV files on a Sun platform and then execute them
>> on an SGI with a run-time license?
>
> Absolutely. With the possible exception of VMS (where
> you can set the XDR keyword) all save files are stored
> in XDR format, which makes them transportable across
> machine architectures.
>
I've always found this interesting - IDL is very much
like the ubiquitous Java language:
IDL source code -> java source code (.java file)
IDL save file -> java byte code (.class file)
IDL compiler/interpreter -> the "java virtual machine"
--
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~
Robert S. Mallozzi 256-544-0887
Mail Code ES 84
Work: http://www.batse.msfc.nasa.gov/ Marshall Space Flight Center
Play: http://cspar.uah.edu/~mallozzir/ Huntsville, AL 35812
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ~~~~~~~~~~~~
|
|
|
Re: Are .SAV files platform independent? [message #13266 is a reply to message #13263] |
Wed, 28 October 1998 00:00  |
davidf
Messages: 2866 Registered: September 1996
|
Senior Member |
|
|
Note: A copy of this article was e-mailed to the original poster.
Craig Hamilton (cah@medeng.wfubmc.edu) writes:
> Can I generate .SAV files on a Sun platform and then execute them
> on an SGI with a run-time license?
Absolutely. With the possible exception of VMS (where
you can set the XDR keyword) all save files are stored
in XDR format, which makes them transportable across
machine architectures.
Cheers,
David
----------------------------------------------------------
David Fanning, Ph.D.
Fanning Software Consulting
E-Mail: davidf@dfanning.com
Phone: 970-221-0438, Toll-Free Book Orders: 1-888-461-0155
Coyote's Guide to IDL Programming: http://www.dfanning.com/
|
|
|