MARSWorkflow: Difference between revisions
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...") |
No edit summary |
||
Line 23: | Line 23: | ||
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]] |
Revision as of 22:16, 13 April 2017
Setup
Start with a clean shell (no Offline setup), and type
setup mu2e 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.