#!/bin/bash -l #List various flags needed for this job # job name #$-N job_matmul # time limit #$-l h_rt=12:00:00 #join error and output streams #$-j y # specify the number of cpus #$-pe omp 1 # specify the number of gpus #$-l gpus=1 # specify GPU capability #$-l gpu_c=3.5 #Load modules module load python3/3.6.5 module load tensorflow/1.13.1 #Run python script python matmul.py