Julia

#!/bin/bash

#$ -cwd
#$ -l h_rt=8:00:00,h_data=2g
#$ -o stdout.$JOB_ID
#$ -e stderr.$JOB_ID
#$ -j n
#$ -m bea

# Use system-wise modules
source /u/local/Modules/default/init/modules.sh
module load julia

# Run program
julia [arg1] [arg2] /path/to/your/Julia/script.jl