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

Home » Public Forums » archive » how do I keep IDL quiet?
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
how do I keep IDL quiet? [message #24338] Tue, 27 March 2001 09:13 Go to next message
Jason Li is currently offline  Jason Li
Messages: 7
Registered: April 1999
Junior Member
Hi,

I have an IDL routine "myMain" that calls upon many subroutine. Each time I
run myMain, it reports "compiled module ..." message for each subroutine it
has successfully compiled.

I am now running myMain repeatedly from an UNIX script and don't wish to see
these messages. How do I make IDL quiet?


thanks
Re: how do I keep IDL quiet? [message #24462 is a reply to message #24338] Wed, 28 March 2001 09:09 Go to previous message
Paul van Delst is currently offline  Paul van Delst
Messages: 364
Registered: March 1997
Senior Member
Jeremy Faden wrote:
>
> You can also set !quiet=1 in your startup script.

Or quit using .rnew to recompile when changes are made.... ?

>
> Jason Li wrote:
>>
>> Hi,
>>
>> I have an IDL routine "myMain" that calls upon many subroutine. Each time I
>> run myMain, it reports "compiled module ..." message for each subroutine it
>> has successfully compiled.
>>
>> I am now running myMain repeatedly from an UNIX script and don't wish to see
>> these messages. How do I make IDL quiet?
>>
>> thanks

--
Paul van Delst A little learning is a dangerous thing;
CIMSS @ NOAA/NCEP Drink deep, or taste not the Pierian spring;
Ph: (301)763-8000 x7274 There shallow draughts intoxicate the brain,
Fax:(301)763-8545 And drinking largely sobers us again.
paul.vandelst@noaa.gov Alexander Pope.
Re: how do I keep IDL quiet? [message #24469 is a reply to message #24338] Wed, 28 March 2001 05:39 Go to previous message
Jeremy Faden is currently offline  Jeremy Faden
Messages: 2
Registered: February 2000
Junior Member
You can also set !quiet=1 in your startup script.

Jeremy Faden
Cottage Systems

Jason Li wrote:
>
> Hi,
>
> I have an IDL routine "myMain" that calls upon many subroutine. Each time I
> run myMain, it reports "compiled module ..." message for each subroutine it
> has successfully compiled.
>
> I am now running myMain repeatedly from an UNIX script and don't wish to see
> these messages. How do I make IDL quiet?
>
> thanks
Re: how do I keep IDL quiet? [message #24473 is a reply to message #24338] Wed, 28 March 2001 01:21 Go to previous message
R.Bauer is currently offline  R.Bauer
Messages: 1424
Registered: November 1998
Senior Member
Jason Li wrote:
>
> Hi,
>
> I have an IDL routine "myMain" that calls upon many subroutine. Each time I
> run myMain, it reports "compiled module ..." message for each subroutine it
> has successfully compiled.
>
> I am now running myMain repeatedly from an UNIX script and don't wish to see
> these messages. How do I make IDL quiet?
>
> thanks

Try

.compile myMain
resolve_routine,/all
save,file='myMain.sav',/routines

.run myMain

or better

idl -rt=myMain.sav

regards

Reimar

--
Reimar Bauer

Institut fuer Stratosphaerische Chemie (ICG-1)
Forschungszentrum Juelich
email: R.Bauer@fz-juelich.de
http://www.fz-juelich.de/icg/icg1/
=============================================
a IDL library at ForschungsZentrum J�lich
http://www.fz-juelich.de/icg/icg1/idl_icglib/idl_lib_intro.h tml

http://www.fz-juelich.de/zb/text/publikation/juel3786.html
  Switch to threaded view of this topic Create a new topic Submit Reply
Previous Topic: Re: IDL 5.3.1 (Windows) backing store problem
Next Topic: Drawing an arrow

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

Current Time: Wed Oct 08 17:45:03 PDT 2025

Total time taken to generate the page: 0.00381 seconds