LUXSimUsingHTCondor: Difference between revisions
Jump to navigation
Jump to search
TapasSarangi (talk | contribs) |
TapasSarangi (talk | contribs) |
||
Line 1: | Line 1: | ||
== Submit HTCondor Jobs == |
== Submit HTCondor Jobs == |
||
* In order to use the computing resources at Wisconsin, one can submit HTCondor jobs to run Simulation |
* In order to use the computing resources at Wisconsin, one can submit HTCondor jobs to run Simulation. Here is an example, how to do it. |
||
ssh lzlogin01.hep.wisc.edu |
ssh lzlogin01.hep.wisc.edu |
||
Example : |
|||
# Make a valid voms-proxy |
|||
voms-proxy-init --voms=lz --valid=142:00 |
|||
# Run farmout script to submit jobs |
|||
python /cvmfs/lz.opensciencegrid.org/sw/bin/farmoutGeneric.py --WorkFlow="test" \ |
python /cvmfs/lz.opensciencegrid.org/sw/bin/farmoutGeneric.py --WorkFlow="test" \ |
||
--nJobs=2 --Executable=/data/tapas/lzsim/submit/RunLUXSim.sh \ |
--nJobs=2 --Executable=/data/tapas/lzsim/submit/RunLUXSim.sh \ |
Revision as of 21:12, 18 August 2015
Submit HTCondor Jobs
- In order to use the computing resources at Wisconsin, one can submit HTCondor jobs to run Simulation. Here is an example, how to do it.
ssh lzlogin01.hep.wisc.edu
# Make a valid voms-proxy voms-proxy-init --voms=lz --valid=142:00
# Run farmout script to submit jobs python /cvmfs/lz.opensciencegrid.org/sw/bin/farmoutGeneric.py --WorkFlow="test" \ --nJobs=2 --Executable=/data/tapas/lzsim/submit/RunLUXSim.sh \ --TransferInputFiles=/data/tapas/lzsim/submit/test.mac
- Above input macro is an example, give full path to your macro.
- RunLUXSim.sh uses HEAD version of LUXSim