#!/bin/bash
#$ -S /bin/bash
#
# Set directory to write output files
#$ -o /home/janvier/outputfiles/
#$ -e /home/janvier/outputfiles/
#Execute from current working directory
#$ -cwd
#
# Put your Job commands here.
#
#------------------------------------------------

    run_corhel_batch -cr 1913 -res low -tpltxint 10 >& corhel.log

#------------------------------------------------
