[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: how do I keep IDL quiet?





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.html

http://www.fz-juelich.de/zb/text/publikation/juel3786.html