#!/bin/bash -l # Request a few cores #$ -pe omp 4 # join the stdout and stderr output #$ -j y # Load a Python3 module module load python3/3.8.6 # Run the example. python multiproc_pool.py