<div dir="ltr"><div>There are many well-known problems of DFT+U, but none that is known to crash jobs with an obscure message.<br></div><div class="gmail_extra"><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div><div style="direction:ltr;font-family:Tahoma;color:rgb(0,0,0);font-size:10pt">
Rank 21 [Thu Jul 16 15:51:04 2015] [c4-2c0s15n2] Fatal error in PMPI_Bcast: Message truncated, error stack:<br>
PMPI_Bcast(1615)..................: MPI_Bcast(buf=0x75265e0, count=160, MPI_DOUBLE_PRECISION, root=0, comm=0xc4000000) failed<br>
<span class=""></span></div></div></blockquote><div><br></div><div>this signals a mismatch between what is sent and what is received in a broadcast operation. This may be due to an obvious bug, that however should show up at the first iteration, not after XX. Apart compiler or MPI library bugs, another reason is the one described in sec.8.3 of the developer manual: different processes following a different execution paths. From time to time, cases like this are foundĀ  (the latest occurrence, in band parallelization of exact exchange) and easily fixed. Unfortunately, finding them (that is: where this happens) typically requires a painstaking parallel debugging.<br><br></div><div>Paolo<br></div></div></div><div class="gmail_extra">-- <br><div class="gmail_signature"><div dir="ltr"><div><div dir="ltr"><span><span><font color="#888888">Paolo Giannozzi, Dept. Chemistry&Physics&Environment,<br>
Univ. Udine, via delle Scienze 208, 33100 Udine, Italy<br>
Phone <a href="tel:%2B39-0432-558216" value="+390432558216" target="_blank">+39-0432-558216</a>, fax <a href="tel:%2B39-0432-558222" value="+390432558222" target="_blank">+39-0432-558222</a></font></span></span></div></div></div></div>
</div></div>