<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en">
	<id>http://wiki.docking.org/index.php?action=history&amp;feed=atom&amp;title=Code_to_report_wynton_usage_by_year</id>
	<title>Code to report wynton usage by year - Revision history</title>
	<link rel="self" type="application/atom+xml" href="http://wiki.docking.org/index.php?action=history&amp;feed=atom&amp;title=Code_to_report_wynton_usage_by_year"/>
	<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Code_to_report_wynton_usage_by_year&amp;action=history"/>
	<updated>2026-04-08T17:29:46Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.39.1</generator>
	<entry>
		<id>http://wiki.docking.org/index.php?title=Code_to_report_wynton_usage_by_year&amp;diff=16541&amp;oldid=prev</id>
		<title>Frodo: asdf</title>
		<link rel="alternate" type="text/html" href="http://wiki.docking.org/index.php?title=Code_to_report_wynton_usage_by_year&amp;diff=16541&amp;oldid=prev"/>
		<updated>2025-02-06T19:52:10Z</updated>

		<summary type="html">&lt;p&gt;asdf&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
select  sge_project,&lt;br /&gt;
        sge_owner, &lt;br /&gt;
        sge_qname, &lt;br /&gt;
        sge_granted_pe, &lt;br /&gt;
        sge_slots, &lt;br /&gt;
        round(sum ( gen_slot_hours)) as sum_slot_hours, &lt;br /&gt;
        round(avg(gen_cpu_time_div_wallclock)::numeric,2) as avg_threadiness,&lt;br /&gt;
        count(*) &lt;br /&gt;
from accounting &lt;br /&gt;
where   gen_end_time &amp;gt;= &amp;#039;2024-01-01&amp;#039;&lt;br /&gt;
        and gen_end_time &amp;lt;= &amp;#039;2024-12-31&amp;#039;  &lt;br /&gt;
        and sge_qname not like &amp;#039;%gpu%&amp;#039; &lt;br /&gt;
group by 1,2,3,4,5  &lt;br /&gt;
order by count desc ;&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
[[Category:Internal]]&lt;/div&gt;</summary>
		<author><name>Frodo</name></author>
	</entry>
</feed>