comp.lang.idl-pvwave archive
Messages from Usenet group comp.lang.idl-pvwave, compiled by Paulo Penteado

Home » Public Forums » archive » IDL and RH 9 [ RH Enterprise WS 3 ]
Show: Today's Messages :: Show Polls :: Message Navigator
E-mail to friend 
Switch to threaded view of this topic Create a new topic Submit Reply
IDL and RH 9 [ RH Enterprise WS 3 ] [message #36927] Fri, 14 November 2003 14:42 Go to next message
""Andrew.Lo is currently offline  ""Andrew.Lo
Messages: 1
Registered: November 2003
Junior Member
We are running a flavor of Red Hat Linux called Advanced Workstation version 3.

It is an enterprise version, built off of the "free" Red Hat 9.0.

Are there any special tricks to running flexlm under RH 9.0?

Our SysAds are experiencing difficulty getting IDL up-and-running.

Thanks for any help!


*** Please remove OMIT from my return address ***
Re: IDL and RH 9 [ RH Enterprise WS 3 ] [message #37022 is a reply to message #36927] Thu, 20 November 2003 16:47 Go to previous messageGo to next message
rabaca is currently offline  rabaca
Messages: 2
Registered: November 2003
Junior Member
Which version of idl? I had problems running idl versions 5.3, 5.4 and
5.5 under RH9 before I upgraded to glibc-2.3.2-27.9.7 (advisory
RHSA-2003:325-10). I have also upgraded flexlm according to RSI
support article 3496
(http://www.rsinc.com/services/techtip.asp?ttid=3496). Problems have
gone after these changes. I hope I will not find others...

Cheers,
Carlos

"@noaa.gov (remove OMIT)" <""Andrew.LougheOMIT\"@noaa.gov (remove OMIT)"> wrote in message news:<bp3lnv$sv8$1@boulder.noaa.gov>...
> We are running a flavor of Red Hat Linux called Advanced Workstation version 3.
> It is an enterprise version, built off of the "free" Red Hat 9.0.
> Are there any special tricks to running flexlm under RH 9.0?
> Our SysAds are experiencing difficulty getting IDL up-and-running.
> Thanks for any help!
Re: IDL and RH 9 [ RH Enterprise WS 3 ] [message #37097 is a reply to message #37022] Mon, 24 November 2003 07:53 Go to previous messageGo to next message
Andrew Loughe is currently offline  Andrew Loughe
Messages: 9
Registered: October 1998
Junior Member
That did it!

Thanks.



Carlos Roberto Rabaca wrote:
> Which version of idl? I had problems running idl versions 5.3, 5.4 and
> 5.5 under RH9 before I upgraded to glibc-2.3.2-27.9.7 (advisory
> RHSA-2003:325-10). I have also upgraded flexlm according to RSI
> support article 3496
> (http://www.rsinc.com/services/techtip.asp?ttid=3496). Problems have
> gone after these changes. I hope I will not find others...
>
> Cheers,
> Carlos
>
> "@noaa.gov (remove OMIT)" <""Andrew.LougheOMIT\"@noaa.gov (remove OMIT)"> wrote in message news:<bp3lnv$sv8$1@boulder.noaa.gov>...
>
>> We are running a flavor of Red Hat Linux called Advanced Workstation version 3.
>> It is an enterprise version, built off of the "free" Red Hat 9.0.
>> Are there any special tricks to running flexlm under RH 9.0?
>> Our SysAds are experiencing difficulty getting IDL up-and-running.
>> Thanks for any help!

--

----> remove OMIT from the return address <----
Re: idl and R [message #59642 is a reply to message #36927] Fri, 04 April 2008 07:58 Go to previous message
ben.bighair is currently offline  ben.bighair
Messages: 221
Registered: April 2007
Senior Member
On Apr 4, 5:26 am, rlaybe...@hotmail.com wrote:
> Hi
>
> Does anybody have a summary of the major differences between R and
> idl? I have been using idl for years and have never used R. I
> understand R is statistics orientated, but does it do anything that
> idl can't or does it do it better?
>

Hi,

I have been using R for about a year - this is part of the plan in one
project to replace IDL with ImageJ and R as we move toward open
source software. I still use IDL extensively for other projects. I
haven't hit a real "comfort level" with R, but I have used it as a
general purpose language for working with text files - mostly things
that can be managed as data.frames (simple spreadsheet-like data
structures.) In IDL I had built extensive OO libraries around
handling vectors of simple structures that are quite analogous to data
frames in R.

I, too, thought of R as statistics oriented - and it sure has a lot
going for it in that realm - but my year-into-it-now sense is that it
is better to call it a general purpose language. Keep in mind I
haven't really had much formal training in programming.

Perhaps first and foremost - the user group around R, like this one
around IDL, is very helpful. It is also a lot bigger.

Second - library distribution is a snap in R. The base package of R
has a lot of stuff in it, but sometimes you need to import extra stuff
(like mapping tools for instance). I found it *incredibly easy* to do
so. (This is very much unlike my experience with Python on PPC Mac -
great software but what a mess adding SciPy libraries.)

One thing I haven't noodled out about R is object inheritance. In R
there are two distinct layers of object-oriented programming - the
oldish S3 and the newish S4 styles. I haven't been able to penetrate
the S4 paradigm which I gather is more akin to the OO paradigm in
IDL. So for now I have single files of multiple functions that accept
my data object as an argument. I really couldn't call that OO work
with a heap variable - there is a whole lot of copying arguments going
on. I really miss the simplicity of the IDL OO paradigm.

I haven't jumped into any GUI/Widget stuff with R. That kind of stuff
requires extra libraries (Tk/Tcl, Wx, etc.) which are easy to load,
but each has its own API. Recently a limited "gWidget" system has
been introduced for R that provides a consistent API regardless of
which widget toolkit the user chooses to use underneath. I think this
has the flavor of IDL's widgets (with Motif or Windows underneath) - I
hope to dive into that someday.

I don't pay too much attention to computing power things, but here is
a dated comparison of R with some other languages (but not IDL)...
http://www.sciviews.org/benchmark/index.html

Hope that is helpful.

Ben
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Does the ENVI_SVM_DOIT function have memory leak problem?
Next Topic: Re: IDL 7.0 Java connector

-=] Back to Top [=-
[ Syndicate this forum (XML) ] [ RSS ] [ PDF ]

Current Time: Wed Oct 08 19:24:23 PDT 2025

Total time taken to generate the page: 0.00667 seconds