how do I keep IDL quiet? [message #24338] |
Tue, 27 March 2001 09:13  |
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  |
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  |
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
|
|
|
|