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 
Return to the default flat view Create a new topic Submit Reply
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
[Message index]
 
Read Message
Read Message
Read Message
Read Message
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: Fri Oct 10 00:48:34 PDT 2025

Total time taken to generate the page: 0.95364 seconds