. $OSPL_HOME/examples/functions

check_osplhome

NAME=Throughput

startOSPL

runZeroThroughputJava5

echo "=== Checking $NAME results"

if [ $SUB_RESULT -ne 0 ]
then
    echo NOK
    echo "*** ERROR : example $NAME failed "
else
    echo OK
fi

stopOSPL
