#!/bin/bash --login
# Set the job time
#$ -l h_rt=0:5:0
# Set the account to charge to (change this to your account, gy03 for training)
#$ -A gy03
# Shift to the directory that the job was submitted from
#$ -cwd
# Send environment with script (needed to get code modules)
#$ -V

hostname
./vadd
