#!/bin/ksh
 
#-----------------------------------------------------
# invoke this script as follows:
# bsub < run.lsf
#-----------------------------------------------------

#BSUB -oo log
#BSUB -eo log
#BSUB -q dev
#BSUB -R affinity[core]
#BSUB -J test
#BSUB -P GFS-T2O
#BSUB -W 0:02

set -x

convert.exe

exit 0