Back to home page

EIC code displayed by LXR

 
 

    


Warning, /snippets/JetsAndHF/Job_submission_RCF/README.md is written in an unsupported language. File is not indexed.

0001 This respository hosts scripts and macros for illustrating how to submit batch jobs on RCF through Condor.
0002 
0003 Here are the steps
0004 * Log into your EIC account on RCF
0005 * Clone this respository
0006 * Optional: prepare file lists for the simulation campaign you want to analyze
0007   * Use ```input_files/prep_file_list.sh```
0008   * Remember to modify the script to fetch the simulation files you want
0009 * Submit jobs
0010   * This needs to be done outside of eic-shell
0011   * Replace the path to eic-shell to yours in ```job_run.sh``` 
0012   * To run a local test, use ```./submit_jobs.sh 0```
0013   * To submit batch jobs, use ```./submit_jobs.sh 1```
0014      * It creates a file called "CondorFile_submit", and ```condor_submit CondorFile_submit``` submits the jobs, which execute ```job_run.sh``` to run ```analysis.C```
0015      * If you run through you own file lists, remember to make changes accordingly in ```submit_jobs.sh```