...
cd DY_Target
root -b 'Fun4Sim.C(100010)'
6. Once the job runs locally and looks alright, you can submit a few jobs on the grid before submitting large jobs:
./jobscript.sh test 2 100010
- "test" is the name of this job, used as the name of a new directory to store job outputs.
- "2" is the number of jobs.
- "1000" is the number of events per job.
- Job outputs will appear under /sfs/weka/scratch/<Job_Name>/MC.
- You can use squeue -u user to check the status of your jobs (or use this link: https://ood.hpc.virginia.edu/pun/sys/dashboard/activejobs?jobcluster=all&jobfilter=user
).
7. Once everything looks alright, submit large jobs. For example:
./jobscript.sh DY_Target 100 100001000
Configurations of Event Generation Properly (Last updated on Jan 30, 2025, by Forhad)
...