thanks..can that not be fixed using the same version ? what fix i have to apply?<br><br><div class="gmail_quote">On Thu, Sep 22, 2011 at 11:34 PM, Anthony Chan <span dir="ltr">&lt;<a href="mailto:chan@mcs.anl.gov">chan@mcs.anl.gov</a>&gt;</span> wrote:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><br>
That means Fortran binding was not built correctly.<br>
Sorry, you need to use mpich2.<br>
<br>
A.Chan<br>
<div><div></div><div class="h5"><br>
----- Original Message -----<br>
&gt; when i try to execute helloworld.f90 code, i get following error.<br>
&gt;<br>
&gt; ../bin/mpif90 helloworld.f90<br>
&gt; /par1/mpich/install/lib/libmpich.a(farg.o): In function<br>
&gt; `mpir_iargc__&#39;:<br>
&gt; farg.f:(.text+0x6): undefined reference to `f__xargc&#39;<br>
&gt; /par1/mpich/install/lib/libmpich.a(farg.o): In function<br>
&gt; `mpir_getarg__&#39;:<br>
&gt; farg.f:(.text+0x38): undefined reference to `getarg_&#39;<br>
&gt; collect2: ld returned 1 exit status<br>
&gt; --------------------------------<br>
&gt; 01.program helloWorld<br>
&gt; 02. implicit none<br>
&gt; 03. include &quot;mpif.h&quot;<br>
&gt; 04. integer :: myPE, numProcs, ierr<br>
&gt; 05. call MPI_INIT(ierr)<br>
&gt; 06. call MPI_COMM_RANK(MPI_COMM_WORLD, myPE, ierr)<br>
&gt; 07. call MPI_COMM_SIZE(MPI_COMM_WORLD, numProcs, ierr)<br>
&gt; 08. print *, &quot;Hello World from &quot;, myPE<br>
&gt; 09. call MPI_FINALIZE(ierr)<br>
&gt; 10.end program helloWorld<br>
&gt; ----------------------------------<br>
&gt; I have some other programs to run . Can you suggest a way out ?<br>
&gt;<br>
&gt; RIGVED<br>
&gt;<br>
&gt; On Wed, Sep 21, 2011 at 9:53 PM, Anthony Chan &lt;<a href="mailto:chan@mcs.anl.gov">chan@mcs.anl.gov</a>&gt;<br>
&gt; wrote:<br>
&gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; ----- Original Message -----<br>
&gt; &gt;<br>
&gt; &gt; &gt; when i execute the command mpif90 -v, i get following error. Any<br>
&gt; &gt; &gt; solution<br>
&gt; &gt; &gt; for this linking issue sir<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; /usr/lib/gcc/x86_64-redhat-linux/4.1.2/libgfortranbegin.a(fmain.o):<br>
&gt; &gt; &gt; In<br>
&gt; &gt; &gt; function `main&#39;:<br>
&gt; &gt; &gt; (.text+0xa): undefined reference to `MAIN__&#39;<br>
&gt; &gt; &gt; collect2: ld returned 1 exit status<br>
&gt; &gt;<br>
&gt; &gt; Don&#39;t worry about that. MPICH-1&#39;s fortran compiler wrapper isn&#39;t<br>
&gt; &gt; careful<br>
&gt; &gt; about<br>
&gt; &gt; this case. Try using mpif90 to compile a fortran MPI program and see<br>
&gt; &gt; if it<br>
&gt; &gt; runs.<br>
&gt; &gt; Again, we don&#39;t support it so you are on your own.<br>
&gt; &gt;<br>
&gt; &gt; A.Chan<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; mpich-discuss mailing list <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; &gt; To manage subscription options or unsubscribe:<br>
&gt; &gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
&gt; &gt;<br>
&gt;<br>
&gt; _______________________________________________<br>
&gt; mpich-discuss mailing list <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; To manage subscription options or unsubscribe:<br>
&gt; <a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
_______________________________________________<br>
mpich-discuss mailing list     <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss" target="_blank">https://lists.mcs.anl.gov/mailman/listinfo/mpich-discuss</a><br>
</div></div></blockquote></div><br>