srun suggestions
Mon, May 25, 2015Examples
Paul’s Suggestion for Matlab Parallel Jobs
Stick with 8 cores (out of 16 for hpcf2013) for Matlab
srun -p batch --exclusive --constraint=hpcf2013 --qos=medium --mem=16000 -time=1-00:00:00 --cpus-per-task 8 -N 1 --pty /bin/bash
Or, only ask for 8 cores (share with others) but qos long
srun --partition=batch --qos=long --mem=32000 --cpus-per-task 8 -N 1 --constraint=hpcf2013 --pty /bin/bash
To check what cores you are using: taskset -pc