<?xml version="1.0" encoding="ISO-8859-1"?>

<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:content="http://purl.org/rss/1.0/modules/content/">
	<channel>
		<title><![CDATA[HPC Community - High Performance Computing (HPC) Community - Blogs - Chris Smith's Blog by csmith]]></title>
		<link>http://www.hpccommunity.org/blogs/csmith/</link>
		<description><![CDATA[HPCCommunity.org is a technical discussion HPC community portal for the High Performance Computing (HPC) community. The community includes Platform Computing R&D team members, architects and developers, external collaborators and a growing community of users and developers in the HPC world.]]></description>
		<language>en</language>
		<lastBuildDate>Fri, 10 Feb 2012 04:49:33 GMT</lastBuildDate>
		<generator>vBulletin</generator>
		<ttl>60</ttl>
		<image>
			<url>http://www.hpccommunity.org/images/misc/rss.jpg</url>
			<title><![CDATA[HPC Community - High Performance Computing (HPC) Community - Blogs - Chris Smith's Blog by csmith]]></title>
			<link>http://www.hpccommunity.org/blogs/csmith/</link>
		</image>
		<item>
			<title>See you at SC08 next week!</title>
			<link>http://www.hpccommunity.org/blogs/csmith/see-you-sc08-next-week-97/</link>
			<pubDate>Thu, 13 Nov 2008 18:46:17 GMT</pubDate>
			<description><![CDATA[If you've been around the HPC space for a while, you'll be feeling the same sense of anticipation that I am for the Supercomputing conference (SC08)...]]></description>
			<content:encoded><![CDATA[<blockquote class="blogcontent restore">If you've been around the HPC space for a while, you'll be feeling the same sense of anticipation that I am for the Supercomputing conference (SC08) happening next week in Austin. Platform will be there (booth 1627), and I'll be in the booth from 12:30pm to 3:00pm every day, so come on by to say hello!<br />
<br />
I also want to let people know about the <a href="http://ogf.org/HPCBasicProfile" target="_self">HPC Profile</a> <a href="http://scyourway.nacse.org/conference/view/bof177" target="_self">BoF</a> that's happening on Wed from 5:30pm to 7:00pm, and invite all to come and see the exciting things happening in the world of HPC standards. <br />
<br />
See you next week!</blockquote>

 ]]></content:encoded>
			<dc:creator>csmith</dc:creator>
			<guid isPermaLink="true">http://www.hpccommunity.org/blogs/csmith/see-you-sc08-next-week-97/</guid>
		</item>
		<item>
			<title><![CDATA[Let's hope for Cloudy days ahead]]></title>
			<link>http://www.hpccommunity.org/blogs/csmith/lets-hope-cloudy-days-ahead-96/</link>
			<pubDate>Mon, 06 Oct 2008 17:57:05 GMT</pubDate>
			<description><![CDATA[Last week, I attended the "Cloud Computing and Beyond: The Web Grows Up (finally)" conference hosted by SDForum in Santa Clara. The purpose of the...]]></description>
			<content:encoded><![CDATA[<blockquote class="blogcontent restore">Last week, I attended the <a href="http://www.sdforum.org/index.cfm?fuseaction=Calendar.eventDetail&amp;eventID=13223&amp;pageId=471" target="_self">&quot;Cloud Computing and Beyond: The Web Grows Up (finally)&quot;</a> conference hosted by <a href="http://sdforum.org" target="_self">SDForum</a> in Santa Clara. The purpose of the conference seemed to be to provide a snapshot of where the software market currently sits with respect to cloud computing right now, as well as provide some vision as to where things are going. There was a lot of great content, mostly in the format of panels, which I enjoy quite a bit compared to just presentations. <br />
<br />
There were a couple of themes that jumped out at me during the day. First was the sentiment that cloud computing doesn't magically make your applications &quot;run better&quot;. It takes a good deal of forethought to properly design an application to make use of the Cloud. In fact, the type of thinking that is needed to make an application run well in the cloud can equally serve an application running on your own infrastructure, since much of what makes an application cloud-ready has to do with planning for scalability and reliability (building on cloud infrastructure just makes this more explicit). As somebody who has been helping people &quot;grid-enable&quot; applications for a long while now, this is not new, but I was happy to hear that nobody really believe in a cloud computing &quot;free lunch&quot;. <br />
<br />
The second interesting point that I took away from the conference was a provocative point made by one of the panelists in the &quot;Crawl/Walk/Run&quot; panel. To the question of &quot;what makes one service more cloudy than another?&quot;, Jason Hoffman from <a href="http://joyent.com/" target="_self">Joyent</a> made the contentious claim that nobody's service (including their own) was &quot;cloudy&quot; at all! He claimed that the fundamental property of &quot;cloudiness&quot; emerged when services in the cloud were truly transparently accessed by the end-user. He used as an example Amazon's S3 service. Right now, S3 isn't cloudy, because I knowingly access it remotely over the internet. In order to make a service cloudy, he imagined the following scenario:<br />
<ul><li>A company wants to provide S3 service to their users, but wants to carve out their own &quot;s3.mycompany.com&quot; domain for the services. They arrange this with Amazon so that it looks, to company users, like the service is provided by the company itself.</li>
<li>In order to enhance the performance of the system, and to exercise a little more control over their own destiny in the face of changes to Amazon's service, they deploy their own S3 internally (imagine Amazon providing an &quot;S3 appliance&quot; that they plug into their own data centre). This internal S3 is still provided to users as s3.mycompany.com.</li>
<li>Now, in order to realize some of the benefits of Amazon's hosted S3 service, this internal S3 and Amazon S3 can communicate, such that an outage in the internal service would be picked up by the remote service, etc, etc. To the end user, it all looks the same. s3.mycompany.com is where they get their storage service, regardless of whether the requests go to an internal box, or the remote S3 service.</li>
</ul><br />
Once you attain this level of transparency and seamless access, you have a service that is truly &quot;cloudy&quot;. End users consume a service, with the same ease-of-use and cost model as S3 provides, but with a mix and match infrastructure approach that can meet the needs of small, medium and large sized organizations. <br />
<br />
To achieve this transparency you need some level of interoperability (whether through common software stacks or standards remains to be seen), but once achieved, the true vision of &quot;cloud computing&quot; (elastic resources provided and charged by consumption) can be realized. <br />
<br />
So here's to cloudy days ahead!</blockquote>

 ]]></content:encoded>
			<dc:creator>csmith</dc:creator>
			<guid isPermaLink="true">http://www.hpccommunity.org/blogs/csmith/lets-hope-cloudy-days-ahead-96/</guid>
		</item>
		<item>
			<title>OGF24: Use cases drive standards!</title>
			<link>http://www.hpccommunity.org/blogs/csmith/ogf24-use-cases-drive-standards-95/</link>
			<pubDate>Mon, 06 Oct 2008 17:32:20 GMT</pubDate>
			<description><![CDATA[The Open Grid Forum recently held it's 24th meeting at the Biopolis in Singapore, co-located with GridAsia2008. OGF meetings are a great way to learn...]]></description>
			<content:encoded><![CDATA[<blockquote class="blogcontent restore">The <a href="http://www.ogf.org" target="_self">Open Grid Forum</a> recently held it's 24th meeting at the Biopolis in Singapore, co-located with <a href="http://gridasia.ngp.org.sg/2008/" target="_self">GridAsia2008</a>. OGF meetings are a great way to learn about Grid activities happening worldwide, and OGF24 was no exception. There was definitely cloud on the mind, as evidenced by a keynote from Peter Coffee of <a href="http://salesforce.com" target="_self">salesforce.com</a> and with some buzz around Singapore as one of the data centre locations for the HP/Intel/Yahoo cloud initiative. There was also a good, solid program around enterprise and e-research activities in Grid, with both a local and international focus.<br />
<br />
For my part, as VP of the standards function at OGF, I was happy to see continued efforts around converging standards activities in the compute space (JSDL/BES/GLUE/UR), as well as some emerging activity on providing more metering and control at the network layer in the &quot;grid stack&quot;.  I ran one session at OGF24 that was intended to highlight these activities. The (perhaps mis-named) <a href="http://ogf.org/gf/event_schedule/index.php?id=1415" target="_self">Introduction to OGF Standards</a> workshop was intended to present the standards work of OGF, not from a working groups and specifications point of view, but from the point of view of those who are building grid systems, and thus have a use case view of their needs. The intention of the workshop was to help answer the questions about how the alphabet soup of specifications come together to solve real-world problems. <br />
<br />
There were four main presentations:<ol class="decimal"><li>Federated Data Access</li>
<li>ISV Integration with Remote Computing</li>
<li>Job Submission and Management Using Meta-Schedulers</li>
<li>Network Monitoring and Usage</li>
</ol><br />
(The presentations are available from the session summary link above.)<br />
<br />
As someone involved in defining specifications at OGF, I must admit that we sometimes lose sight of the big picture in our working group sessions, so it is very useful to step back once in a while and see a landscape of how all these things fit together. We need to remember that use cases drive the standards activities, and not the other way around!</blockquote>

 ]]></content:encoded>
			<dc:creator>csmith</dc:creator>
			<guid isPermaLink="true">http://www.hpccommunity.org/blogs/csmith/ogf24-use-cases-drive-standards-95/</guid>
		</item>
		<item>
			<title>Certification for HPC System Administration</title>
			<link>http://www.hpccommunity.org/blogs/csmith/certification-hpc-system-administration-80/</link>
			<pubDate>Wed, 02 Jul 2008 18:50:58 GMT</pubDate>
			<description><![CDATA[I saw this post over at ClusterMonkey. It's about a new training program at Georgetown's Advanced Research Computing that is intended to train people...]]></description>
			<content:encoded><![CDATA[<blockquote class="blogcontent restore">I saw <a href="http://www.clustermonkey.net//content/view/231/2/" target="_self">this post</a> over at <a href="http://clustermonkey.org" target="_self">ClusterMonkey</a>. It's about a new training program at Georgetown's Advanced Research Computing that is intended to train people to be system administrators for HPC systems. I think this is a good idea. There is enough difference between running general purpose systems and HPC systems, and a lot of the tuning can be quite different, so preparing people for this particular kind of specialization is well due.</blockquote>

 ]]></content:encoded>
			<dc:creator>csmith</dc:creator>
			<guid isPermaLink="true">http://www.hpccommunity.org/blogs/csmith/certification-hpc-system-administration-80/</guid>
		</item>
		<item>
			<title>Structure08</title>
			<link>http://www.hpccommunity.org/blogs/csmith/structure08-79/</link>
			<pubDate>Fri, 27 Jun 2008 18:58:46 GMT</pubDate>
			<description><![CDATA[This week I attended the Structure08 conference held here in San Francisco. The theme of the conference was "Cloud" and the topics ranged from issues...]]></description>
			<content:encoded><![CDATA[<blockquote class="blogcontent restore">This week I attended the <a href="http://events.gigaom.com/structure/08/" target="_self">Structure08</a> conference held here in San Francisco. The theme of the conference was &quot;Cloud&quot; and the topics ranged from issues scaling out web applications to getting your cloud startup funded. <br />
<br />
I particularly enjoyed Werner Vogels keynote on <a href="http://aws.amazon.com" target="_self">Amazon Web Services</a>, and the way that Amazon got into the business of &quot;Infrastructure as a Service (IaaS)&quot;. There were also some very good panel sessions. Overall, I liked the format of the conference and the breadth of content, although I think that the notion of &quot;cloud&quot; is already becoming over hyped, with everybody and their dog wanting to be part of the cloud ecosystem. I guess that's just part of the industry we're part of. :)<br />
<br />
You can see summaries of the Structure08 sessions at the <a href="http://gigaom.com/2008/06/25/live-coverage-of-structure-08/" target="_self">GigaOM Structure08 live coverage post</a>.</blockquote>

 ]]></content:encoded>
			<dc:creator>csmith</dc:creator>
			<guid isPermaLink="true">http://www.hpccommunity.org/blogs/csmith/structure08-79/</guid>
		</item>
		<item>
			<title>OGF23 Highlights</title>
			<link>http://www.hpccommunity.org/blogs/csmith/ogf23-highlights-70/</link>
			<pubDate>Tue, 10 Jun 2008 18:04:48 GMT</pubDate>
			<description>OGF23 was held last week in Barcelona in conjunction with the BEinGRID industry days events. OGF events, in addition to having great program content,...</description>
			<content:encoded><![CDATA[<blockquote class="blogcontent restore"><a href="http://ogf.org/OGF23/" target="_self">OGF23</a> was held last week in Barcelona in conjunction with the <a href="http://www.beingrid.com" target="_self">BEinGRID</a> industry days events. OGF events, in addition to having great program content, are an excellent way to keep in touch with Grid computing practitioners all over the world, and OGF23 was no exception. <br />
<br />
Some of the highlights for me.....<br />
<br />
<b>Standards Convergence</b><br />
<br />
For a number of years now I have worked on specifications for interfaces to job management systems in the form of JSDL, OGSA-BES, HPC Profile and friends. We're now to the point where we have multiple implementations of these specifications, such as the <a href="http://www.hpccommunity.org/f47/" target="_self">BES++</a> project. What we had &quot;punted&quot; on for quite a while is a comprehensive information model that could be used to describe the resources available to run jobs on. This gap is now possible to fill with the publishing of the GLUE schema as a <a href="http://www.ogf.org/gf/docs/?public_comment" target="_self">public comment document</a>! While standards in general are not designed to excite, seeing all these bits and pieces come together after a long time is very satisfying for those of us who have been working on them. Good work GLUE-WG!<br />
<br />
<b>Cloud Workshop and Sessions</b><br />
<br />
Cloud was a big theme of the conference, with some great content in the form of a keynote from Werner Vogels (CTO of Amazon), and with 2 workshop sessions on cloud with presentations from Cohesive FT and CERN among others. It's still not clear how Grids and Clouds converge, but intuitively there is an intersection point somewhere. <br />
<br />
<b>OGF-Europe</b><br />
<br />
 OGF-Europe is an EU funded project that is intended to help collect information on the use of Grid in Europe, as well as promote the use of Grid across multiple industries and customer sizes. As somebody who works on standards, it is easy to get wrapped up in the small details of how things work, and to see OGF as providing a valuable venue for doing this work. What is hard is to see the bigger picture around Grid usage and value to organizations. OGF-Europe will definitely provide some much needed external (to OGF) facing activities. Hopefully they will create some demand for our specs!<br />
<br />
<b>Green IT Workshop</b><br />
<br />
The <a href="http://grid.globalwatchonline.com/epicentric_portal/site/GRID/?mode=0" target="_self">Grid Computing Now</a> team organized 2 workshops on the opportunity to use Grid techniques to make data centres more efficient and environmentally friendly. <br />
<br />
<b>Data Management Sessions</b><br />
<br />
The session presentations can be found <a href="http://ogf.org/gf/event_schedule/index.php?id=1271" target="_self">here.</a> The European Grid community presented on the various techniques that they have used to deal with very large and distributed data sets, for both files and relational data. I never knew that anybody was using Oracle RAC on over 140 servers!<br />
<br />
<br />
For some other perspectives on the conference (and some video highlights) check out the <a href="http://gridtalk-project.blogspot.com/" target="_self">GridCast at OGF23</a> blog.</blockquote>

 ]]></content:encoded>
			<dc:creator>csmith</dc:creator>
			<guid isPermaLink="true">http://www.hpccommunity.org/blogs/csmith/ogf23-highlights-70/</guid>
		</item>
		<item>
			<title>Introducing myself....</title>
			<link>http://www.hpccommunity.org/blogs/csmith/introducing-myself-69/</link>
			<pubDate>Tue, 10 Jun 2008 17:23:19 GMT</pubDate>
			<description><![CDATA[For my first blog entry I'd like to take the time to introduce myself. My name is Chris Smith, and I'm a product architect at Platform Computing....]]></description>
			<content:encoded><![CDATA[<blockquote class="blogcontent restore">For my first blog entry I'd like to take the time to introduce myself. My name is Chris Smith, and I'm a product architect at Platform Computing. What does this really mean? I spend time looking at what sorts of problems people are trying to address in the Grid and HPC community, and I try to figure out how to either apply Platform's technologies to solve those problems, or look at new technologies that can be used with Platform's technologies and know how to solve the problem. <br />
<br />
I also am very involved in the <a href="http://www.ogf.org" target="_self">Open Grid Forum</a>, where I have attended for a number of years engaged in writing specifications for interoperable job management. I also happen to be the VP of the standards function of the OGF, meaning I help organize a great group of people, who together manage the working groups and the document process of the OGF. <br />
<br />
On this blog, I hope to talk a little bit about my research interest areas, as well as talk a little bit about what is going on in the world of standards.</blockquote>

 ]]></content:encoded>
			<dc:creator>csmith</dc:creator>
			<guid isPermaLink="true">http://www.hpccommunity.org/blogs/csmith/introducing-myself-69/</guid>
		</item>
	</channel>
</rss>

