...
- copy the "singularity" which is the bundel tensorflow package: cp $CONTAINERDIR/tensorflow-1.12.0-py36.simg <YOUR DIRECTORY>
- If step-1 above does not work, for the first time you need to run this command: module load singularity/2.6.1 and after that run this command: module load tensorflow/1.12.0-py36 ; It will tell you how to copy the container.
- Run the JOB: sbatch hello5.slurm
- See the job status: scontrol show job <your job id (it will appear after you submit the job>
- Wait at around 20-25 minutes to complete the job
- Once the job complete you will see some *.png files and output text files.
...