...
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 1000
- test "test" is the name of this job, used as the name of a new directory to store job outputs.
- 2 "2" is the number of jobs.
- 1000 "1000" is the number of events per job.
- Job outputs will appear under ` /sfs/weka/scratch/<username>/MC`MC.
- You can use `squeue squeue -u user` user to check the status of your jobs (or use the "Active Jobs" tab on your UVA OpenOnDemand web page(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`10000
8. For more detailed information regarding job submissions, read the instructions here: SpinQuest Monte Carlo Generation on Rivanna(https://confluence.admin.virginia.edu/display/twist/SpinQuest+Monte+Carlo+Generation+on+Rivanna).
...