#!/bin/sh # Wrapper around matlab for the Distributed Computing Toolbox # DO NOT CREATE SYMBOLIC LINKS TO THIS SCRIPT. # Copyright 2006 The MathWorks, Inc. # The following line assumes that this script is not being run via a symbolic # link. bindir=`dirname $0` if [ "$1" = "-parallel" ] then MDCE_PARALLEL=1 export MDCE_PARALLEL shift fi # Call matlab with the right arguments exec "${bindir}/matlab" -dmlworker -nodisplay -r distcomp_evaluate_filetask $*