[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: how do I keep IDL quiet?
- Subject: Re: how do I keep IDL quiet?
- From: Reimar Bauer <r.bauer(at)fz-juelich.de>
- Date: Wed, 28 Mar 2001 11:21:36 +0200
- Newsgroups: comp.lang.idl-pvwave
- Organization: Forschungszentrum Juelich GmbH
- References: <B6E6347F.CC91%jylimd@yahoo.com>
- Xref: news.doit.wisc.edu comp.lang.idl-pvwave:24188
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