#!/bin/sh

export MATLABPATH=/u/murray/mlut/matlab

cd /u/murray/mlut/09gp_hypers/gp_hypers/code/release/data
JOB=gp_job

if [ -e /pkgs/matlab-7.9/bin/matlab ] ; then
    /pkgs/matlab-7.9/bin/matlab -nodisplay -r $JOB
else
    /pkgs/matlab/bin/matlab -nodisplay -r $JOB
fi
