MARSWorkflow: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
(→Setup) |
||
(One intermediate revision 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> | ||
mu2einit | |||
setup mu2egrid | setup mu2egrid | ||
</pre> | </pre> |
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.