#!/bin/tcsh 
#BSUB -L /bin/tcsh
#BSUB -n 128
#BSUB -R "span[ptile=4]"
#BSUB -J HaloF5_SF
#BSUB -oo HaloF5_SF.o%J
#BSUB -eo HaloF5_SF.e%J
#BSUB -q cosma
#BSUB -P durham
#BSUB -W 72:00

module purge
source ~/.gadgetload

# Change to the directory where the job was submitted
cd $LS_SUBCWD

# Run the program
bash ./subfind_all_high.sh


