Index of /examples/matlab/Tutorials/Archive/Previous/orig/misc/tmp/run-multiple-pct-batch

[ICO]NameLast modifiedSizeDescription

[PARENTDIR]Parent Directory   -  
[   ]myApp.m 2014-11-15 09:30 1.2K 
[   ]run-multiple-pct-bat..>2014-11-15 16:36 3.4K 
[TXT]run_matlab_pct_job 2014-11-15 16:36 1.2K 
[TXT]submitmjobs 2014-11-15 09:15 1.5K 

How To Submit Multiple MATLAB Parallel Computing Toolbox (PCT) Batch Jobs

Batch job submission examples

  1. Copy example files to your folder
    scc1% cp -r /project/scv/examples/matlab/misc/run-multiple-pct-batch  your-path
    scc1% cd run-multiple-pct-batch
    
  2. Submit 1 batch job using default 4 cores
    scc1% submitmjobs 1 run_matlab_pct_job
    The above is equivalent to
    scc1% qsub single_node_batch
    See Single Node Batch
  3. Submit 3 batch jobs using 12 cores
    scc1% submitmjobs -pe omp 12 run_matlab_pct_job
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.