cluster:137
Differences
This shows you the differences between two versions of the page.
| Both sides previous revisionPrevious revisionNext revision | Previous revision | ||
| cluster:137 [2015/03/31 19:27] – [Submitting R2015a Jobs] hmeij | cluster:137 [2019/06/12 17:00] (current) – [Submitting R2017+ Jobs] hmeij07 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| \\ | \\ | ||
| **[[cluster: | **[[cluster: | ||
| + | |||
| + | |||
| + | ==== Submitting R2017+ Jobs ==== | ||
| + | |||
| + | Wesleyan has obtained a campus wide site license for Matlab since version 2017. Hence there is no need to check out a license and the queue '' | ||
| + | |||
| + | < | ||
| + | #!/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); | ||
| + | #BSUB -n 8 | ||
| + | # all cores on single host | ||
| + | #BSUB -R " | ||
| + | |||
| + | |||
| + | |||
| + | export PATH=/ | ||
| + | |||
| + | matlab -nodisplay < myJob.m | ||
| + | |||
| + | </ | ||
| + | |||
| ==== Submitting R2015a Jobs ==== | ==== Submitting R2015a Jobs ==== | ||
| + | |||
| + | 2015 Matlab DCE has been uninstalled | ||
| + | --- // | ||
| **MATLAB' | **MATLAB' | ||
cluster/137.1427830058.txt.gz · Last modified: by hmeij
