<table cellspacing="0" cellpadding="0" border="0" ><tr><td valign="top" style="font: inherit;"><DIV>&nbsp;</DIV>
<DIV>Yes, we did check.&nbsp; We tried setting env var TMPDIR, we got pretty much</DIV>
<DIV>the same error, with the tmp being in the TMPDIR.&nbsp; We also checked the</DIV>
<DIV>temp files, and the file that caused the error was there, 360M of it.</DIV>
<DIV>&nbsp;</DIV>
<DIV>I read the code of clog_buffer.c, the ierr returned by the write is int, but block size</DIV>
<DIV>is unsigned.&nbsp; I don't know if this is the problem.&nbsp; I modified the error message</DIV>
<DIV>to print more info.&nbsp; But the peroson running my application is on vacation for a </DIV>
<DIV>week.&nbsp; I will not be able to run it to see more info.</DIV>
<DIV>&nbsp;</DIV>
<DIV>tan</DIV>
<DIV><BR><BR>--- On <B>Fri, 2/27/09, Anthony Chan <I>&lt;chan@mcs.anl.gov&gt;</I></B> wrote:<BR></DIV>
<BLOCKQUOTE style="PADDING-LEFT: 5px; MARGIN-LEFT: 5px; BORDER-LEFT: rgb(16,16,255) 2px solid">From: Anthony Chan &lt;chan@mcs.anl.gov&gt;<BR>Subject: Re: [mpich-discuss] CLOG write failure<BR>To: "chong guan tan" &lt;chong_guan_tan@yahoo.com&gt;, mpich-discuss@mcs.anl.gov<BR>Date: Friday, February 27, 2009, 9:56 AM<BR><BR><PRE>If TMPDIR is not set or it is not read by MPE for some
reasons, /tmp will be used for local storage.
The error message below shows that /tmp_proj is used
for local clog2 file, can you check if you have write
permission to /tmp_proj ?

A.Chan

----- "chong tan" &lt;chong_guan_tan@yahoo.com&gt; wrote:

&gt; we ran our application, after a few hours, MPICH run into file write
&gt; error and aborted. THe error :
&gt; &nbsp;
&gt; clog_buffer.c:CLOG_Buffer_localIO_write() - 
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Fail to write to the temporary logfile
&gt; /tmp_proj/clog2_BgxoHx_taskID=000003.
&gt; &nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp; Check if the filesystem where the logfile resides is full.
&gt; If so, set environmental variable TMPDIR to a bigger filesystem.
&gt; 
&gt; tried setting TMPDIR to a disk with more than 20G of free space, still
&gt; get the same error. 
&gt; When it failed, the temporary log file was about 360M.
&gt; &nbsp;
&gt; we ran 'limit' and filesize was set to unlimited.
&gt; &nbsp;
&gt; &nbsp;
&gt; any suggestion ?
&gt; &nbsp;
&gt; thanks
&gt; tan
</PRE></BLOCKQUOTE></td></tr></table><br>