...
5. Run the following commands on your terminal
$ module load anaconda/2020.11-py3.8
$ module load singularity/3.7.1
$ cp $CONTAINERDIR/tensorflow-module load tensorflow/2.1.0-py37.sif /home/$USER
$ module load tensorflow/cp $CONTAINERDIR/tensorflow-2.1.0-py37.sif /home/$USER
(make sure that you have the same module loads included in your Job.slurm file
6. Run the following command
$ sbatch --array=0-14 Job.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.
...