Hi<br><br>Thanks for the replies, but I get following errors.<br><br>1. If I do only build in /tmp<br>cannot create regular file `/index.htm&#39;: Permission denied<br><br>2. if I do everything in /tmp, then the following error. <br>

 &quot; Making all in mpl<br>/bin/sh: line 17: cd: mpl: No such file or directory<br>make[3]: *** [all-recursive] Error 1&quot;<br><br>I have sent both log files earlier.<br>Yes, the /home/vss is network file system. I have no root access to the system.<br>

<br>Is there any way out of this?<br>Please help.<br><br><br>Thanks<br>Preeti<br><br><br><br><br><div class="gmail_quote">On Thu, Mar 11, 2010 at 11:18 PM, Rajeev Thakur <span dir="ltr">&lt;<a href="mailto:thakur@mcs.anl.gov">thakur@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;">Just untar and build it again on a local disk. The install directory<br>
(--prefix option to configure) can be on NFS.<br>
<font color="#888888"><br>
Rajeev<br>
</font><div><div></div><div class="h5"><br>
&gt; -----Original Message-----<br>
&gt; From: <a href="mailto:mpich-discuss-bounces@mcs.anl.gov">mpich-discuss-bounces@mcs.anl.gov</a><br>
&gt; [mailto:<a href="mailto:mpich-discuss-bounces@mcs.anl.gov">mpich-discuss-bounces@mcs.anl.gov</a>] On Behalf Of<br>
&gt; <a href="mailto:chan@mcs.anl.gov">chan@mcs.anl.gov</a><br>
&gt; Sent: Thursday, March 11, 2010 11:48 AM<br>
&gt; To: <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; Subject: Re: [mpich-discuss] mpich2-1.2.1p1 - cannot create<br>
&gt; regular file `/index.htm&#39;: Permission denied<br>
&gt;<br>
&gt;<br>
&gt; Is your /home/vss a local filesystem or some type<br>
&gt; network file system ?  If /home/vss is a network<br>
&gt; filesystem, the problem could be incorrect clock<br>
&gt; on the filesystem. If so, could you copy<br>
&gt; everything to a local filesystem like /tmp(assuming<br>
&gt; it is big enough) and try again ?<br>
&gt;<br>
&gt; ----- &quot;Preeti&quot; &lt;<a href="mailto:preeti@csa.iisc.ernet.in">preeti@csa.iisc.ernet.in</a>&gt; wrote:<br>
&gt;<br>
&gt; &gt; Hello<br>
&gt; &gt;<br>
&gt; &gt; I have rebuilt everything without setting the flags also<br>
&gt; &gt;<br>
&gt; &gt; /home/vss/preeti/bin/mpich2-1.2.1p1/configure<br>
&gt; &gt; --prefix=/home/vss/preeti/bin/2-1.2.1build --enable-f90 2&gt;&amp;1 | tee<br>
&gt; &gt; c.log<br>
&gt; &gt;<br>
&gt; &gt; make 2&gt;&amp;1 | tee m.log<br>
&gt; &gt; make install 2&gt;&amp;1 | tee mi.log<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; and this time I get the following error<br>
&gt; &gt;<br>
&gt; &gt; /usr/bin/install -c -m 644 index.htm /index.htm<br>
&gt; &gt; /usr/bin/install: cannot create regular file `/index.htm&#39;:<br>
&gt; Permission<br>
&gt; &gt; denied<br>
&gt; &gt; mkdir: cannot create directory `/www1&#39;: Permission denied<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; The log files are attached.<br>
&gt; &gt; What am I missing?<br>
&gt; &gt;<br>
&gt; &gt; Appreciate your help.<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; Thanks<br>
&gt; &gt; Preeti<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; On Thu, Mar 11, 2010 at 4:37 PM, Preeti &lt;<a href="mailto:preeti@csa.iisc.ernet.in">preeti@csa.iisc.ernet.in</a>&gt;<br>
&gt; &gt; wrote:<br>
&gt; &gt;<br>
&gt; &gt; &gt; Hello<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; I have rebuilt everything from scratch and did vpath build.<br>
&gt; &gt; &gt; I set the following<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; export F90=gfortran<br>
&gt; &gt; &gt; export F77=gfortran<br>
&gt; &gt; &gt; export LD_LIBRARY_PATH=/usr/lib64:/lib:/usr/lib<br>
&gt; &gt; &gt; export LD_RUN_PATH=/usr/lib64:/lib:/usr/lib<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; /home/vss/preeti/bin/mpich2-1.2.1p1/configure<br>
&gt; &gt; &gt; --prefix=/home/vss/preeti/bin/2-1.2.1p1 --enable-f90 2&gt;&amp;1 | tee<br>
&gt; &gt; c.log<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; make 2&gt;&amp;1 | tee m.log<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Then I get the error<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Making all in mpl<br>
&gt; &gt; &gt; /bin/sh: line 17: cd: mpl: No such file or directory<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; make[3]: *** [all-recursive] Error 1<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; The files are attached.<br>
&gt; &gt; &gt; Please help.<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; Thanks<br>
&gt; &gt; &gt; Preeti<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt; On Thu, Mar 11, 2010 at 1:53 AM, &lt;<a href="mailto:chan@mcs.anl.gov">chan@mcs.anl.gov</a>&gt; wrote:<br>
&gt; &gt; &gt;<br>
&gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt;&gt; I don&#39;t think setting F77 and F90 causes the problem that<br>
&gt; &gt; &gt;&gt; you are seeing.  The directories or subpackges that have<br>
&gt; &gt; &gt;&gt; problems use a different build system than the majority of<br>
&gt; &gt; &gt;&gt; mpich2 base, so it could be that there is bugs in the<br>
&gt; build system<br>
&gt; &gt; &gt;&gt; in those subpackage.<br>
&gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt;&gt; Since you didn&#39;t do &quot;make distclean&quot; before you reconfigure, so<br>
&gt; &gt; &gt;&gt; the m.log(.old) do not tell me much. Can you rebuild everything<br>
&gt; &gt; &gt;&gt; from scratch ?  i.e. untar the mpich2 tarball in a different<br>
&gt; &gt; location.<br>
&gt; &gt; &gt;&gt; Instead of doing an inpath build (i.e. cd mpich2-1.2.1p1/ ;<br>
&gt; &gt; &gt;&gt; ./configure....),<br>
&gt; &gt; &gt;&gt; could you do a VPATH build as documented in the README<br>
&gt; (search for<br>
&gt; &gt; the<br>
&gt; &gt; &gt;&gt; word VPATH)?  Send us the configure and make outputs again<br>
&gt; &gt; &gt;&gt; (be sure to add 2&gt;&amp;1 in creating the output files).<br>
&gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt;&gt; A.Chan<br>
&gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt;&gt; ----- &quot;Preeti&quot; &lt;<a href="mailto:preeti@csa.iisc.ernet.in">preeti@csa.iisc.ernet.in</a>&gt; wrote:<br>
&gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt;&gt; &gt; Hello<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; Thank you for the quick response.<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; I forgot to mention that I had set two flags earlier.<br>
&gt; &gt; &gt;&gt; &gt; export F90=gfortran<br>
&gt; &gt; &gt;&gt; &gt; export F77=gfortran<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; The earlier problem is gone when I compiled without setting<br>
&gt; &gt; these. I<br>
&gt; &gt; &gt;&gt; &gt; am<br>
&gt; &gt; &gt;&gt; &gt; attaching all log files, the earlier ones and the new ones.<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; Now I am facing another error which is from &quot;make install 2&gt;&amp; |<br>
&gt; &gt; tee<br>
&gt; &gt; &gt;&gt; &gt; mi.log&quot;<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; /usr/bin/install: cannot create regular file `/index.htm&#39;:<br>
&gt; &gt; Permission<br>
&gt; &gt; &gt;&gt; &gt; denied<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; Probably some variable is not set. I tried setting docdir too.<br>
&gt; &gt; &gt;&gt; &gt; mi.log is also attached.<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; Please help.<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; Thanks<br>
&gt; &gt; &gt;&gt; &gt; Preeti<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; On Wed, Mar 10, 2010 at 9:33 PM, &lt;<a href="mailto:chan@mcs.anl.gov">chan@mcs.anl.gov</a>&gt; wrote:<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; &gt; It is unclear what went wrong based on what you&#39;ve<br>
&gt; provided so<br>
&gt; &gt; far.<br>
&gt; &gt; &gt;&gt; &gt; &gt; Can you send us the configure and make outputs as stated in<br>
&gt; &gt; the<br>
&gt; &gt; &gt;&gt; &gt; &gt; README (be sure to include the stderr in the output file) ?<br>
&gt; &gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; &gt; ----- &quot;Preeti&quot; &lt;<a href="mailto:preeti@csa.iisc.ernet.in">preeti@csa.iisc.ernet.in</a>&gt; wrote:<br>
&gt; &gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; &gt; &gt; Hello<br>
&gt; &gt; &gt;&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; &gt; &gt; I am trying to install mpich2-1.2.1p1 on a 64-bit Linux<br>
&gt; &gt; system.<br>
&gt; &gt; &gt;&gt; &gt; &gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; &gt; &gt; Configuration was successful.<br>
&gt; &gt; &gt;&gt; &gt; &gt; &gt; ./configure --prefix=$HOME/local/mpich2-1.2.1<br>
&gt; --enable-f90 |<br>
&gt; &gt; tee<br>
&gt; &gt; &gt;&gt; &gt; &gt; &gt; c.log<br>
&gt; &gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; &gt; BTW, you didn&#39;t include stderr in c.log.  Depends on<br>
&gt; the shell<br>
&gt; &gt; you<br>
&gt; &gt; &gt;&gt; &gt; &gt; use, you need to either add &quot;&amp;&quot; or &quot;2&gt;&amp;1&quot;.  See README for<br>
&gt; &gt; &gt;&gt; &gt; details..<br>
&gt; &gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; &gt; A.Chan<br>
&gt; &gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; &gt; _______________________________________________<br>
&gt; &gt; &gt;&gt; &gt; &gt; mpich-discuss mailing list<br>
&gt; &gt; &gt;&gt; &gt; &gt; <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; &gt; &gt;&gt; &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; &gt;&gt; &gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; &gt; --<br>
&gt; &gt; &gt;&gt; &gt; &gt; This message has been scanned for viruses and<br>
&gt; &gt; &gt;&gt; &gt; &gt; dangerous content by MailScanner, and is<br>
&gt; &gt; &gt;&gt; &gt; &gt; believed to be clean.<br>
&gt; &gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt;<br>
&gt; &gt; &gt;&gt; &gt; _______________________________________________<br>
&gt; &gt; &gt;&gt; &gt; mpich-discuss mailing list<br>
&gt; &gt; &gt;&gt; &gt; <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; &gt; &gt;&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; &gt;&gt; _______________________________________________<br>
&gt; &gt; &gt;&gt; mpich-discuss mailing list<br>
&gt; &gt; &gt;&gt; <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><br>
&gt; &gt; &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; &gt;&gt;<br>
&gt; &gt; &gt;&gt; --<br>
&gt; &gt; &gt;&gt; This message has been scanned for viruses and<br>
&gt; &gt; &gt;&gt; dangerous content by MailScanner, and is<br>
&gt; &gt; &gt;&gt; believed to be clean.<br>
&gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt;&gt;<br>
&gt; &gt; &gt;<br>
&gt; &gt;<br>
&gt; &gt; _______________________________________________<br>
&gt; &gt; mpich-discuss mailing list<br>
&gt; &gt; <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><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; _______________________________________________<br>
&gt; mpich-discuss mailing list<br>
&gt; <a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><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>
&gt;<br>
<br>
_______________________________________________<br>
mpich-discuss mailing list<br>
<a href="mailto:mpich-discuss@mcs.anl.gov">mpich-discuss@mcs.anl.gov</a><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>
<br>
--<br>
This message has been scanned for viruses and<br>
dangerous content by MailScanner, and is<br>
believed to be clean.<br>
<br>
</div></div></blockquote></div><br>