...
Definitions →
BHDVCStf.py
Lorentz_Vector.py
TVA1_UU.py
Data file → dvcs_xs_May-2021_342_sets.csv
Main file → Full_ML_fit_evaluation_Set2.py
Job submission file → Job2Job.slurm
3. Change the path(s) in the following files
3.1) Highlighted line in "Job2Job.slurm" file (please see below) with the correct path of 'your files'
3.2) Similarly update the paths on "Full_ML_fit_evaluation_Set2.py" file
Line numbers → 22, 31, 154
...
5. Run the following commands on your terminal
$ module load anaconda/2020.11-py3.8
$ module load singularity/3.7.1
$ cp $CONTAINERDIR/tensorflow-2.1.0-py37.sif /home/$USER
$ module load tensorflow/2.1.0-py37
(make sure that you have the same module loads included in your Job2Job.slurm file
6. Run the following command
$ sbatch --array=0-14 Job2Job.slurm
Note: Here 0-14 means the number of kinematic settings that you want to run in parallel (this is parallelization of local fits), and as a part of the output you will see Results#.csv (where # is an integer number) files which contain distributions of Compton Form Factors (CFFs) from each (individual) local fit.
...