#!/bin/csh
matlab -nodisplay -r "maxNumCompThreads($NSLOTS); maxNumCompThreads, A=rand(10000); B=A*A'; exit"
