Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  1. copy the "singularity" which is the bundel tensorflow package: cp $CONTAINERDIR/tensorflow-1.12.0-py36.simg <YOUR DIRECTORY>
  2. 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.
  3. Run the JOB: sbatch hello5.slurm
  4. See the job status: scontrol show job <your job id (it will appear after you submit the job>
  5. Wait at around 20-25 minutes to complete the job
  6. Once the job complete you will see some *.png files and output text files.

...