<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>DEAN LEE:/DEV/BLOG &#187; /MP</title>
	<atom:link href="http://www.deanlee.cn/tag/mp/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.deanlee.cn</link>
	<description>mount /dev/brain &#124;&#124; tail -f /var/log/thoughts &#62;&#62; /pub/www</description>
	<lastBuildDate>Tue, 27 Jul 2010 05:21:25 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0</generator>
<atom:link rel="hub" href="http://pubsubhubbub.appspot.com"/><atom:link rel="hub" href="http://superfeedr.com/hubbub"/>		<item>
		<title>Compile with /MP flag on my system</title>
		<link>http://www.deanlee.cn/programming/compile-with-mp-flag-on-my-system/</link>
		<comments>http://www.deanlee.cn/programming/compile-with-mp-flag-on-my-system/#comments</comments>
		<pubDate>Tue, 08 Sep 2009 04:50:28 +0000</pubDate>
		<dc:creator>Dean Lee</dc:creator>
				<category><![CDATA[Programming]]></category>
		<category><![CDATA[/MP]]></category>
		<category><![CDATA[compile]]></category>
		<category><![CDATA[vc2008]]></category>

		<guid isPermaLink="false">http://www.deanlee.cn/programming/compile-with-mp-flag-on-my-system/</guid>
		<description><![CDATA[The most interesting feature I like in VC 2008 is the parallel build capability. The /MP option can reduce the total time to compile the source files on the command line. The /MP option causes the compiler to create one or more copies of itself, each in a separate process. Then these copies simultaneously compile [...]


Related posts:<ol><li><a href='http://www.deanlee.cn/programming/how-to-compile-torcs-with-visual-studio-2005vc-80/' rel='bookmark' title='Permanent Link: How to compile TORCS with visual studio 2005(VC 8.0)'>How to compile TORCS with visual studio 2005(VC 8.0)</a></li><li><a href='http://www.deanlee.cn/programming/qt_vc_project_is_out_of_date/' rel='bookmark' title='Permanent Link: QT/VC2008:Project is rebuilt every time even though I didn&#8217;t make any modifications'>QT/VC2008:Project is rebuilt every time even though I didn&#8217;t make any modifications</a></li><li><a href='http://www.deanlee.cn/linux/compile-the-new-2617-linux-kernel-for-ibm-thinkpad-t43/' rel='bookmark' title='Permanent Link: Compile the new 2.6.17 Linux kernel for IBM ThinkPad T43'>Compile the new 2.6.17 Linux kernel for IBM ThinkPad T43</a></li></ol>]]></description>
			<content:encoded><![CDATA[<p>The most interesting feature I like in VC 2008 is the parallel build capability.</p>
<blockquote><p>The <strong>/MP</strong> option can reduce the total time to compile the source files on the command line. The <strong>/MP</strong> option causes the compiler to create one or more copies of itself, each in a separate process. Then these copies simultaneously compile the source files. Consequently, the total time to build the source files can be significantly reduced.</p>
</blockquote>
<p> <span id="more-970"></span>
<p>and here is the screenshot when compiled with /MP flag on an 8 core processor system:</p>
<p><a href="http://www.deanlee.cn/wp-content/uploads/2009/09/image.png" rel="lightbox"><img style="border-right-width: 0px; display: inline; border-top-width: 0px; border-bottom-width: 0px; border-left-width: 0px" title="image" border="0" alt="image" src="http://www.deanlee.cn/wp-content/uploads/2009/09/image_thumb.png" width="401" height="423" /></a></p>
<img src="http://www.deanlee.cn/?ak_action=api_record_view&id=970&type=feed" alt="" />

<p>Related posts:<ol><li><a href='http://www.deanlee.cn/programming/how-to-compile-torcs-with-visual-studio-2005vc-80/' rel='bookmark' title='Permanent Link: How to compile TORCS with visual studio 2005(VC 8.0)'>How to compile TORCS with visual studio 2005(VC 8.0)</a></li><li><a href='http://www.deanlee.cn/programming/qt_vc_project_is_out_of_date/' rel='bookmark' title='Permanent Link: QT/VC2008:Project is rebuilt every time even though I didn&#8217;t make any modifications'>QT/VC2008:Project is rebuilt every time even though I didn&#8217;t make any modifications</a></li><li><a href='http://www.deanlee.cn/linux/compile-the-new-2617-linux-kernel-for-ibm-thinkpad-t43/' rel='bookmark' title='Permanent Link: Compile the new 2.6.17 Linux kernel for IBM ThinkPad T43'>Compile the new 2.6.17 Linux kernel for IBM ThinkPad T43</a></li></ol></p>]]></content:encoded>
			<wfw:commentRss>http://www.deanlee.cn/programming/compile-with-mp-flag-on-my-system/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
