<html><head><style type='text/css'>p { margin: 0; }</style></head><body><div style='font-family: Arial; font-size: 10pt; color: #000000'><P>Hi Arlindo,</P>
<P>Interesting.....</P>
<P>&nbsp;</P>
<P>If I start Grads then type in: </P>
<P>! ls&nbsp; &lt;cr&gt;</P>
<P>&nbsp;</P>
<P>Grads just hangs.&nbsp;No answer set is returned.&nbsp; I presume a directory list should appear. But instead&nbsp;nothing....</P>
<P>&nbsp;</P>
<P>On another subject....Multi threading.&nbsp; When I run Grads 1.9 on a dual core machine, it appears to split the work between the two cores with each core getting about 50-54% of the load.&nbsp; On a single core machine it takes 100% of available CPU.&nbsp;&nbsp; So it splits the load, but does not make 100% use of both CPUs. </P>
<P>&nbsp;</P>
<DIV><FONT size=2>Thanks,<BR>Mark</FONT></DIV><BR><BR>----- Original Message -----<BR>From: "Arlindo da Silva" &lt;arlindo.dasilva@GMAIL.COM&gt;<BR>To: GRADSUSR@LIST.CINECA.IT<BR>Sent: Sunday, January 24, 2010 7:06:24 PM GMT -08:00 US/Canada Pacific<BR>Subject: Re: WIN GRADS 2.0.a7.oga.3 - Possible Bug<BR><BR>Mark,
<DIV><BR></DIV>
<DIV>&nbsp;&nbsp;Does the "!" work at all? For example, does</DIV>
<DIV><BR></DIV>
<DIV>ga-&gt; ! ls</DIV>
<DIV><BR></DIV>
<DIV>return anything?</DIV>
<DIV><BR></DIV>
<DIV>&nbsp;&nbsp; Arlindo</DIV>
<DIV><BR><BR>
<DIV class=gmail_quote>On Fri, Jan 22, 2010 at 7:33 PM, Mark Sponsler <SPAN dir=ltr>&lt;<A href="mailto:msponsler@comcast.net" target=_blank>msponsler@comcast.net</A>&gt;</SPAN> wrote:<BR>
<BLOCKQUOTE class=gmail_quote style="PADDING-LEFT: 1ex; MARGIN: 0px 0px 0px 0.8ex; BORDER-LEFT: #ccc 1px solid">Hello,<BR>I'm using Grads 2.0.a7.oga.3 on an Win XP box. &nbsp;All works fine except when<BR>used in conjuction with ImageMagick.<BR><BR>I run my script, then make 2 calls to ImageMagick to combine some of the<BR>output images, then try to do a few simple GRADs cleanup tasks &nbsp;(increment a<BR>counter, then an endhwhile statement).<BR><BR>The issue is GRADS hangs after the ImageMagick commands and does not<BR>return to run the remainder of the script.<BR><BR>Funny thing is when I run the exact same script under GRADS version 1.9, all<BR>works fine.<BR><BR>Suspect there is some little bugaboo in the compile that prevents the return<BR>call to GRADS after executing the extrenal program.<BR><BR>Here the segment of the code that fails:<BR><BR><BR>&nbsp; &nbsp; &nbsp;'draw string 10.55 7.45 Precip'<BR>&nbsp; &nbsp; &nbsp;'draw string 10.55 7.25 (in)'<BR>&nbsp; &nbsp;endif<BR><BR>*******************************<BR>'printim c:/grib/dods_output/'reg'_'tx'hr.png png -b<BR>c:/grib/dods_output/test.png -t 0 x700 y541 black'<BR><BR>********************************<BR>'!composite.exe -quality 100<BR>c:/grib/output/foreground_ETA_precip_wind/back/'reg'_trans.png<BR>c:/grib/output/'reg'_'tx'hr.png c:/grib/dods_output/test1.png'<BR>'!convert.exe c:/grib/dods_output/test1.png -depth 8 +dither -colors 256<BR>c:/grib/dods_output/'reg'_'tx'hr.png'<BR><BR>tx = (tx+1)<BR>&nbsp;if tx = 30 ; break ; endif<BR><BR>'clear'<BR>endwhile<BR><BR>Any help would be appreciated.<BR></BLOCKQUOTE></DIV><BR><BR clear=all><BR>-- <BR>Arlindo da Silva<BR><A href="mailto:dasilva@alum.mit.edu" target=_blank>dasilva@alum.mit.edu</A><BR></DIV></div></body></html>