Hi,<br><br>I have some troubles using PETSc compiled with Intel compilers (version 10.1)&nbsp; in Fortran language in parallel on a 64 bits machine. The PetscInitialize always fails. In order to make it work, I have to make the following changes in petscconf.h.<br>
<br>320,321c320,321<br>&lt; #ifndef PETSC_HAVE_IPXFARGC_<br>&lt; #define PETSC_HAVE_IPXFARGC_ 1<br>---<br>&gt; #ifndef PETSC_HAVE_IARGC_<br>&gt; #define PETSC_HAVE_IARGC_ 1<br>488,489c488,489<br>&lt; #ifndef PETSC_HAVE_PXFGETARG_NEW<br>
&lt; #define PETSC_HAVE_PXFGETARG_NEW 1<br>---<br>&gt; #ifndef PETSC_HAVE_BGL_IARGC<br>&gt; #define PETSC_HAVE_BGL_IARGC 1<br><br>Once this is done, PetscInitialize and the rest of the code works fine. Strange, isn&#39;t it.....<br>
<br>Nicolas<br><br><div><span class="gmail_quote">2008/4/7, amjad ali &lt;<a href="mailto:amjad11@gmail.com">amjad11@gmail.com</a>&gt;:</span><blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;">
<b>Hello all,<br><br>I installed PETSc with intel compilers. Please comment on that what is the difference between the PETSc
installed with gnu compilers and the PETSC installed with intel
compilers. Any difference in efficiency? or what so ever?<br>
<br><span style="color: rgb(204, 0, 0);">What you say if we intall
PETSc with PGI compilers and also we use MPI-profiler/debugger
(available in PGI Cluster Toolkit) for PETSc applications?
Is it possible? and beneficial?<br>
<br>with best regards,<br><span class="sg">Amjad Ali.</span></span></b>
</blockquote></div><br>