#!/bin/bash -l # Assign a name to this job. #$ -N nonblocking_python # Load the desired version of Python. module load python3/3.6.5 # Run the Python script. python non-blocking.py