...
- "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/<username><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 10000
Configurations of Event Generation Properly (Last updated on Jan 30, 2025, by Forhad)
The setting of the event generation is configured in Fun4All.C
as usual. But note that the number of events/job that you set is of accepted events, not all_generated events. The followings are recommended numbers of events/job and jobs:
Vertex Location | Channel | Generator | Acceptance Conditions | Total Events | Rivanna HPC Cluster (Wall Time) |
---|---|---|---|---|---|
Target | DY | Pythia8 | True | 100 | |
Target | DY | Legacy E906 | True | 100 | |
Target | JPsi | Pythia8 | True | 100 | |
Target | JPsi | Legacy E906 | True | 100 |
Here are the updated instruction of generating Monte Carlo for SpinQuest simulations and analysis
...