#!/bin/bash --login
#$ -cwd                  # Application will run from current working directory
#$ -N juliaVertex        # Name given to batch job (optional)
#$ -pe smp.pe 8         # Request 16 cores using SMP parallel environment
#$ -m bea
#$ -M christopher.revell@manchester.ac.uk

/mnt/iusers01/maths01/x85521cr/julia-1.7.2/bin/julia -t $NSLOTS scripts/runBatchCSF.jl
