Index of /examples/matlab/Tutorials/Archive/Previous/orig/misc/tmp/run-single-node-batch

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]myApp.m 2014-11-08 15:05 1.2K 
[   ]run-single-node-batc..>2014-11-15 16:30 2.6K 
[TXT]single_node_batch 2014-11-15 16:29 1.5K 

How To Submit MATLAB Parallel Computing Toolbox (PCT) Batch Job

Batch job submission examples

  1. 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
    
  2. Submit batch job using default cores (-pe omp 4)
    scc1% qsub single_node_batch
  3. 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 :
Note: Research Computing Services (RCS) example programs are provided "as is" without any warranty of any kind. The user assumes the entire risk of quality, performance, and repair of any defects. You are encouraged to copy and modify any of the given examples for your own use.