Hello All, <br><br>To Walter: The /etc/redhot-release is CentOS 4.5, so Redhat 4.X, I suppose.<br><br>I have the code compiled and running using OpenMPI built on PGI compilers, but I have to add <br><br>#define NULL 0 <br>
<br>to Parsing.c and Pan_problems_misc_functions.c. Adding the new definition of NULL in global_defs.h will cause other parts of the code to generate errors. <br><br>I have not tested the code thoroughly for unintended behavior, but I compared a two parallel runs, one using MPI built on GNU and one using MPI built on PGI compilers. There are only very small differences between the output of the different runs, which may be do to the randomization of tracer locations in the version I use. For example comparing the vertical velocity field between the two runs, there is a difference of &lt;0.001% in some locations. I will write to you if I notice any strange behavior with the PGI compiler, or with the different definitions of NULL.<br>
<br>Regards, <br>Todd<br><br><br><br><br><br><br><div class="gmail_quote">On Mon, Nov 8, 2010 at 5:20 PM, Walter Landry <span dir="ltr">&lt;<a href="mailto:walter@geodynamics.org">walter@geodynamics.org</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="margin: 0pt 0pt 0pt 0.8ex; border-left: 1px solid rgb(204, 204, 204); padding-left: 1ex;"><div class="im">&quot;Bianco, Todd&quot; &lt;<a href="mailto:todd_bianco@brown.edu">todd_bianco@brown.edu</a>&gt; wrote:<br>

</div><div class="im">&gt; Thanks for the responses. I did not install PGI, but from the <a href="http://license.info" target="_blank">license.info</a><br>
&gt; file, this is 7.0-7<br>
<br>
</div>Hmm.  What version of the operating system are you using?  It is<br>
listed in the supported versions at<br>
<br>
  <a href="http://www.pgroup.com/support/install.htm#release_info" target="_blank">http://www.pgroup.com/support/install.htm#release_info</a><br>
<br>
In any case, you can try adding<br>
<br>
  #define NULL ((void *)0)<br>
<br>
or<br>
<br>
  #define NULL 0<br>
<br>
to global_defs.h and see if that works.<br>
<div><div></div><div class="h5"><br>
Cheers,<br>
Walter Landry<br>
<a href="mailto:walter@geodynamics.org">walter@geodynamics.org</a><br>
</div></div></blockquote></div><br>