MARSWorkflow: Difference between revisions

From Mu2eWiki
Jump to navigation Jump to search
(Created page with "==Setup== Start with a clean shell (no Offline setup), and type <pre> setup mu2e setup mu2egrid </pre> ==G4beamline job example== <pre> cd /grid/fermiapp/mu2e/personal/gandr...")
 
 
(2 intermediate revisions by one other user not shown)
Line 1: Line 1:
<span style="font-size:18pt">These MARS instructions are out of date, please see Vitaly Pronskikh for current instructions.</span>
==Setup==
==Setup==
Start with a clean shell (no Offline setup), and type
Start with a clean shell (no Offline setup), and type


<pre>
<pre>
setup mu2e
mu2einit
setup mu2egrid
setup mu2egrid
</pre>
</pre>
Line 23: Line 26:
visible from grid worker nodes. Placing them under /grid/fermiapp
visible from grid worker nodes. Placing them under /grid/fermiapp
would do.
would do.
[[Category:Computing]]
[[Category:Workflows]]

Latest revision as of 22:16, 19 July 2024

These MARS instructions are out of date, please see Vitaly Pronskikh for current instructions.

Setup

Start with a clean shell (no Offline setup), and type

mu2einit
setup mu2egrid

G4beamline job example

cd /grid/fermiapp/mu2e/personal/gandr/G4BeamlineScripts
tar cf Geometry.tar Geometry
mu2eg4bl --in=Mu2E.in --tar=Geometry.tar --njobs=3 --events-per-job=10

MARS job example

cd /grid/fermiapp/your-mars-files-directory
mu2emars --executable=./2grredjan --input MARSBASE.INP --njobs=3

Note that the executable and all necessary INP etc files must be visible from grid worker nodes. Placing them under /grid/fermiapp would do.