<?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"
	>

<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>
	<pubDate>Fri, 30 Dec 2011 13:27:51 +0000</pubDate>
	<generator>http://wordpress.org/?v=2.6.2</generator>
	<language>en</language>
	<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 the [...]]]></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>
]]></content:encoded>
			<wfw:commentRss>http://www.deanlee.cn/programming/compile-with-mp-flag-on-my-system/feed/</wfw:commentRss>
		</item>
	</channel>
</rss>

