#!/bin/bash -l
module load matlab
matlab -nodisplay -r "maxNumCompThreads($NSLOTS); A=rand(1e4); B=A*A'; exit"
