<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en-GB">
	<id>https://t2bwiki.iihe.ac.be/index.php?action=history&amp;feed=atom&amp;title=LocalSubmission_withCrab</id>
	<title>LocalSubmission withCrab - Revision history</title>
	<link rel="self" type="application/atom+xml" href="https://t2bwiki.iihe.ac.be/index.php?action=history&amp;feed=atom&amp;title=LocalSubmission_withCrab"/>
	<link rel="alternate" type="text/html" href="https://t2bwiki.iihe.ac.be/index.php?title=LocalSubmission_withCrab&amp;action=history"/>
	<updated>2026-04-20T16:14:39Z</updated>
	<subtitle>Revision history for this page on the wiki</subtitle>
	<generator>MediaWiki 1.43.5</generator>
	<entry>
		<id>https://t2bwiki.iihe.ac.be/index.php?title=LocalSubmission_withCrab&amp;diff=166&amp;oldid=prev</id>
		<title>Maintenance script: Created page with &quot; THIS PAGE IS OBSOLETE.   == CRAB submission to local queue on the T2_BE_IIHE cluster ==  &#039;&#039;&#039;Remark: This kind of crab submission is not supported for 64bit CMSSW release...&quot;</title>
		<link rel="alternate" type="text/html" href="https://t2bwiki.iihe.ac.be/index.php?title=LocalSubmission_withCrab&amp;diff=166&amp;oldid=prev"/>
		<updated>2015-08-26T12:28:45Z</updated>

		<summary type="html">&lt;p&gt;Created page with &amp;quot; THIS PAGE IS OBSOLETE.   == CRAB submission to local queue on the T2_BE_IIHE cluster ==  &amp;#039;&amp;#039;&amp;#039;Remark: This kind of crab submission is not supported for 64bit CMSSW release...&amp;quot;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;&lt;br /&gt;
THIS PAGE IS OBSOLETE.&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
== CRAB submission to local queue on the T2_BE_IIHE cluster ==&lt;br /&gt;
&lt;br /&gt;
&amp;#039;&amp;#039;&amp;#039;Remark: This kind of crab submission is not supported for 64bit CMSSW releases&amp;#039;&amp;#039;&amp;#039;&lt;br /&gt;
&lt;br /&gt;
=== Aim ===&lt;br /&gt;
&lt;br /&gt;
*This page will explain the procedure and policies to submit jobs to the local queue using CRAB&lt;br /&gt;
*This procedure allows users to submit CMSSW code on the local cluster accessing data in DBS &lt;br /&gt;
*It is useful to use this procedure to not overload the User Interfaces (mX machines).&lt;br /&gt;
&lt;br /&gt;
=== Procedure ===&lt;br /&gt;
&lt;br /&gt;
*The feature of submitting to the local PBS queue at IIHE is available in the customized release /user/cmssoft/crab/CRAB_2_7_7_IIHE. &lt;br /&gt;
 &lt;br /&gt;
*You project must be located in /localgrid/&amp;lt;your_user_name&amp;gt;/.&lt;br /&gt;
*You must create a proxy (it will be needed in case of stage out to the SE maite) :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
voms-proxy-init --voms cms:/cms/becms&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Set your environment as usual, sourcing the customized CRAB release :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
cd /localgrid/&amp;lt;your_user_name&amp;gt;/...blablabla.../CMSSW_X_Y_Z/src/&lt;br /&gt;
source $VO_CMS_SW_DIR/cmsset_default.(c)sh&lt;br /&gt;
cmsenv&lt;br /&gt;
source /user/cmssoft/crab/CRAB_2_7_7_IIHE/crab.(c)sh&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
*Modify your crab.cfg. It should look like this :&lt;br /&gt;
&amp;lt;pre&amp;gt;&lt;br /&gt;
[CRAB]&lt;br /&gt;
jobtype                 = cmssw&lt;br /&gt;
scheduler               = pbs&lt;br /&gt;
use_server              = 0&lt;br /&gt;
&lt;br /&gt;
[CMSSW]&lt;br /&gt;
datasetpath = /RelValProdTTbar/JobRobot-MC_3XY_V24_JobRobot-v1/GEN-SIM-DIGI-RECO&lt;br /&gt;
pset                    = tutorial.py&lt;br /&gt;
events_per_job          = 2&lt;br /&gt;
number_of_jobs          = 1&lt;br /&gt;
output_file             = outfile.root&lt;br /&gt;
ignore_edm_output       = 1&lt;br /&gt;
&lt;br /&gt;
[USER]&lt;br /&gt;
copy_data             = 1&lt;br /&gt;
storage_element       = T2_BE_IIHE&lt;br /&gt;
user_remote_dir       = crabpbstest&lt;br /&gt;
publish_data            = 1&lt;br /&gt;
publish_data_name       = crabpbstest&lt;br /&gt;
dbs_url_for_publication = https://cmsdbsprod.cern.ch:8443/cms_dbs_ph_analysis_02_writer/servlet/DBSServlet&lt;br /&gt;
&lt;br /&gt;
thresholdLevel          = 0&lt;br /&gt;
xml_report              = Report.xml&lt;br /&gt;
&lt;br /&gt;
[GRID]&lt;br /&gt;
virtual_organization    = cms&lt;br /&gt;
group                   = becms&lt;br /&gt;
&lt;br /&gt;
[PBS]&lt;br /&gt;
server = cream02.iihe.ac.be&lt;br /&gt;
queue = localgrid&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
*You may now type the usual CRAB commands.&lt;br /&gt;
&lt;br /&gt;
=== Comments and FAQ ===&lt;br /&gt;
&lt;br /&gt;
*none&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
&lt;br /&gt;
{{TracNotice|{{PAGENAME}}}}&lt;/div&gt;</summary>
		<author><name>Maintenance script</name></author>
	</entry>
</feed>