<?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>ATLAS Group &#187; Grid and Panda</title>
	<atom:link href="http://physics.bu.edu/sites/atlas/category/grid-and-panda/feed/" rel="self" type="application/rss+xml" />
	<link>http://physics.bu.edu/sites/atlas</link>
	<description>Activities of the Boston University ATLAS Group</description>
	<lastBuildDate>Fri, 02 Mar 2012 17:47:05 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.5</generator>
		<item>
		<title>Grid Setup on the Terriers</title>
		<link>http://physics.bu.edu/sites/atlas/2010/06/21/grid-setup-on-the-terriers/</link>
		<comments>http://physics.bu.edu/sites/atlas/2010/06/21/grid-setup-on-the-terriers/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 13:50:26 +0000</pubDate>
		<dc:creator>Jeremy Love</dc:creator>
				<category><![CDATA[Grid and Panda]]></category>

		<guid isPermaLink="false">http://physics.bu.edu/sites/atlas/?p=94</guid>
		<description><![CDATA[To setup an ATLAS grid environment on the Terriers the prescription is slightly different from lxplus computers. This is due to the 32-bit architecture, and python version compatibility. The correct commands and order are as follows: source /afs/cern.ch/user/a/angelos/ddmafs/DQ2Clients/setup_testing.sh py26 voms-proxy-init -voms atlas If one is starting from scratch, they should follow the detailed step by [...]]]></description>
				<content:encoded><![CDATA[<p>To setup an ATLAS grid environment on the Terriers the prescription is slightly different from lxplus computers. This is due to the 32-bit architecture, and python version compatibility. The correct commands and order are as follows:</p>
<ul>
<li>source /afs/cern.ch/user/a/angelos/ddmafs/DQ2Clients/setup_testing.sh py26</li>
<li>voms-proxy-init -voms atlas</li>
</ul>
<p>If one is starting from scratch, they should follow the detailed step by step instructions found here:</p>
<p>https://twiki.cern.ch/twiki/bin/viewauth/Atlas/WorkBookStartingGrid</p>
<p>Briefly, the necessary pieces are:</p>
<ol>
<li>Obtain a US-Grid certificate, export it from your browser, and install it in your home area in a directory called .globus</li>
<li>Join the ATLAS VO</li>
<li>Prepare your grid certificate by generating usercert.pem and userkey.pem files.</li>
<li>Initialize your user interface, described in the link for lxplus and above for the terriers. This must be done every time you want to use the grid.</li>
</ol>
]]></content:encoded>
			<wfw:commentRss>http://physics.bu.edu/sites/atlas/2010/06/21/grid-setup-on-the-terriers/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Filtering ESDs on the Grid</title>
		<link>http://physics.bu.edu/sites/atlas/2010/06/21/filtering-esds-on-the-grid/</link>
		<comments>http://physics.bu.edu/sites/atlas/2010/06/21/filtering-esds-on-the-grid/#comments</comments>
		<pubDate>Mon, 21 Jun 2010 13:30:42 +0000</pubDate>
		<dc:creator>Jeremy Love</dc:creator>
				<category><![CDATA[Grid and Panda]]></category>

		<guid isPermaLink="false">http://physics.bu.edu/sites/atlas/?p=88</guid>
		<description><![CDATA[Using the acmd.py command one can filter ESDs given a list of events. Here is a perscription for how to do that using the Grid. These commands have been tested and validated using release 15.6.9.13 on a lxplus node. Create a file called eventlist.txt containing the events you want to select. The format should have [...]]]></description>
				<content:encoded><![CDATA[<p>Using the acmd.py command one can filter ESDs given a list of events. Here is a perscription for how to do that using the Grid. These commands have been tested and validated using release 15.6.9.13 on a lxplus node.</p>
<ol>
<li>Create a file called eventlist.txt containing the events you want to select. The format should have two columns the first is run number the second is event number. This file must be <strong>in the local directory</strong> where you will issue the prun command.</li>
<li>Set up your release and grid environment. I have used 15.6.9.13</li>
<li>Issue the following command in a directory containing the file eventlist.txt:<br />
%&gt;prun &#8211;exec &#8220;acmd.py filter-files -o filter.ESD.pool.root -s eventlist.txt \`echo %IN | sed &#8216;s/,/ /g&#8217;\`&#8221; &#8211;outputs filter.ESD.pool.root &#8211;athenaTag=15.6.9.13,AtlasProduction &#8211;nFilesPerJob 12 &#8211;dbRelease LATEST &#8211;inDS <strong><em>ESDDATASET</em></strong> &#8211;outDS <em><strong>OUTPUTDATASETNAME</strong></em><br />
Here you would like to change ESDDATASET to the dataset you wish to run on, and OUTPUTDATSETNAME to the output dataset name. Everything else should be the same.</li>
<li>When the prun jobs have completed dq2-get the results using:<br />
dq2-get <em><strong>OUTPUTDATASETNAME</strong></em></li>
<li>cd to the directory of <strong><em>OUTPUTDATSETNAME</em></strong></li>
<li>Merge the output ESD files with the following command:<br />
Merging_trf.py &#8211;omitvalidation=ALL inputESDFile=`ls user*.root* | tr -d &#8216;\n&#8217; |sed &#8216;s/.rootu/.root,u/g&#8217;` &#8211;ignoreerrors=ALL autoConfiguration=everything outputESDFile=Filter.merge.ESD.pool.root</li>
</ol>
<p>This final command will produce a single output file from all the subjob ESDs, it ignores ESDs with zero entries, and the time it takes to run is dependent on the number of ESDs. For run 156682 with 66 subjobs it took ~10min to run interactively on an lxplus node. In total this took ~40min from start to finish.</p>
]]></content:encoded>
			<wfw:commentRss>http://physics.bu.edu/sites/atlas/2010/06/21/filtering-esds-on-the-grid/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>