I see two problems - the first is that it looks like there is a time skew between your os and the filesystem - try using a different filesystem or a different make tool.   The second is that your /tmp is running out of space - look in your compiler documentation to see how to change the directory it uses for temporary files.   <br>
<br><br><br><br><br><div class="gmail_quote">On Wed, Jan 20, 2010 at 9:18 PM, Shawn Kim <span dir="ltr">&lt;<a href="mailto:shawn.subscribe@gmail.com">shawn.subscribe@gmail.com</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;">
Hi,<br><br>I am currently using mpich2-1.2 + pvfs-2.8.1 and trying to install pnetcdf-1.1.0. <br>I modified rules.make in pnetcdf-1.1.0 and Makefile in pnetcdf-1.1.0/src/libf. But I didn&#39;t add new functions because our cluster doesn&#39;t support svn yet.<br>

<br>When &quot;make install&quot;, the error occurred:<br><br>$ make install<br>make[1]: Entering directory `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0&#39;<br><br>Making `install&#39; in directory /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/src<br>

<br>make[2]: Entering directory `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/src&#39;<br>cd lib &amp;&amp; make install<br>make[3]: Entering directory `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/src/lib&#39;<br>

/usr/bin/install -c -d -m 755 /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/lib<br>/usr/bin/install -c -m 644 libpnetcdf.a /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/lib/libpnetcdf.a<br>

/usr/bin/install -c -d -m 755 /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/include<br>/usr/bin/install -c -m 644 ./pnetcdf.h /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/include/pnetcdf.h<br>

/usr/bin/install -c -d -m 755 /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/man/man3<br>/usr/bin/install -c -m 644 pnetcdf.3 /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/man/man3/pnetcdf.3<br>

/usr/bin/install -c -d /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/bin<br>/usr/bin/install -c -m 755 ncvalid /home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/bin/ncvalid<br>make[3]: Leaving directory `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/src/lib&#39;<br>

if [ yes = yes ] ; then cd libf &amp;&amp; make install ; fi<br>make[3]: Entering directory `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/src/libf&#39;<br>make[3]: Warning: File `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/install/include&#39; has modification time 4.4 s in the future<br>

/bin/rm -f pnetcdf.F90<br>echo &quot;module pnetcdf&quot; &gt; pnetcdf.F90<br>/bin/cat pnetcdf.inc &gt;&gt; pnetcdf.F90<br>/home/mdl/seokim/io_newest/mpich2-1.2.1/bin/mpif77 -c -g -I. -I./../lib -I../lib   -c pnetcdf.F90<br>

Error: Unexpected end of file in &#39;/tmp/ccFpAkMf.f95&#39;<br>make[3]: *** [pnetcdf.mod] Error 1<br>make[3]: Leaving directory `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/src/libf&#39;<br>make[2]: *** [install] Error 2<br>

make[2]: Leaving directory `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0/src&#39;<br>make[1]: *** [subdir_target] Error 1<br>make[1]: Leaving directory `/home/mdl/seokim/io_newest/test/parallel-netcdf-1.1.0&#39;<br>

make: *** [src/lib/install] Error 2<br><br>Is there anybody who faced with this kind of problem and solved it?<br>Could you give me any suggestion?<br><br>
</blockquote></div><br>