<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Lan Vu&#039;s Blog</title>
	<atom:link href="http://lanvu.wordpress.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://lanvu.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 10 Jan 2012 16:30:24 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.com/</generator>
<cloud domain='lanvu.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://s2.wp.com/i/buttonw-com.png</url>
		<title>Lan Vu&#039;s Blog</title>
		<link>http://lanvu.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://lanvu.wordpress.com/osd.xml" title="Lan Vu&#039;s Blog" />
	<atom:link rel='hub' href='http://lanvu.wordpress.com/?pushpress=hub'/>
		<item>
		<title>Linux shell scripting: /bin/sh : bad interpreter: No such file or directory</title>
		<link>http://lanvu.wordpress.com/2012/01/06/linux-shell-scripting-bad-interpreter-no-such-file-or-directory/</link>
		<comments>http://lanvu.wordpress.com/2012/01/06/linux-shell-scripting-bad-interpreter-no-such-file-or-directory/#comments</comments>
		<pubDate>Fri, 06 Jan 2012 18:57:03 +0000</pubDate>
		<dc:creator>lanvu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[#!/bin/sh]]></category>
		<category><![CDATA[bad interpreter]]></category>
		<category><![CDATA[ending characters]]></category>
		<category><![CDATA[Linux shell scripting]]></category>
		<category><![CDATA[No such file or directory]]></category>
		<category><![CDATA[notepad]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[windows]]></category>
		<category><![CDATA[wordpad]]></category>

		<guid isPermaLink="false">http://lanvu.wordpress.com/?p=478</guid>
		<description><![CDATA[I usually get the below message when creating a Linux shell script with text editors like Notepad or Wordpad on Windows PC and executing it on Linux box:   &#8220;: /path/to/scriptfile:/bin/sh^M: bad interpreter: No such file or directory&#8221;   The top of the script is a line specifying the shell program by which the script is interpreted:    #!/bin/sh   Double-check if there is any typo in the script [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=478&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<div style="text-align:justify;">I usually get the below message when creating a Linux shell script with text editors like Notepad or Wordpad on Windows PC and executing it on Linux box:</div>
<div><strong></strong> </div>
<div style="padding-left:30px;"><strong>&#8220;: /path/to/scriptfile:/bin/sh^M: bad interpreter: No such file or directory&#8221;</strong></div>
<div><strong></strong> </div>
<div>The top of the script is a line specifying the shell program by which the script is interpreted: </div>
<div> </div>
<div style="padding-left:30px;"><strong>#!/bin/sh</strong></div>
<div><strong></strong> </div>
<div style="text-align:justify;">Double-check if there is any typo in the script file or the /bin/sh exists on the Linux machine. It sounds like everything is OK. Now, I am sure the error caused by the text editor used to create the script file. In fact, text editors of different platforms like Mac, PC, Linux can create text files with different formats and this is the reason of the error.  In our case, line ending characters by the text editor on Windows are different from the ones on Linux which cause the shell scripted not be interpreted in a right way. To fix the error, do following steps at Linux command line:</div>
<ul>
<li>Open the script using vi program</li>
</ul>
<p style="padding-left:30px;"><strong>vi /path/to/scriptfile</strong></p>
<ul>
<li>When file is opened, change the format of the script to the right one by entering</li>
</ul>
<p style="padding-left:30px;"><strong>: set fileformat=unix</strong></p>
<ul>
<li>Finally, save the script for the new format taking effect and exit the vi program by entering</li>
</ul>
<p style="padding-left:30px;"><strong>: x</strong></p>
<div style="text-align:justify;">Now, the script is working fine without any error. An easy way this avoid this problem is creating scripts directly on Linux with <strong>vi</strong> program.</div>
<div> </div>
<div style="text-align:justify;">Please note that using text files of another operating system on Linux may result in similar problems. For example, some errors when compiling your source code files or a program can not read data text files. These problems can be solved using the solution in this post.</div>
<div> </div>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lanvu.wordpress.com/478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lanvu.wordpress.com/478/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lanvu.wordpress.com/478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lanvu.wordpress.com/478/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lanvu.wordpress.com/478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lanvu.wordpress.com/478/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lanvu.wordpress.com/478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lanvu.wordpress.com/478/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lanvu.wordpress.com/478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lanvu.wordpress.com/478/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lanvu.wordpress.com/478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lanvu.wordpress.com/478/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lanvu.wordpress.com/478/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lanvu.wordpress.com/478/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=478&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lanvu.wordpress.com/2012/01/06/linux-shell-scripting-bad-interpreter-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d39b14fdf92b173e6c6f12e17d978b9e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lanvu</media:title>
		</media:content>
	</item>
		<item>
		<title>How to fix: locate: can not open `/var/lib/mlocate/mlocate.db’: No such file or directory</title>
		<link>http://lanvu.wordpress.com/2011/08/12/how-to-fix-locate-can-not-open-varlibmlocatemlocate-db%e2%80%99-no-such-file-or-directory/</link>
		<comments>http://lanvu.wordpress.com/2011/08/12/how-to-fix-locate-can-not-open-varlibmlocatemlocate-db%e2%80%99-no-such-file-or-directory/#comments</comments>
		<pubDate>Fri, 12 Aug 2011 17:45:54 +0000</pubDate>
		<dc:creator>lanvu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[How to fix: locate: can not open `/var/lib/mlocate/mlocate.db’: No such file or directory]]></category>

		<guid isPermaLink="false">http://lanvu.wordpress.com/?p=440</guid>
		<description><![CDATA[You got the message &#8220;locate: can not open `/var/lib/mlocate/mlocate.db’: No such file or directory&#8221; when using locate command ? To fix it just simply use updatedb command. For example: [root@xyz ]# locate lan.vu [root@xyz ]# locate: can not open `/var/lib/mlocate/mlocate.db’: No such file or directory [root@xyz ]# updatedb [root@xyz ]# locate lan.vu /home/lan.vu &#160; &#160; [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=440&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>You got the message &#8220;locate: can not open `/var/lib/mlocate/mlocate.db’: No such file or directory&#8221; when using locate command ?</p>
<p>To fix it just simply use <strong>updatedb</strong> command.</p>
<p>For example:</p>
<blockquote><p>[root@xyz ]# locate lan.vu</p>
<p>[root@xyz ]# locate: can not open `/var/lib/mlocate/mlocate.db’: No such file or directory</p>
<p>[root@xyz ]# updatedb</p>
<p>[root@xyz ]# locate lan.vu</p>
<p>/home/lan.vu</p>
<p>&nbsp;</p>
<p>&nbsp;</p></blockquote>
<p>&nbsp;</p>
<p>&nbsp;</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lanvu.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lanvu.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lanvu.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lanvu.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lanvu.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lanvu.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lanvu.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lanvu.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lanvu.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lanvu.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lanvu.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lanvu.wordpress.com/440/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lanvu.wordpress.com/440/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lanvu.wordpress.com/440/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=440&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lanvu.wordpress.com/2011/08/12/how-to-fix-locate-can-not-open-varlibmlocatemlocate-db%e2%80%99-no-such-file-or-directory/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d39b14fdf92b173e6c6f12e17d978b9e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lanvu</media:title>
		</media:content>
	</item>
		<item>
		<title>CPU affinitity &#8211; Why need and How to ?</title>
		<link>http://lanvu.wordpress.com/2011/08/05/cpu-affinitity-why-need-and-how-to/</link>
		<comments>http://lanvu.wordpress.com/2011/08/05/cpu-affinitity-why-need-and-how-to/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 20:40:32 +0000</pubDate>
		<dc:creator>lanvu</dc:creator>
				<category><![CDATA[C++ Programming]]></category>
		<category><![CDATA[Computer Architecture]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Parallel Programming]]></category>
		<category><![CDATA[Windows]]></category>
		<category><![CDATA[CPU affinitity]]></category>
		<category><![CDATA[sched_setaffinity]]></category>
		<category><![CDATA[SetProcessAffinityMask]]></category>
		<category><![CDATA[taskset]]></category>

		<guid isPermaLink="false">http://lanvu.wordpress.com/?p=417</guid>
		<description><![CDATA[CPU affinity  ( or processor affinity ) is an ability provided by operating systems such as Windows or Linux that allows you to select  specific CPUs or processors to run your program/application on. In a multi-core and multi-processor system, the assignment of a process to a CPU/processor is automatically decided by the OS via its scheduler. However, you [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=417&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p style="text-align:justify;">CPU affinity  ( or processor affinity ) is an ability provided by operating systems such as Windows or Linux that allows you to select  specific CPUs or processors to run your program/application on. In a multi-core and multi-processor system, the assignment of a process to a CPU/processor is automatically decided by the OS via its scheduler. However, you still can interfere in this scheduling task by specifying a CPU that your program will be run on.</p>
<p><strong>Why CPU affinity is needed ?</strong></p>
<p style="text-align:justify;">You may ask &#8220;Why do I need it if OS is hanlding everything for me?&#8221;. You are right. In most cases, you won&#8217;t need this function. However, if the runtime performance is your concern,  in some cases, it&#8217;s worth a try to decide whether to use CPU affinity. For demonstration, I wrote a simple parallel program doing some computations using multi-cores. When I ran this program on a 12-core machine (two prossesors , six cores per processor) with/without CPU affinity, I got below runtime performance.</p>
<p style="text-align:center;"><a href="http://lanvu.files.wordpress.com/2011/08/p13.png"><img class="aligncenter size-full wp-image-430" title="p1" src="http://lanvu.files.wordpress.com/2011/08/p13.png?w=455&#038;h=275" alt="" width="455" height="275" /></a></p>
<p style="text-align:justify;">CPU affinity improves the  runtime performance because it optimizes cache performance by reducing cache miss. In a NUMA system, setting CPU affinity and allocating memory also on the faster RAM can speed up the process as well.</p>
<p><strong>How to ?</strong></p>
<p>There are two ways to set the CPU affinity in both Linux and Windows.</p>
<p><strong>In Windows:</strong><br />
<span style="text-decoration:underline;"><strong>Method 1</strong></span>: Set the CPU affinity using Task manager</p>
<ul>
<li>Open Task manager by pressing Ctrl + Alt + Delete and selecting the <strong>Task manager</strong></li>
<li>Select <strong>Processes</strong> tab </li>
<li>Right click on the process that you want to set CPU affinity</li>
<li>Select &#8220;<strong>Set affinity&#8230;&#8221;</strong> from the drop down menu</li>
<li style="text-align:left;">Set the CPUs that you want your program to run on</li>
</ul>
<p><a href="http://lanvu.files.wordpress.com/2011/08/p2.png"><img class="aligncenter size-full wp-image-421" title="p2" src="http://lanvu.files.wordpress.com/2011/08/p2.png?w=455" alt=""   /></a><br />
<span style="text-decoration:underline;"><strong>Method 2</strong></span>: Second, program from your source code<br />
 You can use the Windows API<strong> SetProcessAffinityMask</strong> to set the CPU affinity from your program code</p>
<p><strong>In Linux:</strong></p>
<p><span style="text-decoration:underline;"><strong>Method 1</strong></span>: Launch the program from the command line using settask<br />
The below command will launch gedit in CPU 1 &amp; 4 (or 0 and 3).</p>
<blockquote><p>taskset -c 0,3 gedit</p></blockquote>
<p><span style="text-decoration:underline;"><strong>Method 2</strong></span>: Second, program from your source code<br />
You can use the function <strong>sched_setaffinity</strong> in sched.h to manage CPU affinity from your code</p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lanvu.wordpress.com/417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lanvu.wordpress.com/417/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lanvu.wordpress.com/417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lanvu.wordpress.com/417/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lanvu.wordpress.com/417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lanvu.wordpress.com/417/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lanvu.wordpress.com/417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lanvu.wordpress.com/417/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lanvu.wordpress.com/417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lanvu.wordpress.com/417/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lanvu.wordpress.com/417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lanvu.wordpress.com/417/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lanvu.wordpress.com/417/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lanvu.wordpress.com/417/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=417&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lanvu.wordpress.com/2011/08/05/cpu-affinitity-why-need-and-how-to/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d39b14fdf92b173e6c6f12e17d978b9e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lanvu</media:title>
		</media:content>

		<media:content url="http://lanvu.files.wordpress.com/2011/08/p13.png" medium="image">
			<media:title type="html">p1</media:title>
		</media:content>

		<media:content url="http://lanvu.files.wordpress.com/2011/08/p2.png" medium="image">
			<media:title type="html">p2</media:title>
		</media:content>
	</item>
		<item>
		<title>Fix the error  &#8221; make: execvp: Permission denied &#8220;</title>
		<link>http://lanvu.wordpress.com/2011/08/05/fix-the-error-make-execvp-permission-denied/</link>
		<comments>http://lanvu.wordpress.com/2011/08/05/fix-the-error-make-execvp-permission-denied/#comments</comments>
		<pubDate>Fri, 05 Aug 2011 19:23:01 +0000</pubDate>
		<dc:creator>lanvu</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[755]]></category>
		<category><![CDATA[chmod]]></category>
		<category><![CDATA[chmod -R]]></category>
		<category><![CDATA[make: execvp: Permission denied]]></category>
		<category><![CDATA[NAS compiling error]]></category>

		<guid isPermaLink="false">http://lanvu.wordpress.com/?p=413</guid>
		<description><![CDATA[&#8221; make: execvp: &#60;YOUR FILE NAME&#62;: Permission denied &#8230; &#8220; You got this error message? In my case, I got this message when trying to compile a software in my Linux box. To fix this issue, just simply change file access permissions using chmod command. $ chmod  755 /path/to/yourfile  If you want to change file access permissions for a [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=413&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>&#8221; make: execvp: &lt;YOUR FILE NAME&gt;: Permission denied &#8230; &#8220;</p>
<p>You got this error message? In my case, I got this message when trying to compile a software in my Linux box. To fix this issue, just simply change file access permissions using chmod command.</p>
<blockquote><p>$ chmod  755 /path/to/yourfile</p></blockquote>
<p> If you want to change file access permissions for a folder and all files in that folder, you can add the -R option to the chmod command</p>
<blockquote><p>$ chmod   755  -R /path/to/yourfolder</p></blockquote>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lanvu.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lanvu.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lanvu.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lanvu.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lanvu.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lanvu.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lanvu.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lanvu.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lanvu.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lanvu.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lanvu.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lanvu.wordpress.com/413/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lanvu.wordpress.com/413/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lanvu.wordpress.com/413/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=413&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lanvu.wordpress.com/2011/08/05/fix-the-error-make-execvp-permission-denied/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d39b14fdf92b173e6c6f12e17d978b9e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lanvu</media:title>
		</media:content>
	</item>
		<item>
		<title>Revolution Analytics and Zementis Deliver Decision Engine for R</title>
		<link>http://lanvu.wordpress.com/2011/02/24/revolution-analytics-and-zementis-deliver-decision-engine-for-r/</link>
		<comments>http://lanvu.wordpress.com/2011/02/24/revolution-analytics-and-zementis-deliver-decision-engine-for-r/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 14:21:03 +0000</pubDate>
		<dc:creator>lanvu</dc:creator>
				<category><![CDATA[Tools & Software]]></category>
		<category><![CDATA[Decision Engine]]></category>
		<category><![CDATA[R]]></category>
		<category><![CDATA[Revolution Analytics]]></category>
		<category><![CDATA[Revolution Analytics and Zementis Deliver Decision Engine for R]]></category>

		<guid isPermaLink="false">http://lanvu.wordpress.com/?p=373</guid>
		<description><![CDATA[PALO ALTO, Calif., Feb. 23 &#8212; Revolution Analytics, the leading commercial provider of R software, services and support, today announced a strategic partnership with Zementis, a leader in predictive analytics solutions. R data models developed on the company&#8217;s flagship product, Revolution R Enterprise, are now accessible through the Zementis ADAPA Decision Engine and cloud computing [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=373&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>PALO ALTO, Calif., Feb. 23 &#8212; Revolution Analytics, the leading commercial provider of R software, services and support, today announced a strategic partnership with Zementis, a leader in predictive analytics solutions. R data models developed on the company&#8217;s flagship product, Revolution R Enterprise, are now accessible through the Zementis ADAPA Decision Engine and cloud computing platform. The joint solution extends the reach of predictive analytics to key enterprise systems including Excel, CRM deployments, call center systems, online ad platforms and more &#8211; all in real-time. Using RevoDeployR, Revolution Analytics&#8217; R-based web services framework, ADAPA can seamlessly deploy and score R data models.</p>
<p>&#8220;The ability to bring R into any business application in real-time is where the true value of predictive analytics is realized, &#8221; said Michael Zeller, CEO of Zementis. &#8220;R is incredibly popular and our strategic partnership with Revolution Analytics stems from the company&#8217;s extensive ability to support commercial R. It also reinforces both companies&#8217; dedication to bring advanced analytic capabilities and real-time operational insight to line-of-business users.&#8221;</p>
<p><a href="http://www.hpcwire.com/topic/applications/Revolution-Analytics-and-Zementis-Deliver-Decision-Engine-for-R-116740289.html">Read more</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lanvu.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lanvu.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lanvu.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lanvu.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lanvu.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lanvu.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lanvu.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lanvu.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lanvu.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lanvu.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lanvu.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lanvu.wordpress.com/373/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lanvu.wordpress.com/373/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lanvu.wordpress.com/373/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=373&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lanvu.wordpress.com/2011/02/24/revolution-analytics-and-zementis-deliver-decision-engine-for-r/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d39b14fdf92b173e6c6f12e17d978b9e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lanvu</media:title>
		</media:content>
	</item>
		<item>
		<title>AMD Intros OpenCL University Kit</title>
		<link>http://lanvu.wordpress.com/2011/02/24/amd-intros-opencl-university-kit/</link>
		<comments>http://lanvu.wordpress.com/2011/02/24/amd-intros-opencl-university-kit/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 14:13:07 +0000</pubDate>
		<dc:creator>lanvu</dc:creator>
				<category><![CDATA[Parallel Programming]]></category>
		<category><![CDATA[Tools & Software]]></category>
		<category><![CDATA[AMD]]></category>
		<category><![CDATA[AMD Intros OpenCL University Kit]]></category>
		<category><![CDATA[Kit]]></category>
		<category><![CDATA[OpenCL]]></category>

		<guid isPermaLink="false">http://lanvu.wordpress.com/?p=371</guid>
		<description><![CDATA[SUNNYVALE, Calif., Feb. 23 &#8212; AMD today announced the introduction of the OpenCL University Kit, a set of materials that can be leveraged by any university to assist them in teaching a semester course in OpenCL programming. This effort underscores AMD’s commitment to the educational community, which currently includes a number of strategic research initiatives, [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=371&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>SUNNYVALE, Calif., Feb. 23 &#8212; AMD today announced the introduction of the <a href="http://developer.amd.com/zones/OpenCLZone/universities/Pages/default.aspx" target="_blank">OpenCL University Kit</a>, a set of materials that can be leveraged by any university to assist them in teaching a semester course in <a href="http://www.khronos.org/opencl/" target="_blank">OpenCL programming</a>.</p>
<p>This effort underscores AMD’s commitment to the educational community, which currently includes a number of <a href="http://www.amd.com/us/aboutamd/research/ero/Pages/current-research.aspx" target="_blank">strategic research initiatives</a>, to enable the next generation of software developers and programmers with the knowledge needed to lead the era of heterogeneous computing. OpenCL, the only non-proprietary industry standard available today for true heterogeneous computing, helps developers to harness the full compute power of both the CPU and GPU to create innovative applications for vivid computing experiences.</p>
<p><a href="http://www.hpcwire.com/topic/processors/AMD-Intros-OpenCL-University-Kit-116738799.html">Read more</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lanvu.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lanvu.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lanvu.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lanvu.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lanvu.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lanvu.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lanvu.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lanvu.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lanvu.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lanvu.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lanvu.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lanvu.wordpress.com/371/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lanvu.wordpress.com/371/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lanvu.wordpress.com/371/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=371&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lanvu.wordpress.com/2011/02/24/amd-intros-opencl-university-kit/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d39b14fdf92b173e6c6f12e17d978b9e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lanvu</media:title>
		</media:content>
	</item>
		<item>
		<title>Web Experts Ask Scientists to Use the Web to Improve Understanding, Sharing of Their Data</title>
		<link>http://lanvu.wordpress.com/2011/02/24/web-experts-ask-scientists-to-use-the-web-to-improve-understanding-sharing-of-their-data/</link>
		<comments>http://lanvu.wordpress.com/2011/02/24/web-experts-ask-scientists-to-use-the-web-to-improve-understanding-sharing-of-their-data/#comments</comments>
		<pubDate>Thu, 24 Feb 2011 14:03:12 +0000</pubDate>
		<dc:creator>lanvu</dc:creator>
				<category><![CDATA[Web Programming]]></category>
		<category><![CDATA[Sharing of Their Data]]></category>
		<category><![CDATA[Web Experts Ask Scientists to Use the Web to Improve Understanding]]></category>

		<guid isPermaLink="false">http://lanvu.wordpress.com/?p=369</guid>
		<description><![CDATA[Feb. 14 &#8212; Peter Fox and James Hendler of Rensselaer Polytechnic Institute are calling for scientists to take a few tips from the users of the World Wide Web when presenting their data to the public and other scientists in the Feb. 11 issue of Science magazine. Fox and Hendler, both professors within the Tetherless [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=369&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Feb. 14 &#8212; Peter Fox and James Hendler of Rensselaer Polytechnic Institute are calling for scientists to take a few tips from the users of the World Wide Web when presenting their data to the public and other scientists in the Feb. 11 issue of <em>Science</em> magazine. Fox and Hendler, both professors within the Tetherless World Research Constellation at Rensselaer, outline a new vision for the visualization of scientific data in a perspective piece titled &#8220;Changing the Equation on Scientific Data Visualization.&#8221;</p>
<p>As the researchers explain, visualizations provide a means to enable the understanding of complex data. The problem with the current use of visualization in the scientific community, according to Fox and Hendler, is that when visualizations are actually included by scientists, they are often an end product of research used to simply illustrate the results and are inconsistently incorporated into the entire scientific process. Their visualizations are also static and cannot be easily updated or modified when new information arises.</p>
<p><a href="http://www.hpcwire.com/topic/visualization/Web-Experts-Ask-Scientists-Tt-Use-the-Web-to-Improve-Understanding-Sharing-of-Their-Data-116319984.html">Read more</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lanvu.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lanvu.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lanvu.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lanvu.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lanvu.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lanvu.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lanvu.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lanvu.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lanvu.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lanvu.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lanvu.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lanvu.wordpress.com/369/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lanvu.wordpress.com/369/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lanvu.wordpress.com/369/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=369&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lanvu.wordpress.com/2011/02/24/web-experts-ask-scientists-to-use-the-web-to-improve-understanding-sharing-of-their-data/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d39b14fdf92b173e6c6f12e17d978b9e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lanvu</media:title>
		</media:content>
	</item>
		<item>
		<title>How to make voice calls on Samsung Galaxy Tab</title>
		<link>http://lanvu.wordpress.com/2011/02/09/how-to-make-voice-calls-on-samsung-galaxy-tab/</link>
		<comments>http://lanvu.wordpress.com/2011/02/09/how-to-make-voice-calls-on-samsung-galaxy-tab/#comments</comments>
		<pubDate>Wed, 09 Feb 2011 18:18:52 +0000</pubDate>
		<dc:creator>lanvu</dc:creator>
				<category><![CDATA[Computer Issues]]></category>
		<category><![CDATA[Samsung Galaxy Tab]]></category>
		<category><![CDATA[How to make voice calls on Samsung Galaxy Tab]]></category>
		<category><![CDATA[iPad]]></category>
		<category><![CDATA[phone call]]></category>
		<category><![CDATA[Samsung Galaxy Tab vs. iPad]]></category>
		<category><![CDATA[voice call]]></category>

		<guid isPermaLink="false">http://lanvu.wordpress.com/?p=335</guid>
		<description><![CDATA[The Samsung Galaxy Tab was launched in Nov 2010 and considered as the iPad killer. In general view, this product has many features which are more powerful than iPad. Although few reviews show that the Samsung tablet performance can not compare to iPad, it is worth the price for lighter weight, smaller size, Flash support, front and back cameras and external storage support (micro SD cards) . I think this tablet is the [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=335&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>The Samsung Galaxy Tab was launched in Nov 2010 and considered as the iPad killer. In general view, this product has many features which are more powerful than iPad. Although few reviews show that the Samsung tablet performance can not compare to iPad, it is worth the price for lighter weight, smaller size, Flash support, front and back cameras and external storage support (micro SD cards) . I think this tablet is the combination of iPhone 4, iPad and Amazon Kindle. One of the most important features attracted me is the ability of a cell phone. Oh NO! This was my biggest illusion because all US versions of Samsung Galaxy Tab currently don&#8217;t support the voice calling; only text message and internet access work. But it doesn&#8217;t mater since you&#8217;re not going to hold this beast up to your head. Anyway, for anyone who love to use it as a real phone, we still have few alternative ways to make the voice calls.</p>
<ol>
<li>Use Google Talk to make phone call (require wi-fi access)</li>
<li>Use Skype to make phone call (require wi-fi access)</li>
<li>Use other VoIP applications (require wi-fi access)</li>
<li>Hack it to enable the voice calling function. One solution can be found <a href="http://www.allvoipnews.com/samsung-galaxy-tab-review-don-apos-t-call-it-an-i.html" target="_blank">here</a>. I did not try this method so I am not sure if it works.</li>
<li>Buy the European version of Samsung Galaxy Tab for the full voice calling function.</li>
<li>Waiting ! Samsung may change their mind and enable this feature in their newer versions.</li>
</ol>
<p>I don&#8217;t know why Samsung had to disable this feature on US versions but the carriers may earn more contracts because of that. Below are some hardware specifications of Samsung Galaxy Tab<br />
<a href="http://lanvu.files.wordpress.com/2011/02/samsungtablet.jpg"><img class="aligncenter size-full wp-image-346" title="samsungtablet" src="http://lanvu.files.wordpress.com/2011/02/samsungtablet.jpg?w=455" alt=""   /></a></p>
<ul>
<li>Android 2.2 running TouchWiz 3.0</li>
<li>7-inch TFT LCD with 1024 x 600 resolution (WSVGA)</li>
<li>Weighs 380 grams</li>
<li>1GHz Cortex A8 processor</li>
<li>16GB or 32GB internal storage</li>
<li>microSD expansion for up to 32GB additional storage</li>
<li>Front-facing 1.3 megapixel camera and rear 3 megapixel camera with flash</li>
<li>4,000mAh battery</li>
<li>3G data / voice (there&#8217;s a speakerphone and Bluetooth for phone calls, but no earpiece)</li>
<li>5GHz dual-band 802.11n WiFi</li>
<li>Standard back color is white, carriers might offer different colors</li>
<li>Full HD video playback</li>
<li>There&#8217;s a 30-pin dock connector on the bottom that allows for HDMI, <a href="http://www.engadget.com/2010/08/30/samsung-galaxy-tab-accessories-may-include-bluetooth-stylus-and/">USB</a>, and <a href="http://www.engadget.com/2010/08/29/samsung-galaxy-tab-to-have-hdmi-dock-leather-case-and-other-si/">docking</a> accessories (a car dock at least is planned)</li>
</ul>
<p>A review of <a href="http://www.youtube.com/watch?v=AWd8BUN8sVQ&amp;feature=related" target="_blank">Samsung Galaxy Tab vs. Apple iPad</a></p>
<p>For anyone who want to use it as a small laptop, you can buy a tablet case with bluetooth keyboard. These accessories will cost you about $50.</p>
<p><a href="http://lanvu.files.wordpress.com/2011/02/16_samsung_galaxy_tab_keyboard_case.jpg"><img class="aligncenter size-full wp-image-354" title="16_samsung_galaxy_tab_keyboard_case" src="http://lanvu.files.wordpress.com/2011/02/16_samsung_galaxy_tab_keyboard_case.jpg?w=455&#038;h=359" alt="" width="455" height="359" /></a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lanvu.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lanvu.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lanvu.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lanvu.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lanvu.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lanvu.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lanvu.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lanvu.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lanvu.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lanvu.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lanvu.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lanvu.wordpress.com/335/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lanvu.wordpress.com/335/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lanvu.wordpress.com/335/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=335&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lanvu.wordpress.com/2011/02/09/how-to-make-voice-calls-on-samsung-galaxy-tab/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d39b14fdf92b173e6c6f12e17d978b9e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lanvu</media:title>
		</media:content>

		<media:content url="http://lanvu.files.wordpress.com/2011/02/samsungtablet.jpg" medium="image">
			<media:title type="html">samsungtablet</media:title>
		</media:content>

		<media:content url="http://lanvu.files.wordpress.com/2011/02/16_samsung_galaxy_tab_keyboard_case.jpg" medium="image">
			<media:title type="html">16_samsung_galaxy_tab_keyboard_case</media:title>
		</media:content>
	</item>
		<item>
		<title>Bright Cluster Manager Added to Dell High Performance Computing Portfolio</title>
		<link>http://lanvu.wordpress.com/2011/02/07/bright-cluster-manager-added-to-dell-high-performance-computing-portfolio/</link>
		<comments>http://lanvu.wordpress.com/2011/02/07/bright-cluster-manager-added-to-dell-high-performance-computing-portfolio/#comments</comments>
		<pubDate>Mon, 07 Feb 2011 18:03:20 +0000</pubDate>
		<dc:creator>lanvu</dc:creator>
				<category><![CDATA[Tools & Software]]></category>
		<category><![CDATA[Bright Cluster Manager]]></category>
		<category><![CDATA[Dell]]></category>
		<category><![CDATA[High Performance Computing]]></category>
		<category><![CDATA[High Performance Computing Clusters]]></category>

		<guid isPermaLink="false">http://lanvu.wordpress.com/?p=332</guid>
		<description><![CDATA[Bright Computing, a leader in cluster management software, today announced that Bright Cluster Manager is now available through Dell, Inc., as an option for High Performance Computing Clusters (HPCC). Bright Cluster Manager is already used to manage more than 50 Dell HPC installations worldwide, including three TOP500 supercomputing systems. Bright installations on Dell platforms comprise [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=332&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Bright Computing, a leader in cluster management software, today announced that Bright Cluster Manager is now available through Dell, Inc., as an option for High Performance Computing Clusters (HPCC). Bright Cluster Manager is already used to manage more than 50 Dell HPC installations worldwide, including three TOP500 supercomputing systems. Bright installations on Dell platforms comprise universities (Cambridge, Oxford, University of Houston, City University of New York and others); commercial enterprises (Merck, Saudi Aramco, Genus, CD-adapco and others); and various national laboratories, including the FutureGrid cluster at the Texas Advanced Computing Center (TACC). Further, Bright Cluster Manager is running on the Dell benchmark clusters, also located at TACC.</p>
<p><a href="http://www.hpcwire.com/topic/middleware/Bright-Cluster-Manager-added-to-Dell-High-Performance-Computing-Portfolio-115490114.html" target="_blank">Read more</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lanvu.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lanvu.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lanvu.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lanvu.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lanvu.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lanvu.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lanvu.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lanvu.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lanvu.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lanvu.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lanvu.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lanvu.wordpress.com/332/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lanvu.wordpress.com/332/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lanvu.wordpress.com/332/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=332&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lanvu.wordpress.com/2011/02/07/bright-cluster-manager-added-to-dell-high-performance-computing-portfolio/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d39b14fdf92b173e6c6f12e17d978b9e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lanvu</media:title>
		</media:content>
	</item>
		<item>
		<title>Microsoft wants Intel to build 16 core Atom chip</title>
		<link>http://lanvu.wordpress.com/2011/02/04/microsoft-wants-intel-to-build-16-core-atom-chip/</link>
		<comments>http://lanvu.wordpress.com/2011/02/04/microsoft-wants-intel-to-build-16-core-atom-chip/#comments</comments>
		<pubDate>Fri, 04 Feb 2011 23:14:23 +0000</pubDate>
		<dc:creator>lanvu</dc:creator>
				<category><![CDATA[Computer Architecture]]></category>
		<category><![CDATA[16 core]]></category>
		<category><![CDATA[Atom]]></category>
		<category><![CDATA[Intel]]></category>
		<category><![CDATA[Microsoft]]></category>
		<category><![CDATA[Microsoft wants Intel to build 16 core Atom chip]]></category>
		<category><![CDATA[Multicore]]></category>
		<category><![CDATA[processor]]></category>

		<guid isPermaLink="false">http://lanvu.wordpress.com/?p=329</guid>
		<description><![CDATA[Microsoft has asked Intel to develop a 16-core version of its low power Atom chip for use in servers, part of a wider effort to reduce power consumption in its massive data centres, a Microsoft executive said Thursday. There&#8217;s a &#8220;huge opportunity&#8221; to improve energy efficiency by using servers based on small, low-power chip designs [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=329&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></description>
			<content:encoded><![CDATA[<p>Microsoft has asked Intel to develop a 16-core version of its low power Atom chip for use in servers, part of a wider effort to reduce power consumption in its massive data centres, a Microsoft executive said Thursday.</p>
<p>There&#8217;s a &#8220;huge opportunity&#8221; to improve energy efficiency by using servers based on small, low-power chip designs such as Intel&#8217;s Atom and Advanced Micro Devices&#8217; Bobcat, said Dileep Bhandarkar, a distinguished engineer with Microsoft&#8217;s Global Foundation Services, which runs the company&#8217;s data centres.</p>
<p><a href="http://www.techcentral.ie/article.aspx?id=16221#ixzz1D2DAcGdp" target="_blank">Read more</a></p>
<br />  <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gocomments/lanvu.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/comments/lanvu.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godelicious/lanvu.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/delicious/lanvu.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gofacebook/lanvu.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/facebook/lanvu.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gotwitter/lanvu.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/twitter/lanvu.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/gostumble/lanvu.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/stumble/lanvu.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/godigg/lanvu.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/digg/lanvu.wordpress.com/329/" /></a> <a rel="nofollow" href="http://feeds.wordpress.com/1.0/goreddit/lanvu.wordpress.com/329/"><img alt="" border="0" src="http://feeds.wordpress.com/1.0/reddit/lanvu.wordpress.com/329/" /></a> <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=lanvu.wordpress.com&amp;blog=13054015&amp;post=329&amp;subd=lanvu&amp;ref=&amp;feed=1" width="1" height="1" />]]></content:encoded>
			<wfw:commentRss>http://lanvu.wordpress.com/2011/02/04/microsoft-wants-intel-to-build-16-core-atom-chip/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/d39b14fdf92b173e6c6f12e17d978b9e?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">lanvu</media:title>
		</media:content>
	</item>
	</channel>
</rss>
