Also, use parallel build, e.g. ./compile -jN<br>where N &gt;=1 is the number of parallel compilation jobs.<br><br><div class="gmail_quote">2013/3/28 Dmitry N. Mikushin <span dir="ltr">&lt;<a href="mailto:maemarcus@gmail.com" target="_blank">maemarcus@gmail.com</a>&gt;</span><br>
<blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hi <span name="三口袋">三口袋,<br><br>This is a usual situation on modern compilers, because complex optimizations may be very slow to converge in certain circumstances. For this reason, numerical models often use reduced levels of optimization for certain source files. If this is the case, you can try to figure out which files are slow to compile (most likely, there will be just a couple of files) and change build rules to use reduced level of optimization for them.<br>

<br>Best,<br>- D.<br></span><br><div class="gmail_quote">2013/3/28 三口袋 <span dir="ltr">&lt;<a href="mailto:798245503@qq.com" target="_blank">798245503@qq.com</a>&gt;</span><br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<div><div class="h5">
<div>Hi Everyone!</div><div><br></div><div>&nbsp; &nbsp; &nbsp; &nbsp;I Use ifort to compile WRF on server in my institute. &nbsp;And it almost takes 4 hours. But one of my friends compiles WRF on another machine within half an hour! She uses pgi.&nbsp;Have you met with such situations ? Any answer/suggestions will be greatly appreated!&nbsp;</div>

<div><br></div><div>&nbsp; &nbsp; Thank you!</div><div><br></div><div>&nbsp; &nbsp; Respectful</div><div>&nbsp; &nbsp; Mark</div><br></div></div>_______________________________________________<br>
Wrf-users mailing list<br>
<a href="mailto:Wrf-users@ucar.edu" target="_blank">Wrf-users@ucar.edu</a><br>
<a href="http://mailman.ucar.edu/mailman/listinfo/wrf-users" target="_blank">http://mailman.ucar.edu/mailman/listinfo/wrf-users</a><br>
<br></blockquote></div><br>
</blockquote></div><br>