How To Submit MATLAB Parallel Computing Toolbox (PCT) Batch Job
Batch job submission examples
- Copy example files to your folder
scc1% cp -r /project/scv/examples/matlab/misc/run-single-node-batch your-preferred-path
scc1% cd run-single-node-batch
- Submit batch job using default cores (-pe omp 4)
scc1% qsub single_node_batch
- Submit batch job (override script with 12 cores)
scc1% qsub -pe omp 12 single_node_batch
Kadin Tseng, Research Computing Services, IS&T, Boston University
Created : July, 2014
Modified :