<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1">
<style type="text/css" style="display:none;"> P {margin-top:0;margin-bottom:0;} </style>
</head>
<body dir="ltr">
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Dear Xinjie,</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Here is an example of my condor script. It is tailored to our computing system so I'm not saying this is exactly what you should do. Perhaps you need the '<span style="font-family: Calibri, Arial, Helvetica, sans-serif; background-color: rgb(255, 255, 255); display: inline !important">transfer_input_files'
 line to transfer the required file to your worker node? You can also see that I transfer a .placements file for placing geometrical objects and another file which has a script which transfers the created root files to the hadoop file system for storage when
 the job finishes.</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span style="font-family: Calibri, Arial, Helvetica, sans-serif; background-color: rgb(255, 255, 255); display: inline !important"><br>
</span></div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
Best wishes,<br>
Lana</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<br>
</div>
<div style="font-family: Calibri, Arial, Helvetica, sans-serif; font-size: 12pt; color: rgb(0, 0, 0);">
<span></span><span>universe = vanilla<br>
</span>
<div>getenv = true<br>
</div>
<div>Executable     = /software/lbk/gate/GateInstall/bin/Gate<br>
</div>
<div>transfer_input_files = transfers/transfer_script_SmallExample, GateMaterials.db, Materials.xml, data/peaks.placements<br>
</div>
<div>request_cpus = 1<br>
</div>
<div>request_memory = 120<br>
</div>
<div>when_to_transfer_output = on_exit_or_evict<br>
</div>
<div>requirements=(OpSysAndVer == "SL6")<br>
</div>
<div>+PostCmd        = "transfer_script_SmallExample"<br>
</div>
<div><br>
</div>
<div><br>
</div>
<div>Arguments      = /users/lbk/Radiotherapy/gateSplitDir/.Gate//SmallExample1//SmallExample1.mac<br>
</div>
<div>Output         = /storage/lbk/SmallExample/SmallExample1.out<br>
</div>
<div>Error          = /storage/lbk/SmallExample/SmallExample1.err<br>
</div>
<div>Log            = /storage/lbk/SmallExample/SmallExample1.log<br>
</div>
<span>Queue</span><span></span><br>
</div>
<div>
<div id="Signature">
<div id="divtagdefaultwrapper" dir="ltr" style="font-size:12pt; color:#000000; font-family:Calibri,Helvetica,sans-serif">
<p style="margin-top: 0px; margin-bottom: 0px;margin-top:0; margin-bottom:0"><br>
</p>
<p style="margin-top: 0px; margin-bottom: 0px;"></p>
</div>
</div>
</div>
</body>
</html>