On Mon, Dec 12, 2011 at 10:44 AM, Andrew Revering <span dir="ltr">&lt;<a href="mailto:andy@f5data.com">andy@f5data.com</a>&gt;</span> wrote:<br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div class="gmail_quote"><div class="im"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div class="gmail_quote"><div>It does not look like it, since you are able to execute gxyat. When you are running your production job, how are you doing this? Can you run your script from the &quot;ga-&gt;&quot; prompt above? If so, when running your production script, can you enter</div>


<div><br></div><div>% which grads (or which ooengrads)</div><div><br></div><div>to make sure you are actually running the grads binaries that you just installed? Do this right before starting grads and running your script.</div>

</div></blockquote><div><br></div></div><div>AH HA! That did the trick... It was trying to run a version in /usr/local/bin/grads </div><div>I had to delete the grads version in /usr/local/bin even after adding the right path.</div>

<div><br></div></div></blockquote><div><br></div><div>You didn&#39;t have to delete it, just make sure that the new version comes ahead in yout path, say</div><div><br></div><div>% set path = ( /opt/opengrads $path )         #  C-shell</div>
<div>% export PATH=/opt/opengrads:$PATH     # bash, ksh, sh</div><div><br></div><div>or address grads by the full pathname:</div><div><br></div><div>% /opt/opengrads/grads</div><div> </div><div>BTW, you may have noticed that the opengrads bundle includes 2 executables: grads and opengrads. They both point to the same binary; opengrads has the -C option set by default, so you get colorized text, and your readline history is remembered from one session to another -- these are my favorite defaults. If you intend to use the opengrads extensions you may want to start &quot;opengrads&quot; as there is no chance that you will be starting any COLA binary that may be left in your path.</div>
<div><br></div><div>  Arlindo</div></div><div><br></div>-- <br>Arlindo da Silva<br><a href="mailto:dasilva@alum.mit.edu">dasilva@alum.mit.edu</a><br>