#!/bin/csh
matlab -nodisplay -singleCompThread -r "n=$SGE_TASK_ID, rand(n); exit"
