User Tools

Site Tools


cluster:137

Warning: Undefined array key -1 in /usr/share/dokuwiki/inc/html.php on line 1458

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
cluster:137 [2018/04/24 08:28]
hmeij07 [Submitting R2017+ Jobs]
cluster:137 [2019/06/12 13:00] (current)
hmeij07 [Submitting R2017+ Jobs]
Line 8: Line 8:
  
 <code> <code>
-matlab input.m+#!/bin/bash 
 +# create this file then submit 
 +# submit via 'bsub < run.sh' 
 + 
 +#BSUB -q tinymem 
 +#BSUB -J test 
 +#BSUB -o out 
 +#BSUB -e err 
 +# match maxNumCompThreads(8); in matlab code 
 +#BSUB -n 8 
 +# all cores on single host 
 +#BSUB -R "span[hosts=1]" 
 + 
 + 
 + 
 +export PATH=/share/apps/CENTOS6/matlab/R2019a/bin:$PATH 
 + 
 +matlab -nodisplay < myJob.m  > myJob.log 
 </code> </code>
  
-The distributed compute engine version 2015 is still available if you wish to run your old code or parallel jobs. See below. 
  
  
 ==== Submitting R2015a Jobs ==== ==== Submitting R2015a Jobs ====
 +
 +2015 Matlab DCE has been uninstalled
 + --- //[[hmeij@wesleyan.edu|Henk]] 2018/08/30 08:01//
  
 **MATLAB's Distributed Computing Server R2015a requires CentOS6 so launch on swallowtail or petaltail and use all queues but not ''hp12''. **MATLAB's Distributed Computing Server R2015a requires CentOS6 so launch on swallowtail or petaltail and use all queues but not ''hp12''.
cluster/137.1524572894.txt.gz · Last modified: 2018/04/24 08:28 by hmeij07