This shows you the differences between two versions of the page.
Both sides previous revision Previous revision Next revision | Previous revision | ||
cluster:137 [2018/08/30 12:02] hmeij07 |
cluster:137 [2019/06/12 17:00] (current) hmeij07 [Submitting R2017+ Jobs] |
||
---|---|---|---|
Line 16: | Line 16: | ||
#BSUB -o out | #BSUB -o out | ||
#BSUB -e err | #BSUB -e err | ||
+ | # match maxNumCompThreads(8); | ||
+ | #BSUB -n 8 | ||
+ | # all cores on single host | ||
+ | #BSUB -R " | ||
- | export PATH=/ | + | |
+ | |||
+ | export PATH=/ | ||
matlab -nodisplay < myJob.m | matlab -nodisplay < myJob.m | ||
Line 23: | Line 29: | ||
</ | </ | ||
- | The distributed compute engine version 2015 is still available if you wish to run your old code or parallel jobs. See below. | ||