<?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>International Computer Concepts Blog</title>
	<atom:link href="http://blog.icc-usa.com/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.icc-usa.com</link>
	<description>The coolest &#38; most informative place for news about HPC, servers, and other enterprise IT</description>
	<lastBuildDate>Mon, 20 Feb 2012 18:11:00 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<xhtml:meta xmlns:xhtml="http://www.w3.org/1999/xhtml" name="robots" content="noindex" />
		<item>
		<title>SAS, SATA, and iSCSI – A Tutorial</title>
		<link>http://blog.icc-usa.com/2012/02/20/sas-sata-and-iscsi-a-tutorial/</link>
		<comments>http://blog.icc-usa.com/2012/02/20/sas-sata-and-iscsi-a-tutorial/#comments</comments>
		<pubDate>Mon, 20 Feb 2012 18:06:00 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=1184</guid>
		<description><![CDATA[Yesterday there was a great piece over at TechRepublic on the confusing intersection of SAS, SATA and iSCSI arrays. For anyone who has ever had a difficult time understanding and differentiating these technologies, this is a very valuable resource. Excerpts are &#8230; <a href="http://blog.icc-usa.com/2012/02/20/sas-sata-and-iscsi-a-tutorial/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Yesterday there was a great piece over at <em>TechRepublic</em> on the confusing intersection of SAS, SATA and iSCSI arrays. For anyone who has ever had a difficult time understanding and differentiating these technologies, this is a very valuable resource. Excerpts are cross-posted below.</p>
<blockquote><p>SATA and SAS are storage interface and bus types designed to aid in the movement of data from one place to another. Think of SAS and SATA as different kinds of computer interfaces, such as PCI Express, but there are actually multiple components that make up the overall SAS architecture.</p>
<ul>
<li>Initiators. The initiator is the SAS controller to which SAS expanders or targets can be connected.</li>
<li>Expanders. Expanders sit between initiators and targets, but can also connect to other expanders, as you can see in Figure A. Expanders are sort of like network switches in that they can direct traffic and they provide the ability to scale the SAS architecture beyond single port limits.</li>
<li>Targets. A target is either a SAS drive or a SATA disk. SATA disks can be connected to SAS expanders and initiators, but do not perform quite as well as SAS disks.</li>
</ul>
</blockquote>
<p><span id="more-1184"></span></p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1187" title="A Simple SAS Diagram" src="http://blog.icc-usa.com/wp-content/uploads/2012/02/sas-sata-iscsi-a.jpg" alt="Flowchart Outlining a SAS Setup" width="416" height="350" /></p>
<p>Each drive has its own host interface (SAS or SATA) which are connected to an initiator or an expander. The initiator, functioning as the system controller, communicates with the SSD using the appropriate commands as dictated by the host interface (again, SAS or SATA.)</p>
<p>In other words, the SSD functions no differently than a hard-disk in terms of how it the interfaces (SAS or SATA) work. It simply utilizes a different method of storing the data.</p>
<p>Now&#8230; let&#8217;s introduce iSCSI</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1189" title="SAS and SATA with iSCSI Storage Array" src="http://blog.icc-usa.com/wp-content/uploads/2012/02/sas-sata-iscsi-b.jpg" alt="Image of SAS and SATA Disks with iSCSI Storage Array" width="392" height="430" /></p>
<p>The above image includes an iSCSI initiator in the host server:</p>
<blockquote><p>It’s either hardware- or software-based and controls communications with the Ethernet-based storage array. By virtue of the fact that the system is using Ethernet for storage traffic, speeds of both 1 Gbps and 10 Gbps are supported. In an iSCSI storage network, SCSI commands originate on the host, at which point, they are encapsulated inside TCP/IP packets. These TCP/IP packets then traverse the Ethernet network just like any other network traffic. At the storage array side of the equation, these packets are received and the SCSI commands are extracted from the TCP/IP packet and passed on to the storage device for execution. Data that is transmitted back to the host undergoes this same encapsulation process.</p></blockquote>
<p>Basically, iSCSI adds some extra processor load because of the encapsulation process which takes time. We can think of iSCSI as a &#8220;storage transportation method.&#8221; In that sense, they resemble SATA and SAS in dealing with how the data is moved around (vs. SSD which deals with how the data is stored.) While this adds resource consumption, the author notes that it also provides a good method to decouple storage from the host, allowing for the share of storage among multiple hosts, as shown below:</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1190" title="Sharing Storage Among Multiple Hosts with iSCSI" src="http://blog.icc-usa.com/wp-content/uploads/2012/02/sas-sata-iscsi-c.jpg" alt="Diagram Showing Storage Share Among Multiple Hosts with iSCSI" width="482" height="441" /></p>
<p>However, you might be wondering exactly how does iSCSI compare to SATA and SAS. The author begins to address this.</p>
<blockquote><p>iSCSI is the storage transport but, at present, there is no such thing as an “iSCSI disk.” iSCSI arrays use SAS and SATA disks (which can also be SSDs) for storage, but the data is transported to hosts using iSCSI.</p></blockquote>
<p>While SAS and SATA or networking interfaces, iSCSI is a <strong>networking protocol </strong>that can run across the infrastructure. In that sense, iSCSI is complementary, not contradictory, to SAS and SATA.</p>
<hr />
<p><a title="How SAS and SATA fit in with the iSCSI array" href="http://www.techrepublic.com/blog/networking/how-sas-and-sata-fit-in-with-the-iscsi-array/5349?tag=nl.e102">Check out the original article</a> over at <em>TechRepublic</em>.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2012/02/20/sas-sata-and-iscsi-a-tutorial/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Intel MIC and its Comprehensive Networking Strategy</title>
		<link>http://blog.icc-usa.com/2012/02/15/intel-mic-and-its-comprehensive-networking-strategy/</link>
		<comments>http://blog.icc-usa.com/2012/02/15/intel-mic-and-its-comprehensive-networking-strategy/#comments</comments>
		<pubDate>Wed, 15 Feb 2012 15:30:44 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[Data Centers]]></category>
		<category><![CDATA[Heterogeneous Computing]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[HPC]]></category>
		<category><![CDATA[Industries]]></category>
		<category><![CDATA[Networking]]></category>
		<category><![CDATA[Processors]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=1099</guid>
		<description><![CDATA[Last week we talked about the upcoming release of Intel&#8217;s Xeon E5 processor family. This week, we have some even more important announcements regarding Intel MIC and the strategic direction that Intel is headed regarding high performance computing. Intel &#8220;MIC&#8221; &#8230; <a href="http://blog.icc-usa.com/2012/02/15/intel-mic-and-its-comprehensive-networking-strategy/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last week we talked about the upcoming release of <a title="Gearing up for Intel Xeon E5 Launch" href="http://blog.icc-usa.com/2012/02/07/gearing-up-intel-xeon-e5-launch/">Intel&#8217;s Xeon E5 processor family</a>. This week, we have some even more important announcements regarding <em>Intel MIC </em>and the strategic direction that Intel is headed regarding <em>high performance computing</em>.</p>
<div id="attachment_1169" class="wp-caption aligncenter" style="width: 298px"><a href="http://blog.icc-usa.com/wp-content/uploads/2012/02/Aubrey-Isle-Die.png" rel="wp-prettyPhoto[g1099]"><img class=" wp-image-1169 " title="Aubrey Isle Die" src="http://blog.icc-usa.com/wp-content/uploads/2012/02/Aubrey-Isle-Die.png" alt="Image of the Aubrey Isle Die used in the Intel MIC &quot;Knights Ferry&quot;" width="288" height="217" /></a><p class="wp-caption-text">Die shot of &#39;Aubrey Isle,&#39; the silicon chip included in the Intel MIC &#39;Knights Ferry&#39; development platform</p></div>
<p><span id="more-1099"></span></p>
<p><strong>Intel &#8220;MIC&#8221;</strong> (for Many Integrated Core) co-processor architecture is a leading initiative in Intel&#8217;s move into the realm of HPC and parallel computing. At Supercomputing 2011, Intel had an opportunity to show off the advantages of Intel MIC for a variety of computing tasks, including weather modeling, tomography, protein folding and advanced materials simulation. Intel beamed with joy unveiling their <a title="Intel Unveils 50 Core Processor, Knights Ferry" href="http://gizmodo.com/5860038/intels-newest-chip-has-50-cores-and-will-eat-your-family">50 core &#8220;Knights Ferry&#8221; prototype last year</a>.</p>
<p>This year we are expected to see the next product in this line: the much-anticipated commercial &#8220;Knights Corner.&#8221; Early presentations of &#8220;Knights Corner&#8221; showed that the Intel architecture is capable of delivering over 1 TFLOPs of double precision floating point performance, the highest performance level achieved for a single processing chip. With this, Intel will finally have an answer to NVIDIA&#8217;s Tesla line and AMD&#8217;s Fusion APUs.</p>
<p>Intel MIC is also part of a larger strategy which has become clearer in recent weeks. With the acquisition of the <a title="Intel's Qlogic deal pumps up InfiniBand's future" href="http://news.cnet.com/8301-30685_3-57364064-264/intels-qlogic-deal-pumps-up-infinibands-future/">Infiniband technology line from QLogic</a> back in January of 2012 and the announcement of the <a title="Intel unveils Crystal Forest networking platform" href="http://news.techworld.com/networking/3337673/intel-crystal-forest-chipset-targets-networking-gap/">Crystal Forest platform earlier this week</a>, it is obvious that Intel hopes 2012 will be the year it starts to establish a solid position in the high performance computing space.</p>
<p>Despite the fact that we are on the cusp of the Romley / Xeon E5 release, this almost overshadows that launch in a way because it is indicative of a serious expansion for Intel into the HPC, networking, heterogeneous computing, and data center industries. Intel has even claimed that MIC outperforms GPUs when it comes to parallel computing, which means that NVIDIA in particular, as the leading provider of GPU computing solutions, may have some serious competition to contend with in the near future. And, with dedicated chipsets geared towards increasing data center network speeds without adversely affecting performance or security, it&#8217;s not hard to see how Intel&#8217;s strategy is intended to play out.</p>
<p>When you couple all of this with the fact that, traditionally, Intel has risen to be the dominant force in virtually every market it has entered, the future of enterprise IT has some very interesting possibilities.</p>
<p><iframe src="http://www.youtube.com/embed/b1CfRPnE_yk" frameborder="0" width="560" height="315"></iframe></p>
<p>Other comments made by Raj Hazra (either in the video or in the original Intel press release):</p>
<ul>
<li>“Knights Corner,” will be manufactured using Intel’s latest 3-D Tri-Gate 22nm transistor process. Featuring over 50 cores, Intel MIC will offer both high performance from an architecture specifically designed to process highly parallel workloads and compatibility with existing x86 programming model and tools.</li>
<li>The “Knights Corner” co-processor is very unique as, unlike traditional accelerators, it is fully accessible and programmable. In this way it resembles a fully functional HPC compute node, visible to applications as though it was a computer that runs its own operating system independent of the host OS.</li>
<li>A major benefit of the Intel MIC architecture is the ability to run existing applications without the need to port the code to a new programming environment. This will allow scientists to use both CPU and co-processor performance simultaneously with existing x86 based applications, dramatically saving time, cost and resources that would otherwise be needed to rewrite them to alternative proprietary languages.</li>
</ul>
<p><strong><em>HPC @ Intel 2011</em> – video with more info on Intel and MIC</strong> (released Summer 2011 outlining Intel&#8217;s future development in the high performance computing industry)</p>
<p><iframe src="http://www.youtube.com/embed/8i1-nZHccms" frameborder="0" width="560" height="315"></iframe></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2012/02/15/intel-mic-and-its-comprehensive-networking-strategy/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>&#8220;Social Shopping for Servers&#8221; has Begun!</title>
		<link>http://blog.icc-usa.com/2012/02/13/social-shopping-for-servers-has-begun/</link>
		<comments>http://blog.icc-usa.com/2012/02/13/social-shopping-for-servers-has-begun/#comments</comments>
		<pubDate>Mon, 13 Feb 2012 16:11:44 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Data Centers]]></category>
		<category><![CDATA[Hosting]]></category>
		<category><![CDATA[ICC News]]></category>
		<category><![CDATA[Industries]]></category>
		<category><![CDATA[Small Business]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Supermicro]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=1114</guid>
		<description><![CDATA[We hope everyone has thus far had a great start to 2012! To help launch us further into the new year, we are running a special &#8220;social servers&#8221; campaign through the end of February to help bring everyone together for &#8230; <a href="http://blog.icc-usa.com/2012/02/13/social-shopping-for-servers-has-begun/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="aligncenter" title="Stellar Deal Campaign" src="http://gallery.mailchimp.com/6d3f55deb1ff70ee99734e4b1/images/Email_Image.png" alt="Image of our Stellar Deal Campaign" width="600" height="425" /><br />
We hope everyone has thus far had a great start to 2012! To help launch us further into the new year, we are running a <a title="Buy Social and Save on Our Intel 1U Xeon E3 Server" href="http://www.icc-usa.com/stellar-deal/?utm_source=blog&amp;utm_medium=post&amp;utm_campaign=5017c-mtf">special &#8220;social servers&#8221; campaign</a> through the end of February to help bring everyone together for fantastic savings! The <strong>Stellar Deal</strong> on our <em>5017C-MTF 1U Single Xeon E3 &#8220;Sandy Bridge&#8221; server</em> takes the form of social shopping for servers where a <strong>special discount of 20%</strong> will be applied if the <strong>campaign goal of 50 servers</strong> is met. If we reach our campaign goal, everyone gets the deal and benefits! If we don&#8217;t meet the goal, you won&#8217;t be charged but nobody gets the deal.</p>
<p><span id="more-1114"></span></p>
<p>The promotion includes this hardware:</p>
<ul>
<li>Case: Supermicro 813MT-350CB</li>
<li>Motherboard: X9SCL-F</li>
<li>Processor: Intel Xeon E3-1230 3.2 GHz</li>
<li>Power Supply: 350W High-Efficiency</li>
</ul>
<p>You also get your choice of 8GB or 16GB memory and up to 8 TB of storage space. Our promotion includes access to phenomenally-priced Toshiba enterprise hard drives.<br />
<img class="aligncenter" title="Sample Comparison for Stellar Deal" src="http://gallery.mailchimp.com/6d3f55deb1ff70ee99734e4b1/files/Comparison_Image.png" alt="Image Showing Sample Price Comparison of Standard $1633.07 vs. Stellar Deal of Under $1350" width="501" height="268" /><br />
Remember, though, in order to get the discount we need enough people to participate! That&#8217;s where you come in! Help us spread the word by:</p>
<ul>
<li>Sharing on social networks like Twitter, Facebook, Google+, and LinkedIn</li>
<li>Mentioning it in a relevant discussion forum</li>
<li>Sending an email or phone call to someone you think could benefit from these tremendous savings</li>
<li>Any other way you can think of!</li>
</ul>
<p><strong>It&#8217;s not social shopping without your engagement! Don&#8217;t be anti-social&#8230; share with others and claim your 20% discount today!</strong><br />
<a title="Buy Social and Save on Our Intel 1U Xeon E3 Server" href="http://www.icc-usa.com/stellar-deal/?utm_source=blog&amp;utm_medium=post&amp;utm_campaign=5017c-mtf" style="color: #000; text-decoration: none;">
<div style="display: block; margin-left: 138px; width: 300px; height: auto; -moz-border-radius-topleft: 25px; -moz-border-radius-topright: 25px; -moz-border-radius-bottomleft: 25px; -moz-border-radius-bottomright: 25px; -webkit-border-top-left-radius: 25px; -webkit-border-top-right-radius: 25px; -webkit-border-bottom-left-radius: 25px; -webkit-border-bottom-right-radius: 25px; border-top-left-radius: 25px; border-top-right-radius: 25px; border-bottom-left-radius: 25px; border-bottom-right-radius: 25px; background: -webkit-gradient(linear, 9% 100%, 9% 37%, from(#E59A69), to(#FF6600));">
<div style="text-align: center; font-size: 24px; font-weight: bold; font-color: #000;">Buy Social!</div>
<div style="text-align: center; font-size: 18px; font-weight: bold; font-color: #000;">Limited Time Offer</div>
<div style="text-align: center; font-size: 18px; font-weight: bold; font-color: #000;">Ends Feb 29</div>
<p></a>
</div>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2012/02/13/social-shopping-for-servers-has-begun/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Gearing up for Intel&#8217;s Big Xeon E5 Launch</title>
		<link>http://blog.icc-usa.com/2012/02/07/gearing-up-intel-xeon-e5-launch/</link>
		<comments>http://blog.icc-usa.com/2012/02/07/gearing-up-intel-xeon-e5-launch/#comments</comments>
		<pubDate>Tue, 07 Feb 2012 11:41:50 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[HPC]]></category>
		<category><![CDATA[Processors]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=1098</guid>
		<description><![CDATA[Anticipation is building over the upcoming release of Intel&#8217;s new Xeon processor E5 family. Formally announced last November in 2011, Intel unveiled some impressive stats for the new E5 line: full integration support for the PCI Express 3.0 base (which &#8230; <a href="http://blog.icc-usa.com/2012/02/07/gearing-up-intel-xeon-e5-launch/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p><img class="alignright  wp-image-1103" title="Intel Xeon Chip" src="http://blog.icc-usa.com/wp-content/uploads/2012/02/intel-xeon-chip.jpg" alt="Image of Intel Xeon Chip" width="270" height="240" />Anticipation is building over the upcoming release of Intel&#8217;s new Xeon processor E5 family. Formally announced last November in 2011, Intel unveiled some impressive stats for the new E5 line: full integration support for the PCI Express 3.0 base (which is estimated to double interconnect bandwidth over the PCIe 2.0 specification), over twice the performance in raw floating point operations per second (FLOPS), and substantially greater real-HPC workloads compared to the Xeon 5600 series.</p>
<p>In the original Intel press release, the company announced that:</p>
<p><span id="more-1098"></span></p>
<blockquote><p>“Customer acceptance of the Intel Xeon E5 processor has exceeded our expectations and is driving the fastest debut on the TOP500 list of any processor in Intel’s history,” said Hazra. “Collecting, analyzing and sharing large amounts of information is critical to today’s science activities and requires new levels of processor performance and technologies designed precisely for this purpose.”</p></blockquote>
<p>With their increasing movement into the HPC market, the release of the E5 processor series to the general public (they were shipped to a small number of cloud and HPC customers in September 2011) will help solidify Intel&#8217;s position in a specialized field of computing where their previous products have typically not done as well. At the time of Intel&#8217;s original press release, Xeon E5 processors were already powering 10 systems on the TOP500 supercomputers list, with over 20,000 of these processors in operation delivering a cumulative peak performance of over 3.4 petaflops. And, it is expected that the Xeon E5 processor family will power several other supercomputers in the future. In other words, this looks to be the beginning of something big for Intel in the realm of HPC.</p>
<p>A <a title="Intel Brings Bigger Guns to AMD Server Chip War" href="http://insidehpc.com/2012/01/30/intel-brings-bigger-guns-to-amd-server-chip-war/">recent article from Computerworld</a> has some good highlights on upcoming developments for the Xeon E5 launch:</p>
<blockquote><p>Intel is actually cutting its server market into eight pieces with the Xeon E5 launch. That’s Itanium 9300s and Xeon 7500s and E7s at the high-end (and eventually the “Sandy Bridge-EX” E8s). That’s two segments of the market that share chipsets and memory cards, but that have different motherboards and sockets. At least until Intel finally delivers, as it is rumored to be in the works, the long-promised common Xeon-Itanium socket. That could happen with the E8s, but it is far more likely to happen with the “Ivy Bridge-EX” Xeon E9s years hence. At the low-end, there’s the single-socket Xeon E3 and Atom processors, depending on how wimpy or brawny your workload is. That’s four addressable server segments in total.</p>
<p>The Xeon E5s will also span four different server types and will cover the middle and overlap with the high and low ends. The Xeon E5-2600, as the first of the “Romley” server platforms are expected to be called, will use the “EP” variant of the Xeon E5 chip that plugs into the new “Socket R” CPU socket. This socket is not compatible with the current Xeon 5500 and 5600 processors, but has all sorts of goodies, including two QPI links between the processors, support for unregistered, registered, and load-reduced (LR) DDR3 main memory, and integrated PCI-Express 3.0 controllers on the processor. This is the chip that Intel has presumably been shipping under NDA to selected supercomputer and hyperscale data center customers since last fall. This chip is clearly aimed at two-socket Opteron 6200 machines.</p>
<p>For two-socket machines that don’t need all of these capabilities, Intel is expected to roll out its “Sandy Bridge-EN” chips, rumored to be called the Xeon E5-2400s. These chips will plug into the new “Socket B2″ socket and will sport only one QPI link between processors as well as fewer memory channels, fewer DIMMs per core, and fewer PCI-Express 3.0 slots. This chip is fired directly at two-socket Opteron 4200 iron.</p>
<p>If the rumors are right, then Intel will also ship a variant of the Sandy Bridge-EP chip that will be able to span four processor sockets in a single system image. This chip is expected to be called the Xeon E5-4600 and is obviously targeting the four-socket Opteron 6200.</p></blockquote>
<p>Despite all of the excitement around the Xeon E5 series, this is only the most upcoming of Intel&#8217;s many launches this year. Check back next week when we will take a look at another one of Intel&#8217;s big plans: <strong>MIC</strong>.</p>
<p>&nbsp;</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2012/02/07/gearing-up-intel-xeon-e5-launch/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>The Evolution of Storage – 2012 Isn&#8217;t Just the Year of the Dragon</title>
		<link>http://blog.icc-usa.com/2012/01/30/the-evolution-of-storage-2012-isnt-just-the-year-of-the-dragon/</link>
		<comments>http://blog.icc-usa.com/2012/01/30/the-evolution-of-storage-2012-isnt-just-the-year-of-the-dragon/#comments</comments>
		<pubDate>Mon, 30 Jan 2012 14:55:55 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[LSI]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=1064</guid>
		<description><![CDATA[2012 is quickly shaping up to be an exciting year in a variety of technology verticals. Just last week NVIDIA® announced a new production release of their CUDA computing toolkit, accelerating GPU computing. Meanwhile, everyone is excitedly awaiting the launch &#8230; <a href="http://blog.icc-usa.com/2012/01/30/the-evolution-of-storage-2012-isnt-just-the-year-of-the-dragon/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>2012 is quickly shaping up to be an exciting year in a variety of technology verticals. Just last week NVIDIA® announced a <a title="CUDA Toolkit 4.1" href="http://www.developer.nvidia.com/cuda-toolkit-41#s=lihgw">new production release of their CUDA</a> computing toolkit, accelerating GPU computing. Meanwhile, everyone is excitedly awaiting the launch of the <a title="Intel's New Product Lines" href="http://insidehpc.com/2012/01/30/intel-brings-bigger-guns-to-amd-server-chip-war/">new Intel products</a> shipping towards the end of Q1.</p>
<p>But of all the areas in tech innovation, <strong>storage</strong> may be the one to set itself apart this year. Yesterday <em>Computerworld </em>ran a very thorough and informative piece titled &#8220;<a title="Computerworld: &quot;2012, The Year Storage Becomes a Celebrity&quot;" href="http://www.computerworld.com/s/article/9223780/2012_The_year_storage_becomes_a_celebrity">2012: The year storage becomes a celebrity</a>,&#8221; in which they laid out some of the things to look forward to in the development of enterprise storage this year.</p>
<h2 style="font-size: 24px;">The Overview</h2>
<blockquote><p>While data storage has always been a necessary building block for technology, it&#8217;s rarely garnered as much attention as it has in the past two years. The reason: Corporate and retail consumers are being forced to store greater amounts of data and they need to make that data more useful &#8212; and accessible.</p></blockquote>
<p><em>Enterprise storage</em>, and storage in general, is one of those things that trends dictate will get increasingly cheaper. That doesn&#8217;t always mean that it will become more accessible, as storage needs may outpace dropping costs. However, in general storage has become more and more affordable, making a big difference to smaller and even mid-sized organizations. It&#8217;s also something that is shared across all industries almost without exception. Storage is not just an &#8220;IT&#8221; issue, but rather plays a critical role in healthcare, entertainment, finance, engineering, etc.</p>
<p>And ten years ago, we did not have the wide variety of options we do today&#8230;</p>
<p><span id="more-1064"></span></p>
<h2 style="font-size: 18px;">The Rise of the SSD</h2>
<p>One of the most closely-watched storage technologies has been the solid-state drive. When hard disk production suffered a tremendous blow from the flooding in Thailand last November, some analysts saw this as a turning point in favor of widespread SSD adoption. While the last few months have not given rise to a solid-state revolution, across-the-board price increases in hard drives made SSDs considerably more attractive as an alternative option.</p>
<p>It is also important to note that, while SSDs remain more expensive than HDDs, historical price trends show that their <a title="SSD price falling faster than HDD" href="http://www.itproportal.com/2011/12/22/ssd-prices-falling-faster-hdds/">prices have fallen relatively more quickly</a> than their hard disk counterparts.</p>
<p style="text-align: center;"><img class="aligncenter size-full wp-image-1071" title="Solid-State vs. Hard Drive Price Trends" src="http://blog.icc-usa.com/wp-content/uploads/2012/01/ssd-hdd-price-trends.jpg" alt="Graph showing solid-state drive prices falling faster than hard drives" width="450" height="338" /></p>
<blockquote><p>According to new data from research firm IDC, worldwide solid-state storage industry revenue hit $5 billion in 2011, up 105% from the $2.4 billion mark in 2010. IDC expects the market will expand further in 2012 and beyond.</p>
<p>&#8220;2011 was a record year for the worldwide SSD market, with revenue more than doubling year over year due to strong SSD shipment growth in the enterprise and client segments,&#8221; said Jeff Janukowicz, an IDC research director. &#8220;The increasing use of flash in enterprise solutions, explosive growth of mobile client devices, and lower SSD pricing is creating a perfect storm for increased SSD shipments and revenue over our forecast.&#8221;</p></blockquote>
<p>The <em>Computerworld</em> article also notes that combining these technologies together opens up possibilities that do not exist with only the traditional spinning disks. We can attest to that, as we have seen some very interesting applications done with this combination.</p>
<ul>
<li>Quickly making on-the-fly disk images &amp; full copies is significantly easier than spinning drives unless they are also paired with a very efficient RAID configuration (minimum RAID 5).</li>
<li>Utilizing SSDs as boot drives can greatly speed up a shared system such as a virtual private server.</li>
<li>SSDs can be useful as a replication point in a MySQL dump.</li>
<li>SSDs can help with caching files in a system with spinning disks, boosting performance across the entire system</li>
</ul>
<p>The bottom line is that we now are seeing how SSDs can be used (separately and/or in conjunction with hard drives) to achieve distinct goals in a more efficient manner, rather than just using them as spinning-disk replacements.</p>
<h2 style="font-style: 18px;">The Future of PCIe in Storage</h2>
<p>The other big trend is the use of PCIe technology in storage.</p>
<blockquote><p>Dell is already selling PCIe server cards from Fusion-io, and EMC soon plans to announce the availability of its PCIe flash card initiative, dubbed Project Lightning. EMC is expected to sell its own branded flash memory cards from multiple suppliers to server makers and is likely to offer flash memory on blade servers as part of its vBlock offering.</p>
<p>&#8230;</p>
<p>Wayne Adams, chair of the Storage Networking Industry Association (SNIA), is upbeat about the PCIe server cards.</p>
<p>&#8220;Now, you have higher speeds and you&#8217;re looking at transferring data at line speed between a server&#8217;s microprocessor and [flash] cache,&#8221; said Adams, who attended a two-hour panel at his association&#8217;s Winter Symposium on PCIe-solid state storage standards. &#8220;System designers are working with cache and higher speed interconnects like PCIe and changing the equation of how much storage can be put in a box in order to match server computational growth. So you can end up with more efficient storage instead of 100 hard drives with data striped across them.</p>
<p>&#8220;It&#8217;s all about doing more for less or more in the same foot print,&#8221; he added.</p></blockquote>
<p>To-date, most of the use of flash memory in data center computing has been for specialized applications and use in hybrid systems. The traditional barrier is price. But as the cost handicap begins to fade the benefits of faster data access and retreival, not to mention the savings from power and storage space efficiency, such technology is becoming more and more attractive.</p>
<p>PCIe-based SSDs and other forms of flash memory incorporate these benefits into robust solutions for enterprise, academia, and SMB. Within this line of development, the term <strong>storage class memory</strong> emerged a couple years ago to designate high-performance memory that has the capacity and economics of storage.</p>
<p>While many flash-based storage devices can offer compelling economics compared to DRAM, storage class memory specifically aims to provide near-RAM performance, while also attempting to minimize I/O bottleneck issues that can arise from traditional storage connection protocols such as SATA or SAS.</p>
<p>Two of the leading storage class memory products on the market are Virident&#8217;s <strong>FlashMax</strong> and LSI&#8217;s <strong>WarpDrive</strong>. Both offer incredible performance compared to even some of the standards of today. They are indicative of the future trends of storage.</p>
<h2 style="font-size: 18px;">Next on the Horizon for Storage?</h2>
<div id="attachment_1079" class="wp-caption alignnone" style="width: 524px"><img class=" wp-image-1079 " title="The Future of Storage (Infographic)" src="http://blog.icc-usa.com/wp-content/uploads/2012/01/future-of-storage-infographic.png" alt="Infographic outlining the future development of storage" width="514" height="846" /><p class="wp-caption-text">Created by IBM</p></div>
<p>These are the biggest developing trends in the field of enterprise storage. But whatever specific technologies that emerge as dominant, the challenges of storage are shared by all. With an ever-growing amount of new data and analytical tools, storage evolution must be able to keep up with our data-collection, data-management, and data-crunching needs.</p>
<p><em>Storage is an essential aspect of high performance computing, a field in which big data represents a tremendous growth opportunity. To learn more, read our article &#8220;<a title="Future Trends in HPC, Part 2" href="http://blog.icc-usa.com/2011/12/29/future-trends-in-hpc-part-2/">Future Trends in HPC, Part 2</a>.&#8221;</em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2012/01/30/the-evolution-of-storage-2012-isnt-just-the-year-of-the-dragon/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICC is now on Google Plus!</title>
		<link>http://blog.icc-usa.com/2012/01/23/icc-on-google-plus/</link>
		<comments>http://blog.icc-usa.com/2012/01/23/icc-on-google-plus/#comments</comments>
		<pubDate>Mon, 23 Jan 2012 13:36:37 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[ICC News]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=1055</guid>
		<description><![CDATA[International Computer Concepts is now up on Google+. We&#8217;ll be posting some exclusive information, links, and company news/deals on there so be sure to check us out and add us to your circles!]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;">International Computer Concepts is now up on <strong>Google+</strong>. We&#8217;ll be posting some exclusive information, links, and company news/deals on there so be sure to <a title="Add us to your circles on Google+" href="https://plus.google.com/u/1/107294562131107112136/posts">check us out and add us to your circles!</a><img class="wp-image-1056 aligncenter" title="Google Plus" src="http://blog.icc-usa.com/wp-content/uploads/2012/01/google-plus-grey-gloss.png" alt="Google Plus Icon " width="246" height="246" /></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2012/01/23/icc-on-google-plus/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Future Trends in HPC, part 2</title>
		<link>http://blog.icc-usa.com/2011/12/29/future-trends-in-hpc-part-2/</link>
		<comments>http://blog.icc-usa.com/2011/12/29/future-trends-in-hpc-part-2/#comments</comments>
		<pubDate>Thu, 29 Dec 2011 14:34:18 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[Academic]]></category>
		<category><![CDATA[Biotechnology]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Cooling System]]></category>
		<category><![CDATA[Data Centers]]></category>
		<category><![CDATA[Heterogeneous Computing]]></category>
		<category><![CDATA[High-Density]]></category>
		<category><![CDATA[HPC]]></category>
		<category><![CDATA[Industries]]></category>
		<category><![CDATA[Life Sciences]]></category>
		<category><![CDATA[Memory]]></category>
		<category><![CDATA[Missing Middle]]></category>
		<category><![CDATA[Platform Computing]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=997</guid>
		<description><![CDATA[This is a continuation of our look at future trends in high performance computing. In part 1 we covered the first five of the top ten trends. In this installment we&#8217;ll wrap up with the remaining five. 6. Memory usage growing with &#8230; <a href="http://blog.icc-usa.com/2011/12/29/future-trends-in-hpc-part-2/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://blog.icc-usa.com/wp-content/uploads/2011/12/hpc-future-trends.jpg" rel="wp-prettyPhoto[g997]"><img class="aligncenter size-full wp-image-1013" title="HPC Future Trends" src="http://blog.icc-usa.com/wp-content/uploads/2011/12/hpc-future-trends.jpg" alt="Future Trends for High Performance Computing Image" width="480" height="318" /></a></p>
<p>This is a continuation of our look at future trends in high performance computing. <a title="Future trends in HPC, part 1" href="http://blog.icc-usa.com/2011/12/28/hpc-future-trends-part-1/">In part 1</a> we covered the first five of the top ten trends. In this installment we&#8217;ll wrap up with the remaining five.</p>
<p><span id="more-997"></span></p>
<p><strong>6. Memory usage growing with multi-core</strong></p>
<p>Efficient support for a shared memory model is of high importance as we approach the era of exascale multi-cores. While programmers require and demand the performance and convenience of coherent share memory, increasing core count introduces an additional burden on memory systems, while greater on-chip distances result in higher interconnect delays for memory access latencies. Various approaches have emerged, and are continuing to emerge, seeking to offset any resource overhead resulting from the increased demand on memory. These approaches include traditional appraoches, from directory-based cache coherence and remote-access, to more novel methods such as execution migration and library cache coherence.</p>
<p><strong>7. Memory per core is remaining costant</strong></p>
<p>While memory usage per node and processor are growing, memory per core has remained relatively constant over the past 5 years. As core count increases, so will memory requirements, impacting system design and cost:</p>
<blockquote><p>Modern High Performance Computing (HPC) systems feature increasingly complex node architectures with a rising number of compute cores per node, while the total amount of memory per node remains constant. Under such scenarios, ﬂat programming models such as pure MPI will fail. We must provide programmers with multiple levels of concurrency, and the most common approach is a combination of MPI for cross-node communication with OpenMP for intra-node threading. We study this setup on the Hera cluster at LLNL, a Linux cluster with 864 nodes.</p>
<p>-<a href="https://computation.llnl.gov/casc/linear_solvers/pubs/Baker-2011-CiHPC.pdf">Scaling Algebraic Multigrid Solvers: On the Road to Exascale</a> [pg. 8]</p></blockquote>
<p><strong>8. Cloud is still only a small part of enterprise spending, but will grow enormously in coming years</strong></p>
<p>This year Gartner, Inc. estimated that while public cloud spending was $74 billion in 2010, it represented only 3% of enterprise spending. The shift away from traditional IT acquisition models to public cloud services is still young, though Gartner expects it to grow five times faster than overall IT enterprise spending in the near future &#8211; 19% annually through 2015.T</p>
<blockquote><p>“What supply chain models did to manufacturing is what cloud computing is doing to in-house data centers. It is allowing people to optimize around where they have differentiated capabilities,” Mr. Sondergaard said.</p>
<p>-Gartner Inc: <a href="http://www.gartner.com/it/page.jsp?id=1824919">Worldwide Enterprise IT Spending to Reach $2.7 Trillion in 2012</a></p></blockquote>
<p>With the massive market opportunity for enterprise collaboration in the cloud, we are seeing large companies (HP, Dell, and many others) looking for ways to get ahead of the game.</p>
<p><strong>9. Microsoft&#8217;s share flattened after years of growth</strong></p>
<p>While shares of Google and Apple have seen high double and triple digit growth in past years, Microsoft&#8217;s stocks are now worth less than they were five years ago.</p>
<p>Don&#8217;t misunderstand, Microsoft remains a powerful company. It continues to grow in top-line revenue each year. It&#8217;s simply at a slower pace than previous years. What that means, however, is that Microsoft may be on the cusp of transitioning from a growth company to a value company. It remains the dominant force in laptop and desktop operating systems. But, owing to its late entry into the smartphone and tablet realm, has only a minor presence in the mobile operating system world, an area of increasing importance in IT.</p>
<p>Moreover, as its operating margins slowly begin to decline, Microsoft will feel the squeeze to stay afloat as a company and competitive in the marketplace. It isn&#8217;t complacent about its future direction. With the release of the Windows 8 developer beta earlier in the year and the Metro UI clear application for tablet computing, Microsoft hopes to break into the industry. Yet, if the status of Windows Phone 7 is any indication, Microsoft has an uphill battle. Windows Phone 7 is not a bad product. While some have heavily decried its tile-based interface (which Window 8 Metro replicates) and the lack of applications, it serves almost a different purpose and serves it very well. By all accounts, it is a solid piece of technology.</p>
<p>But is it relevant in world of Android and iOS growth? Much like the company itself, it&#8217;s something that Microsoft must figure out.</p>
<p>So what does this all have to do with HPC? The cloud represents the direction Microsoft must take to remain relevant. Microsoft sees the potential for applying cloud technology to its consumer markets with applications like Office 365 (MS Office in the cloud.) But with free alternative such as Google Docs, it is doubtful the Microsoft can rely on this as its bread and butter. Windows Azure perhaps represents their front-line movement in this direction, as they attempt to make utility and cloud computing a more central (if not THE central) aspect of their business. This is most critical for the goal of retaining <a href="http://www.hpcwire.com/hpcwire/2011-07-27/microsoft_reshuffles_hpc_organization,_azure_cloud_looms_large.html">its enterprise base</a>.</p>
<blockquote><p>In that sense at least, HPC has become more of a first-class citizen at Microsoft. But the HPC business itself, now under the direction of Ryan Waite, the general manager for High Performance Computing at Microsoft, has been folded into the Server and Cloud Division, which itself is under the purview of Nadella&#8217;s STB. The integration of HPC into the server-cloud orbit reflects the company&#8217;s overarching strategy to use the Windows Azure cloud platform as the basis for its enterprise business.</p></blockquote>
<p><strong>10. Big Data represents a major opportunity for HPC vendors to grow</strong></p>
<p><em>Big data is not just a buzzword</em>. It represents the greatest of the actual opportunities within and beyond HPC.</p>
<p>So what does it mean exactly?</p>
<p>We can say that big data represents <em>a growing set of applications touching large enterprises, research, SMBs, large datacenters</em>. Big data is:</p>
<ul>
<li>made possible by the creation and availability of data</li>
<li>continually fueled by the creation and availability of data</li>
</ul>
<p>Many organizations are seeking to bridge the gap between having better data and making better decisions. These application areas include:</p>
<ul>
<li>enterprise analytics</li>
<li>research analytics</li>
<li>real-time analytics</li>
<li>complex event processing</li>
<li>data mining</li>
<li>visualization</li>
</ul>
<p>The growth of these application areas has created a market opportunity for providers of HPC technology to come in and serve traditionally unserved customers. This is the central component of the &#8220;<a href="http://blog.icc-usa.com/2010/10/07/hpc-and-the-missing-middle-in-the-silicon-prairie/">missing middle</a>&#8221; which really can be expanded to include all industries where HPC can be beneficial but in which only high-end enterprises are currently employing such technology.</p>
<p>It&#8217;s important to remember that big is relative to where an organization has come from previously. In keeping with that, 50TB could conceivably be big for an organization.</p>
<p><strong>Summary</strong></p>
<p>Moving forward into 2012, one of the most important aspects of HPC must be an emphasis on awareness and education. Smaller-scale organizations who know little about the benefits of HPC must be guided to solutions that are best suited for them. When we attended the HPC360 conference it was very comforting to meet so many people from different backgrounds (corporate technology, small business, academia, independent research firms) who were passionate about moving HPC forward in this way.</p>
<p>We look forward to the future of computing possibilities with HPC. Happy New Years!</p>
<hr />
<p style="text-align: center;"><strong>Other Top Technology Trend Articles You Might be Interested In</strong></p>
<p>TechNewsWorld &#8211; &#8220;Top Technology Trends for 2012&#8243; - <a href="http://www.technewsworld.com/rsstory/73881.html">http://www.technewsworld.com/rsstory/73881.html</a></p>
<p>Deloitte Predicts the Top Technology Trends for 2012 <a href="http://www.prnewswire.com/news-releases/deloitte-predicts-the-top-10-technology-trends-for-2012-135248878.html">http://www.prnewswire.com/news-releases/deloitte-predicts-the-top-10-technology-trends-for-2012-135248878.html</a></p>
<p>CNN &#8211; &#8220;The Top 10 tech trends for 2012&#8243; <a href="http://www.cnn.com/2011/12/19/tech/innovation/top-tech-trends-2012/index.html">http://www.cnn.com/2011/12/19/tech/innovation/top-tech-trends-2012/index.html</a></p>
<p>CIO Blogs &#8211; &#8220;Peering into the Crystal Ball: Top IT Trends for 2012&#8243; <a href="http://blogs.cio.com/consumer-it/16717/peering-crystal-ball-top-it-trends-2012">http://blogs.cio.com/consumer-it/16717/peering-crystal-ball-top-it-trends-2012</a></p>
<p>Information Management &#8211; &#8220;Managing Big Data and Mobile BI in 2012&#8243; <a href="http://www.information-management.com/news/big-data-mobile-BI-IT-consumerization-ISACA-10021690-1.html">http://www.information-management.com/news/big-data-mobile-BI-IT-consumerization-ISACA-10021690-1.html</a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2011/12/29/future-trends-in-hpc-part-2/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Future trends in HPC, part 1</title>
		<link>http://blog.icc-usa.com/2011/12/28/hpc-future-trends-part-1/</link>
		<comments>http://blog.icc-usa.com/2011/12/28/hpc-future-trends-part-1/#comments</comments>
		<pubDate>Wed, 28 Dec 2011 17:54:30 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[Academic]]></category>
		<category><![CDATA[Biotechnology]]></category>
		<category><![CDATA[Cloud Computing]]></category>
		<category><![CDATA[Computational Finance]]></category>
		<category><![CDATA[Cooling System]]></category>
		<category><![CDATA[Data Centers]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[Heterogeneous Computing]]></category>
		<category><![CDATA[High-Density]]></category>
		<category><![CDATA[HPC]]></category>
		<category><![CDATA[Industries]]></category>
		<category><![CDATA[Life Sciences]]></category>
		<category><![CDATA[Lustre File System]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[Processors]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Storage]]></category>
		<category><![CDATA[Technology]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=976</guid>
		<description><![CDATA[As we near the end of 2011, we take a moment to reflect on the past year. It&#8217;s been a busy year for IT across virtually all verticals, from mobile and search to enterprise servers and cloud computing. When we &#8230; <a href="http://blog.icc-usa.com/2011/12/28/hpc-future-trends-part-1/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>As we near the end of 2011, we take a moment to reflect on the past year. It&#8217;s been a busy year for IT across virtually all verticals, from mobile and search to enterprise servers and cloud computing. When we <a href="http://blog.icc-usa.com/2011/12/15/hpc360-conference-recap/">attended HPC360</a> a few weeks ago, we had the pleasure to attend a keynote presentation by <a title="Addison Snell's profile page" href="http://www.intersect360.com/about/addison.php">Addison Snell</a>, CEO of Intersect Research in which he discussed the most important trends in <strong>high performance computing (HPC)</strong>.</p>
<p>HPC is an exciting and growing industry that ICC has been moving into the past couple years. The traditional HPC space revolved around high-end research facilities particularly in science and engineering. However, with each year technological innovations and tailored systems such as our <a title="Configuration Details of ICC NovaServ Supermicro GPU Simcluster" href="http://www.icc-usa.com/gpu-simcluster-special.asp">Supermicro GPU Simcluster</a> have brought the realm of HPC closer to reality for many small/medium-sized business and organizations.</p>
<p>In this 2-part series we will look at the top 10 future trends in HPC from Intersect360&#8242;s research, coupled with our own analysis and thoughts. No better way for us computer nerds to close the year right? Let&#8217;s get started.</p>
<h2>Top 10 HPC Trends for 2012 and Beyond</h2>
<p style="text-align: center;"><a href="http://blog.icc-usa.com/wp-content/uploads/2011/12/hpc-future-trends.jpg" rel="wp-prettyPhoto[g976]"><img class="aligncenter size-full wp-image-1013" title="HPC Future Trends" src="http://blog.icc-usa.com/wp-content/uploads/2011/12/hpc-future-trends.jpg" alt="Future Trends for High Performance Computing Image" width="480" height="318" /></a></p>
<p><span id="more-976"></span></p>
<p><strong>1. Accelerator adoption continues</strong></p>
<p>We <a href="http://www.hpcwire.com/hpcwire/2010-07-01/accelerator_adoption_picks_up_speed.html">first heard about this in 2010</a> with increases in GPU computing, the release of CUDA 3.0 and OpenCL 1.1, and the forming of a consensus that co-processing accelerators were needed to play an integral role in approaching the exascale. Mr. Snell reported that about two-thirds of users were testing accelerators, up from from only 20% the year prior.</p>
<p>Today, NVIDIA holds about 90% of the current accelerator usage. Although AMD has entered the HPC space with its &#8220;APU Fusion&#8221; line, NVIDIA sees its real challenge as Intel, who plans to move into the GPU markets with MIC next year. MIC (pronounced &#8220;Mike,&#8221; standing for Many-Integrated-Cores) is based off of Intel&#8217;s discontinued Larrabee technology. Their first expected line is the much anticipated &#8220;Knights Corner.&#8221; But while Intel virtually dominates in the realm of processors, NVIDIA&#8217;s foothold with GPU technology, especially with the recent release of the M2090 Tesla series, will be sure to give Intel a run for its money.</p>
<p><strong> 2. Storage is the fastest growing product sector</strong></p>
<p>Storage consolidation is intensifying competition among providers, and while it remains one of those things that &#8220;always gets cheaper&#8221; in the long-run, in the short-run we are of course faced with the consequences of the <a title="Thailand Floods Cause Hard Drive Shortages" href="http://blog.icc-usa.com/2011/10/25/thailand-hard-drive-shortage/">recent flooding in Thailand</a>. The impact of this could potentially be that solid-state drives start to edge their way into the HPC space.</p>
<p>However, undoubtedly the most important storage aspect of HPC is the stabilization of the Lustre roadmap and parallel <a href="http://blog.icc-usa.com/2010/10/24/opensfs-formed-to-lead-development-of-lustre-file-system/">distributed file system</a> made for large-scale cluster computing. Previously spearheaded by Sun Microsystems, Oracle gained possession of it during their acquisition of the former company. For a while there were fears that Oracle would abandon the technology. However, after much voicing and support from the open-source community and HPC startups, it now appears that Lustre will be moving forward in tandem with the growth of HPC.</p>
<p><strong>3. The Uncertain Growth of Infiniband?</strong></p>
<p>Infiniband has become the dominant technology for HPC, despite Cisco&#8217;s abandonment of the technology in 2009. With its premium on pure performance in environments with high interconnectivity requirements, it is almost without question the superior option to its competitors. That said, from a bigger picture, Infiniband remains a very small fraction of the traditional Ethernet technology. Indeed, one of the reasons Cisco dropped it was due to the declining costs of 10 Gb Ethernet.</p>
<p>Infiniband will inevitably grow with HPC, but in order to truly flourish it needs to find new usages and markets. And if it does, the question still remains over whether it will displace Ethernet as a dominant technology. For us, we deal primarily in Infiniband, but many distributors out there still deal exclusively in fibrechannel and ethernet. That said, providers of both are starting to look at ways of merging the capabilities of each together. That means a very interesting future for networking technology.</p>
<p><strong>4. The Biggest finance application is NOT trading, but rather RISK MANAGEMENT</strong></p>
<p><strong></strong>Perhaps because of the economic crash and the bailouts, the biggest use for high-end financial computation applications is now in risk management (trading remains the second largest.) As regulation continues to come down hard on banks, we should expect to see more of this in at least the short-term. In addition, with a majority of HPC-using banks comprising the high-end of the financial institution scale, smaller, local, and regional institutions who could benefit from HPC are currently going unserved. They represent an opportunity for growth in the HPC space.</p>
<p><strong>5. Facilities continues to increase share of budget</strong></p>
<p><strong></strong>Due to the high energy costs for powering and cooling IT systems, storage and network hardware now represents the highest operating expense for a data center. And there are no signs that it will change in the near future, with a projected 19% increase in the rate of data center energy consumption in 2012. Moreover, the sheer weight of racks adds additional logistical costs to owners and managers.</p>
<p>While advances in green technology and innovative environmental approaches (<a href="http://blog.icc-usa.com/2011/10/26/facebooks-green-european-data-center/">like Facebook&#8217;s</a>) may help to offset these costs, it is uncertain how or when these will come into play. Moreover, such technology will almost certainly come at a higher price than existing units, so the budget will have to reconcile initial outlays with expected future savings.</p>
<p>Whatever happens in this area, the growing processing capabilities of computer clusters, GPU Simclusters and other supercomputing technology make energy efficiency one of the top priorities for HPC in 2012.</p>
<p><em><a title="Future Trends in HPC, part 2" href="http://blog.icc-usa.com/2011/12/29/future-trends-in-hpc-part-2/">This article series concludes in part 2</a></em></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2011/12/28/hpc-future-trends-part-1/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>HPC360 Conference Recap</title>
		<link>http://blog.icc-usa.com/2011/12/15/hpc360-conference-recap/</link>
		<comments>http://blog.icc-usa.com/2011/12/15/hpc360-conference-recap/#comments</comments>
		<pubDate>Thu, 15 Dec 2011 16:03:22 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[Academic]]></category>
		<category><![CDATA[Computational Finance]]></category>
		<category><![CDATA[GPU]]></category>
		<category><![CDATA[HPC]]></category>
		<category><![CDATA[Industries]]></category>
		<category><![CDATA[Life Sciences]]></category>
		<category><![CDATA[Manufacturing]]></category>
		<category><![CDATA[Missing Middle]]></category>
		<category><![CDATA[Science]]></category>
		<category><![CDATA[Technology]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=972</guid>
		<description><![CDATA[We just returned from R Systems HPC360, a conference on high performance computing down in Champaign, Illinois which brought together leading industry professionals, academics, scientists, and enthusiasts. The conference was titled HPC360 &#8220;Innovation through Modeling and Simulation&#8221;. The event took &#8230; <a href="http://blog.icc-usa.com/2011/12/15/hpc360-conference-recap/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p style="text-align: center;"><a href="http://blog.icc-usa.com/wp-content/uploads/2011/12/HPC360.jpg" rel="wp-prettyPhoto[g972]"><img class="aligncenter size-full wp-image-980" title="HPC360" src="http://blog.icc-usa.com/wp-content/uploads/2011/12/HPC360.jpg" alt="HPC360 Flyer" width="608" height="175" /></a></p>
<p>We just returned from R Systems HPC360, a conference on high performance computing down in Champaign, Illinois which brought together leading industry professionals, academics, scientists, and enthusiasts.</p>
<p>The conference was titled <strong>HPC360 &#8220;Innovation through Modeling and Simulation&#8221;</strong>. The event took place at the i Hotel and Conference Center in Champaign, hosted by <a href="http://rsystemsinc.com/">R Systems</a> and sponsored by a number of companies including Dell, AMD, Intel, and yours truly, ICC!</p>
<p><span id="more-972"></span></p>
<p>Most of the conference&#8217;s formal agenda consisted of speakers and keynote presentations. There was some opportunity for vendors to showcase their products, and ICC took down two different products with us: our <a title="check out our MicroCloud system" href="http://www.icc-usa.com/store/pc/configurePrd.asp?idproduct=4124">MicroCloud</a> and <a title="learn about ICC Modular Servers" href="http://www.icc-usa.com/icc-modular-servers.asp">Modular Server</a><a title="check out our MicroCloud system" href="http://www.icc-usa.com/store/pc/configurePrd.asp?idproduct=4124">.</a></p>
<p>This is R Systems&#8217; third year holding the conference, and it is good to see a growing interest in HPC from a variety of people. The focus of the conference was on new innovations in the field and how they can help not only scientific and academic pursuits, but also commercial business.</p>
<p>Intel and AMD gave an overview of their recently released and upcoming products, hinting at the future direction of their rivalry. But, undoubtedly, the highlight was the many &#8220;smaller-scale&#8221; speakers that presented in shorter segments. It was a truly diverse group of people from different organizations that touched on a wide range of important topics. Intel&#8217;s Sharan Kalwani discussed the deployment of modeling and simulation at scale for the &#8220;Missing Middle,&#8221; and throughout the conference in side conversations and breakout sessions he emphasized the importance of looking at HPC as a human enterprise, focusing on human rather than technological capital.</p>
<p>Other speakers included Barb Hutchings from Ansys, Arden Anderson from Mercury Marine, Prashanth Shankara from CD-adapco, Matt Godo from Intelligent Light, and several others representing commercial and research organizations. The two keynote presentations were excellent. The first was given by Dell&#8217;s Executive Director of Global Sales, Egan Christensen, who held a great talk surveying the landscape of cloud computing, how it has changed over the last decade, and its impact on businesses (Dell, for example, migrated its databases to SalesForce.)</p>
<p>The second presentation, which was quite remarkable in its scope, was on the trends of HPC moving into the future, given by Addison Snell from Intersect360 Research. Everyone was very impressed by the information and delivery that Addison provided. It was the perfect wrap up to the conference, and it generated some fantastic discussion topics about what we should be expecting and preparing for in the coming years.</p>
<p>Stay tuned for a more in-depth look at the HPC market dynamics and growth from 2011, covering the trends that will shape the industry in 2012 and beyond.</p>
<p>Below are some photos from the event. You can check out more on our <a title="Photos from HPC360" href="http://www.facebook.com/media/set/?set=a.293503317352621.61792.110459392323682&amp;type=1">Facebook page</a> (<strong>be sure to like us!</strong>).</p>
<p><a href="http://blog.icc-usa.com/wp-content/uploads/2011/12/IMAG0486.jpg" rel="wp-prettyPhoto[g972]"><img class="alignleft size-full wp-image-985" title="HPC360 Photo 1" src="http://blog.icc-usa.com/wp-content/uploads/2011/12/IMAG0486.jpg" alt="Photo from HPC360" width="705" height="422" /></a><br />
<a href="http://blog.icc-usa.com/wp-content/uploads/2011/12/IMAG0479.jpg" rel="wp-prettyPhoto[g972]"><img class="alignleft size-full wp-image-986" title="HPC360 Photo 2" src="http://blog.icc-usa.com/wp-content/uploads/2011/12/IMAG0479.jpg" alt="Photo from HPC360" width="254" height="422" /></a><br />
<a href="http://blog.icc-usa.com/wp-content/uploads/2011/12/IMAG0517.jpg" rel="wp-prettyPhoto[g972]"><img class="alignright size-full wp-image-987" title="HPC360 Photo 3" src="http://blog.icc-usa.com/wp-content/uploads/2011/12/IMAG0517.jpg" alt="Photo from HPC360" width="254" height="422" /></a></p>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2011/12/15/hpc360-conference-recap/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>ICC releases NVIDIA powered Tesla GPU SimCluster</title>
		<link>http://blog.icc-usa.com/2011/12/12/tesla-gpu-simcluster-nvidia-powered/</link>
		<comments>http://blog.icc-usa.com/2011/12/12/tesla-gpu-simcluster-nvidia-powered/#comments</comments>
		<pubDate>Mon, 12 Dec 2011 12:30:36 +0000</pubDate>
		<dc:creator>Colin Cronin</dc:creator>
				<category><![CDATA[GPU]]></category>
		<category><![CDATA[Heterogeneous Computing]]></category>
		<category><![CDATA[High-Density]]></category>
		<category><![CDATA[HPC]]></category>
		<category><![CDATA[ICC News]]></category>
		<category><![CDATA[NVIDIA]]></category>
		<category><![CDATA[Solutions]]></category>
		<category><![CDATA[Uncategorized]]></category>

		<guid isPermaLink="false">http://blog.icc-usa.com/?p=959</guid>
		<description><![CDATA[Last month we announced our new line of GPU supercomputing products powered by NVIDIA. These recent releases were only the build up to the real GPU highlight coming out &#8211; ICC NovaServ™ Tesla GPU SimCluster solutions. Integrating cutting-edge technology from our &#8230; <a href="http://blog.icc-usa.com/2011/12/12/tesla-gpu-simcluster-nvidia-powered/">Continue reading <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Last month we announced our <a title="GPU Supercomputing with ICC and NVIDIA" href="http://blog.icc-usa.com/2011/11/14/new-gpu-solutions-for-grid-computing-and-other-supercomputing-needs/">new line of GPU supercomputing products</a> powered by NVIDIA. These recent releases were only the build up to the real GPU highlight coming out &#8211; <a title="GPU SimCluster, powered by NVIDIA Tesla cores" href="http://www.icc-usa.com/gpu-simcluster-special.asp">ICC NovaServ™ Tesla GPU SimCluster solutions</a>.</p>
<p>Integrating cutting-edge technology from our industry-leading partners, ICC&#8217;s NovaServ™ Tesla GPU SimClusters are ready-to-deploy cluster solutions off the shelf, delivering the power of CPU-GPU parallel processing. The 1U 6016GT-T is a powerful stand-alone system. But the real power in high performance computing and GPU supercomputing comes from the ability to scale upward through computer clusters. By transforming the base 6016GT-T into such a configuration you gain an asset with incredible performance potential that draws upon the combined AND clustered power of CPU and GPU.</p>
<p><img class="alignnone" title="ICC NovaServ Tesla GPU SimCluster" src="http://www.icc-usa.com/redesign/images/lp-gpu-simcluster-main-header.gif" alt="" width="530" height="287" /></p>
<p><span id="more-959"></span></p>
<p>ICC NovaServ Tesla GPU SimCluster is available in three configurations:</p>
<table>
<tbody>
<tr>
<th></th>
<th><a title="Check out our 8 Tesla GPU SimCluster" href="http://www.icc-usa.com/store/pc/viewPrd.asp?idproduct=4142">ICC NovaServ™ SuperMicro Based 8 Tesla GPU SimCluster</a></th>
<th><a title="Check out our 16 Tesla GPU SimCluster" href="http://www.icc-usa.com/store/pc/viewPrd.asp?idproduct=4143">ICC NovaServ™ Supermicro Based 16 Tesla GPU SimCluster</a></th>
<th><a title="Check out our 32 Tesla GPU SimCluster" href="http://www.icc-usa.com/store/pc/viewPrd.asp?idproduct=4144">ICC NovaServ™ Supermicro Based 32 Tesla GPU SimCluster</a></th>
</tr>
<tr>
<th>Performance</th>
<td>10 TeraFlops</td>
<td>20 TeraFlops</td>
<td>42 TeraFlops</td>
</tr>
<tr>
<th>GPU</th>
<td>8 Tesla M2090 GPUs with CUDA 4.0</td>
<td>16 Tesla M2090 GPUs with CUDA 4.0</td>
<td>32 Tesla M2090 GPUs with CUDA 4.0</td>
</tr>
<tr>
<th>CPU</th>
<td>8 Intel® Westmere X5650 2.66 GHz (6-core)</td>
<td>16 Intel® Westmere X5650 2.66 GHz (6-core)</td>
<td>32 Intel® Westmere X5650 2.66 GHz (6-core)</td>
</tr>
<tr>
<th>Nodes</th>
<td>4 SuperMicro® SuperServer 6016GT-T GPU Nodes</td>
<td>8 SuperMicro® SuperServer 6016GT-T GPU Nodes</td>
<td>16 SuperMicro® SuperServer 6016GT-T GPU Nodes</td>
</tr>
<tr>
<th>Master Node</th>
<td>No separate master node</td>
<td>SuperMicro® SuperServer 6016T-NTF</td>
<td>SuperMicro® SuperServer 6016T-NTF</td>
</tr>
<tr>
<th>Memory</th>
<td>96 GB</td>
<td>192 GB</td>
<td>384 GB</td>
</tr>
<tr>
<th>Network</th>
<td>Infiniband</td>
<td>Infiniband</td>
<td>Infiniband</td>
</tr>
<tr>
<th>Storage</th>
<td>4 TB</td>
<td>8 TB</td>
<td>16 TB</td>
</tr>
<tr>
<th>Form-Factor</th>
<td>14U Rack</td>
<td>14U Rack</td>
<td>42U Rack</td>
</tr>
<tr>
<th>Configure</th>
<td><a title="Configure Your 8 Tesla GPU SimCluster" href="http://www.icc-usa.com/store/pc/configurePrd.asp?idproduct=4142"><strong>8 TESLA GPU SIMCLUSTER</strong></a></td>
<td><a title="Configure Your 16 Tesla GPU SimCluster" href="http://www.icc-usa.com/store/pc/configurePrd.asp?idproduct=4143"><strong>16 TESLA GPU SIMCLUSTER</strong></a></td>
<td><a title="Configure Your 32 Tesla GPU SimCluster" href="http://www.icc-usa.com/store/pc/configurePrd.asp?idproduct=4144"><strong>32 TESLA GPU SIMCLUSTER</strong></a></td>
</tr>
</tbody>
</table>
<p>Our NovaServ™ line is optimized for performance and simplicity. With our preconfigured turnkey solutions, you are able to deploy your GPU SimCluster with no hassle or worry over the technology. Let us propel your supercomputing to new heights!</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.icc-usa.com/2011/12/12/tesla-gpu-simcluster-nvidia-powered/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

