<meta http-equiv="Content-Type" content="text/html; charset=utf-8"><div dir="ltr">Thanks, I am trying it now. <br>Best,<br>Shuchi<br></div><div class="gmail_extra"><br><div class="gmail_quote">On Sat, Nov 8, 2014 at 9:39 AM, Rajeev Thakur <span dir="ltr"><<a href="mailto:thakur@mcs.anl.gov" target="_blank">thakur@mcs.anl.gov</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">If you don't need to use the MPI-IO functions, try configuring with --disable-romio.<br>
<br>
Rajeev<br>
<div><div class="h5"><br>
On Nov 8, 2014, at 9:58 AM, Shuchi Yang <<a href="mailto:yang.shuchi@gmail.com">yang.shuchi@gmail.com</a>> wrote:<br>
<br>
> 1) At Ubuntu 14.04, Intel Fortran 2015 xe<br>
>    Download mpich-3.13<br>
>    It works well with general purpose<br>
> 2) I need compile the fortran code with -static to run on machine without Intel Fortran environment so I use -static option to compile both MPICH and FORTRAN code. I met the following error<br>
><br>
>     /mpich/lib/libmpi.a(lib_libmpi_la-tcp_init.o): In function `MPID_nem_tcp_get_business_card':<br>
> src/mpid/ch3/channels/nemesis/netmod/tcp/tcp_init.c:(.text+0x319): warning: Using 'gethostbyname' in statically linked applications requires at runtime the shared libraries from the glibc version used for linking<br>
> /mpich/lib/libmpi.a(ad_iwrite.o): In function `ADIOI_GEN_IwriteContig':<br>
> adio/common/ad_iwrite.c:(.text+0xb7): undefined reference to `aio_write64'<br>
> /mpich/lib/libmpi.a(ad_iwrite.o): In function `ADIOI_GEN_aio':<br>
> adio/common/ad_iwrite.c:(.text+0x2dc): undefined reference to `aio_write64'<br>
> adio/common/ad_iwrite.c:(.text+0x2e6): undefined reference to `aio_read64'<br>
> /mpich/lib/libmpi.a(ad_iwrite.o): In function `ADIOI_GEN_aio_poll_fn':<br>
> adio/common/ad_iwrite.c:(.text+0x4d0): undefined reference to `aio_error64'<br>
> adio/common/ad_iwrite.c:(.text+0x4f0): undefined reference to `aio_return64'<br>
> /mpich/lib/libmpi.a(ad_iwrite.o): In function `ADIOI_GEN_aio_wait_fn':<br>
> adio/common/ad_iwrite.c:(.text+0x65d): undefined reference to `aio_suspend64'<br>
> adio/common/ad_iwrite.c:(.text+0x6a0): undefined reference to `aio_error64'<br>
> adio/common/ad_iwrite.c:(.text+0x6b5): undefined reference to `aio_return64'<br>
><br>
>     I tried to link librt.a and libaio.a, it does not work with the following option:<br>
>      -L/usr/lib/x86_64-linux-gnu -lrt -laio<br>
><br>
>     Any comments and suggestion will be welcome.<br>
><br>
> Shuchi<br>
><br>
</div></div>> _______________________________________________<br>
> discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
> To manage subscription options or unsubscribe:<br>
> <a href="https://lists.mpich.org/mailman/listinfo/discuss" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
<br>
_______________________________________________<br>
discuss mailing list     <a href="mailto:discuss@mpich.org">discuss@mpich.org</a><br>
To manage subscription options or unsubscribe:<br>
<a href="https://lists.mpich.org/mailman/listinfo/discuss" target="_blank">https://lists.mpich.org/mailman/listinfo/discuss</a><br>
</blockquote></div><br></div>