<?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>gridengine.info</title>
	<atom:link href="http://www.gridengine.info/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.gridengine.info</link>
	<description>tracking Grid Engine news, bugs, howtos and best practices</description>
	<lastBuildDate>Thu, 12 Jan 2012 22:40:42 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5.1</generator>
		<item>
		<title>Building Open Grid Scheduler 2011.11 on CentOS or RedHat 6</title>
		<link>http://www.gridengine.info/2012/01/12/building-open-grid-scheduler-2011-11-on-centos-or-redhat-6/</link>
		<comments>http://www.gridengine.info/2012/01/12/building-open-grid-scheduler-2011-11-on-centos-or-redhat-6/#comments</comments>
		<pubDate>Thu, 12 Jan 2012 22:40:41 +0000</pubDate>
		<dc:creator>chrisdag</dc:creator>
				<category><![CDATA[Code & Building from source]]></category>
		<category><![CDATA[centos]]></category>
		<category><![CDATA[centos 6]]></category>
		<category><![CDATA[GE2011.11]]></category>
		<category><![CDATA[rhel]]></category>
		<category><![CDATA[rhel 6]]></category>

		<guid isPermaLink="false">http://www.gridengine.info/?p=393</guid>
		<description><![CDATA[Quick link back to a blog post I just wrote on behalf of my corporate overlords… I pretty exhaustively described the step-by-step instructions necessary to get Grid Engine 2011.11 to build from source on CentOS 6.2 &#8230; <a class="more-link" href="http://www.gridengine.info/2012/01/12/building-open-grid-scheduler-2011-11-on-centos-or-redhat-6/">More<span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Quick link back to a blog post I just wrote on behalf of my corporate overlords…</p>
<p>I pretty exhaustively described the step-by-step instructions necessary to get <a href="http://gridscheduler.sourceforge.net/">Grid Engine 2011.11</a> to build from source on CentOS 6.2 or RHEL 6.2. This method builds almost all of SGE without any of the &#8220;disable just about everything&#8221; shortcuts.</p>
<p>Short link:<br />
<a href="http://bioteam.net/2012/01/building-open-grid-scheduler-on-centos-rhel-6-2/">http://biote.am/6y<br />
</a></p>
<p>Long link:<br />
<a href="http://bioteam.net/2012/01/building-open-grid-scheduler-on-centos-rhel-6-2/">http://bioteam.net/2012/01/building-open-grid-scheduler-on-centos-rhel-6-2/</a></p>
<p>Feedback welcome.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gridengine.info/2012/01/12/building-open-grid-scheduler-2011-11-on-centos-or-redhat-6/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Old versions of gridengine and new versions of Linux</title>
		<link>http://www.gridengine.info/2012/01/11/old-versions-of-gridengine-and-new-versions-of-linux/</link>
		<comments>http://www.gridengine.info/2012/01/11/old-versions-of-gridengine-and-new-versions-of-linux/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 17:32:11 +0000</pubDate>
		<dc:creator>chrisdag</dc:creator>
				<category><![CDATA[MailList Bits]]></category>

		<guid isPermaLink="false">http://www.gridengine.info/?p=390</guid>
		<description><![CDATA[In a mailing list thread where a user asks about an older version of SGE remaining functional through Linux OS updates, Rayson replies with one of the more concise summaries of &#8220;what could cause problems&#8221; with &#8230; <a class="more-link" href="http://www.gridengine.info/2012/01/11/old-versions-of-gridengine-and-new-versions-of-linux/">More<span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>In a <a href="http://gridengine.org/pipermail/users/2011-December/002068.html">mailing list thread</a> where a user asks about an older version of SGE remaining functional through Linux OS updates, Rayson replies with one of the more concise summaries of &#8220;<em>what could cause problems</em>&#8221; with older versions of Grid Engine and the newest Linux distros and kernel versions that I&#8217;ve seen:</p>
<blockquote><p><em>My main concern is that I want to keep the OS up to date.   We are<br />
currently on RHEL 5.3 and at very least I want to update it to the<br />
latest in the 5 stream.    So if I can update the OS without worry of<br />
breaking the current Grid Engine install, I will be happy.<br />
RHEL 5.7 is mostly binary compatible with 5.3, the missing things are<br />
the bug fixes.</em></p>
<p>SGE does not use secret system calls or hooks to get information from<br />
the kernel.  SGE parses the /proc filesystem to fetch most of the<br />
low-level system information on Linux (on AIX it is a different story,<br />
but GE 2011.11 fixed this problem as well on AIX), and if your SGE<br />
6.2u5 installation is working on your machines, then it will (or may<br />
be I should say &#8220;should&#8221;) continue to work after the OS upgrade.</p>
<p><strong>A few things that can break SGE: Linux 3.0 (the kernel version string<br />
difference breaks an SGE shell script), AMD Opteron 6100 series<br />
(Magny-Cours) or 6200 series (Bulldozer/Interlagos &#8230;) &#8211; if you use<br />
core binding, or memory expansion.<br />
</strong></p>
<p>Note that all those issues are fixed in later versions of SGE, but if<br />
you are not doing any of the above upgrades, then SGE 6.2u5 should run<br />
happily.
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.gridengine.info/2012/01/11/old-versions-of-gridengine-and-new-versions-of-linux/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pulling Project name out of an epilog script</title>
		<link>http://www.gridengine.info/2012/01/11/pulling-project-name-out-of-an-epilog-script/</link>
		<comments>http://www.gridengine.info/2012/01/11/pulling-project-name-out-of-an-epilog-script/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 17:24:52 +0000</pubDate>
		<dc:creator>chrisdag</dc:creator>
				<category><![CDATA[MailList Bits]]></category>
		<category><![CDATA[epilog]]></category>

		<guid isPermaLink="false">http://www.gridengine.info/?p=387</guid>
		<description><![CDATA[A user asked how to get a job&#8217;s Project name into the context of an epilog script, Reuti nails it with another nice code snippet. I sorta love epilog stuff that scrapes the contents of $SGE_JOB_SPOOL_DIR &#8230; <a class="more-link" href="http://www.gridengine.info/2012/01/11/pulling-project-name-out-of-an-epilog-script/">More<span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>A <a href="http://gridengine.org/pipermail/users/2011-December/002108.html">user asked</a> how to get a job&#8217;s Project name into the context of an epilog script, Reuti nails it with another nice code snippet. I sorta love epilog stuff that scrapes the contents of $SGE_JOB_SPOOL_DIR &#8212; lots of good info in there…</p>
<blockquote><p><em>And there is no special variable for the project? </em></p>
<p>Aha, you are referring to the project which was assigned already to this job at submission time. Sorry, got it in the wrong way.</p>
<p>There is no direct variable, but you can check:</p>
<p><tt>$ PRJ=$(grep "^acct_project=" $SGE_JOB_SPOOL_DIR/config)<br />
<br/><br />
$ echo ${PRJ#*=}</tt></p>
<p>inside the epilog.</p>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.gridengine.info/2012/01/11/pulling-project-name-out-of-an-epilog-script/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Reconciling exclusive host access with the SGE accounting file</title>
		<link>http://www.gridengine.info/2012/01/11/reconciling-exclusive-host-access-with-the-sge-accounting-file/</link>
		<comments>http://www.gridengine.info/2012/01/11/reconciling-exclusive-host-access-with-the-sge-accounting-file/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 17:20:37 +0000</pubDate>
		<dc:creator>chrisdag</dc:creator>
				<category><![CDATA[MailList Bits]]></category>
		<category><![CDATA[Accounting]]></category>
		<category><![CDATA[exclusive]]></category>

		<guid isPermaLink="false">http://www.gridengine.info/?p=384</guid>
		<description><![CDATA[In this mailing list thread there is an interesting discussion about how to correctly account for all of the Job Slots that are blocked off or made inaccessible by users submitting &#8220;exclusive&#8221; jobs that take over &#8230; <a class="more-link" href="http://www.gridengine.info/2012/01/11/reconciling-exclusive-host-access-with-the-sge-accounting-file/">More<span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>In this <a href="http://gridengine.org/pipermail/users/2011-December/002087.html">mailing list thread</a> there is an interesting discussion about how to correctly account for all of the Job Slots that are blocked off or made inaccessible by users submitting &#8220;exclusive&#8221; jobs that take over an entire execution host. Stuff like this becomes more and more important in the era of commodity boxes with core counts climbing beyond 48 …</p>
<blockquote><p><em>I defined an exclusive  tag in complex resources for users that can request &#8220;-l excl=1 &#8221;<br />
 Such users, lock free slots of hosts  that have added excl=true to consumable resources.</p>
<p>1) In this case, how can I get accounting for all of slots that a user cause to lock on hosts?</em></p>
<p>it&#8217;s not recorded in the accounting file where the job ran, i.e. a &#8220;pe_hostfile&#8221; like record. As a result also the blocked slots are not recorded. What you can try if you need it: use a global (or queue) prolog, which runs under e.g. the sgeadmin account by prefixing it with the name (see `man queue_conf`, resp. `man sge_conf`) and copy the &#8220;pe_hostfile&#8221; with the information of the distribution to a central place. Whether the exclusive access was requested, is recorded already in the accounting file (like all -l resource requests).</p>
<p>With this information, you can compute the real blocked cores then.</p>
<p>&#8211; Reuti
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.gridengine.info/2012/01/11/reconciling-exclusive-host-access-with-the-sge-accounting-file/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>multiple queues without host oversubscription</title>
		<link>http://www.gridengine.info/2012/01/11/multiple-queues-without-host-oversubscription/</link>
		<comments>http://www.gridengine.info/2012/01/11/multiple-queues-without-host-oversubscription/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 16:54:20 +0000</pubDate>
		<dc:creator>chrisdag</dc:creator>
				<category><![CDATA[MailList Bits]]></category>
		<category><![CDATA[Resource Quotas]]></category>
		<category><![CDATA[RQS]]></category>

		<guid isPermaLink="false">http://www.gridengine.info/?p=381</guid>
		<description><![CDATA[Another good tip from the mailing list … Is there a way to assign node to multiple queues but not make the node over subscribed? Are there any tips or reference site with the information? As &#8230; <a class="more-link" href="http://www.gridengine.info/2012/01/11/multiple-queues-without-host-oversubscription/">More<span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><em>Another good tip from the <a href="http://gridengine.org/pipermail/users/2011-October/001810.html">mailing list</a> …<br />
</em></p>
<blockquote><p>
<em>Is there a way to assign node to multiple queues but not make the<br />
node over subscribed? Are there any tips or reference site with the<br />
information? </em><br />
<br/><br/><br />
As Reuti said, one option is an RQS (resource quota set).  I stole this<br />
one from somewhere (my cluster has hosts with differing numbers of CPU<br />
cores):</p>
<pre>

{
    name         limit_slots_to_cores_rqs
    description  Prevents core oversubscription across queues.
    enabled      TRUE
    limit        hosts {*} to slots=$num_proc
}
</pre>
</blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.gridengine.info/2012/01/11/multiple-queues-without-host-oversubscription/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>sharetree usage data via command line</title>
		<link>http://www.gridengine.info/2012/01/11/sharetree-usage-data-via-command-line/</link>
		<comments>http://www.gridengine.info/2012/01/11/sharetree-usage-data-via-command-line/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 16:44:41 +0000</pubDate>
		<dc:creator>chrisdag</dc:creator>
				<category><![CDATA[MailList Bits]]></category>
		<category><![CDATA[sge_share_mon]]></category>
		<category><![CDATA[sharetree]]></category>

		<guid isPermaLink="false">http://www.gridengine.info/?p=378</guid>
		<description><![CDATA[Yet another SGE feature I had no idea about! From the mailing list: Getting share tree usage from the command line? Short answer is that a &#8220;sge_share_mon&#8221; binary actually exists. I plan on checking this out, &#8230; <a class="more-link" href="http://www.gridengine.info/2012/01/11/sharetree-usage-data-via-command-line/">More<span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><em>Yet another SGE feature I had no idea about!</em><br />
From the mailing list:</p>
<blockquote><p><a href="http://gridengine.org/pipermail/users/2011-October/001803.html">Getting share tree usage from the command line?<br />
</a></p></blockquote>
<p>Short answer is that a &#8220;<tt>sge_share_mon</tt>&#8221; binary actually exists. I plan on checking this out, it would be nice if it had an XML output option as well.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gridengine.info/2012/01/11/sharetree-usage-data-via-command-line/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Web GUIs for Grid Engine</title>
		<link>http://www.gridengine.info/2012/01/11/web-guis-for-grid-engine/</link>
		<comments>http://www.gridengine.info/2012/01/11/web-guis-for-grid-engine/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 16:38:57 +0000</pubDate>
		<dc:creator>chrisdag</dc:creator>
				<category><![CDATA[MailList Bits]]></category>
		<category><![CDATA[enginframe]]></category>
		<category><![CDATA[sge4vfx]]></category>
		<category><![CDATA[xmlqstat]]></category>

		<guid isPermaLink="false">http://www.gridengine.info/?p=375</guid>
		<description><![CDATA[In this thread on &#8220;Web GUIs&#8221; the following SGE front ends are discussed (besides xml-qstat). EnginFrame sge4vfx]]></description>
				<content:encoded><![CDATA[<p>In t<a href="http://gridengine.org/pipermail/users/2011-October/001781.html">his thread on &#8220;Web GUIs&#8221;</a> the following SGE front ends are discussed (besides <a href="http://olesenm.github.com/xml-qstat/">xml-qstat</a>).</p>
<ul>
<li><a href="http://www.nice-software.com/products/enginframe">EnginFrame</a></li>
<li><a href="https://github.com/stephenwilley/sge4vfx/wiki">sge4vfx</a></li>
</ul>
]]></content:encoded>
			<wfw:commentRss>http://www.gridengine.info/2012/01/11/web-guis-for-grid-engine/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>Gaussian &amp; LINDA integration with GridEngine</title>
		<link>http://www.gridengine.info/2012/01/11/gaussian-linda-integration-with-gridengine/</link>
		<comments>http://www.gridengine.info/2012/01/11/gaussian-linda-integration-with-gridengine/#comments</comments>
		<pubDate>Wed, 11 Jan 2012 16:31:21 +0000</pubDate>
		<dc:creator>chrisdag</dc:creator>
				<category><![CDATA[MailList Bits]]></category>
		<category><![CDATA[gaussian]]></category>
		<category><![CDATA[linda]]></category>

		<guid isPermaLink="false">http://www.gridengine.info/?p=371</guid>
		<description><![CDATA[Reuti answers a question about integrating the LINDA parallel environment used by Gaussian: We&#8217;ve purchased a license for Gaussian with support for parallelism via Linda. A quick google doesn&#8217;t show up any tight integrations for Linda/SGE. &#8230; <a class="more-link" href="http://www.gridengine.info/2012/01/11/gaussian-linda-integration-with-gridengine/">More<span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>Reuti answers a question about integrating the LINDA parallel environment used by Gaussian:</p>
<blockquote><p>
<em>We&#8217;ve purchased a license for Gaussian with support for parallelism<br />
via Linda.  A quick google doesn&#8217;t show up any tight integrations for<br />
Linda/SGE.<br />
i)Does anyone have a working tight integration config for Linda?  Or<br />
even a Gaussian specific one? </em></p>
<p>it was several times on the list. You can use the one for G03-D.01:</p>
<p><a href="http://markmail.org/message/sgg3dhngpx75i45u">http://markmail.org/message/sgg3dhngpx75i45u</a></p>
<p>The name you specify in linda8.2/opteron-linux/bin/linda_rsh to replace the full path is just a name. It could even be foobar and you create a link called foobar by start_proc_args in $TMPDIR. The final communication method is the one defined in SGE&#8217;s qrsh_startup/qrsh_daemon. It&#8217;s just rsh to make it short.</p>
<p>&#8211; Reuti
</p></blockquote>
]]></content:encoded>
			<wfw:commentRss>http://www.gridengine.info/2012/01/11/gaussian-linda-integration-with-gridengine/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Long Overdue</title>
		<link>http://www.gridengine.info/2011/11/18/long-overdue/</link>
		<comments>http://www.gridengine.info/2011/11/18/long-overdue/#comments</comments>
		<pubDate>Fri, 18 Nov 2011 21:24:22 +0000</pubDate>
		<dc:creator>chrisdag</dc:creator>
				<category><![CDATA[News]]></category>

		<guid isPermaLink="false">http://www.gridengine.info/?p=367</guid>
		<description><![CDATA[You are looking at the same old blog with a new foundation. After years of dealing with the hassle of the Typo blogging engine I&#8217;ve finally migrated the site over to the WordPress blogging platform. The &#8230; <a class="more-link" href="http://www.gridengine.info/2011/11/18/long-overdue/">More<span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p>You are looking at the same old blog with a new foundation. After years of dealing with the hassle of the Typo blogging engine I&#8217;ve finally migrated the site over to the WordPress blogging platform. The blog does not look much different yet as the &#8216;scribish&#8217; theme is available on both platforms.</p>
<p>The move to wordpress will stop the ruby and RAILS-related memory leaks that were causing this site to fall over all the time. I&#8217;m keeping a careful eye on the error logs so I can find and catch any permalink, RSS or XML related errors. Hopefully with enough work I can put in rewrite or redirect rules so that any link that worked on the &#8220;old&#8221; gridengine.info will continue to work. If you notice anything odd or want to highlight something that is broken please feel free to drop me a line at &#8216;dag@sonsorol.org&#8217;.</p>
]]></content:encoded>
			<wfw:commentRss>http://www.gridengine.info/2011/11/18/long-overdue/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Bring the Pain (SGE 6.2u5+ on Mac OS X 10.6.7)</title>
		<link>http://www.gridengine.info/2011/03/30/bring-the-pain-sge-6-2u5-on-mac-os-x-10-6-7/</link>
		<comments>http://www.gridengine.info/2011/03/30/bring-the-pain-sge-6-2u5-on-mac-os-x-10-6-7/#comments</comments>
		<pubDate>Wed, 30 Mar 2011 22:58:45 +0000</pubDate>
		<dc:creator>chrisdag</dc:creator>
				<category><![CDATA[Code & Building from source]]></category>

		<guid isPermaLink="false">http://www.gridengine.info/?p=5</guid>
		<description><![CDATA[{crossposting to bioteam &#38; gridengine.info } The entire point of this post is to show a modern, free (non Oracle) version of Grid Engine running on a 64bit Mac OS X system running OS X 10.6.7&#8230; &#8230; <a class="more-link" href="http://www.gridengine.info/2011/03/30/bring-the-pain-sge-6-2u5-on-mac-os-x-10-6-7/">More<span class="meta-nav">&#8594;</span></a>]]></description>
				<content:encoded><![CDATA[<p><em>{crossposting to bioteam &amp; gridengine.info }</em></p>
<p>The entire point of this post is to show a modern, free (non Oracle) version of Grid Engine running on a 64bit Mac OS X system running OS X 10.6.7&#8230;</p>
<p>The screencaps are from &#8220;Grid Engine 8.0.0alpha&#8221; taken from the Univa-controlled fork hosted over at <a href="http://github.com/gridengine">github</a>.</p>
<p>This is a side effect of my efforts to get closer to the SGE source and get back into the swing of being able to (relatively) easily build binaries from the source tree when needed.</p>
<p>Eventually my personal &#8220;courtesy binaries&#8221; for Grid Engine will all end up here:</p>
<p><a href="http://biote.am/sge">http://biote.am/sge</a></p>
<p>Realistically speaking I think BioTeam will try to maintain binaries for 32-bit and 64-bit versions of Linux as well as 64-bit versions for the shrinking world of Mac OS X based cluster systems running Grid Engine.</p>
<p>Running Grid Engine on a Mac is pretty much a losing proposition in 2011 now that Apple has clearly made the switch to becoming a consumer electronics company. As an enterprise operating system, server or compute node it&#8217;s a choice now only for legacy systems and perhaps engineering nerds like myself who use Mac laptops as workstations and like to have our &#8220;tools&#8221; running locally&#8230;</p>
<p>This particular OS X build actually went pretty smoothly, I managed to get all components to compile including the X11 &#8216;qmon&#8217; GUI and the Java-based GUI installer. Had to build with &#8220;-no-secure&#8221; though which removes the SSL-based &#8220;CSP Secure Mode&#8221; installation option. I&#8217;ll keep trying to get the integrated SSL stuff to work but it&#8217;s not a dealbreaker &#8212; in many years I think I&#8217;ve only found one or two sites that actually operate SGE with certificate-enabled CSP mode.</p>
<p>OS X binaries for Grid Engine have not been uploaded to the<br />
<a href="http://biote.am/sge">http://biote.am/sge</a> site yet as I want to test on a different Mac then the build host just to make sure nothing will bomb out due to missing dependencies.</p>
<p>All the usual problems of running SGE on 10.6+ based systems apply though. I had to use the method described in <a href="http://blog.bioteam.net/2010/02/grid-engine-6-2-on-mac-os-x/">my 2010 blog post</a> to actually get the daemons running.</p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="osx-sge-1.png" src="http://gridengine.info/files/osx-sge-1.png" alt="Osx sge 1" width="500" border="0" /></p>
<p><img style="display: block; margin-left: auto; margin-right: auto;" title="osx-sge-2.png" src="http://gridengine.info/files/osx-sge-2.png" alt="Osx sge 2" width="500" border="0" /></p>
]]></content:encoded>
			<wfw:commentRss>http://www.gridengine.info/2011/03/30/bring-the-pain-sge-6-2u5-on-mac-os-x-10-6-7/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
