Warning: Undefined array key "DOKU_PREFS" in /usr/share/dokuwiki/inc/common.php on line 2082
cluster:96 [DokuWiki]

User Tools

Site Tools


cluster:96

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
Last revision Both sides next revision
cluster:96 [2011/02/24 16:05]
hmeij
cluster:96 [2013/09/06 14:45]
hmeij [Matlab 2013a]
Line 1: Line 1:
 \\ \\
 **[[cluster:0|Home]]** **[[cluster:0|Home]]**
 +
 +==== Note ====
 +
 +You can also run matlab jobs via scripts like the other software.
 +
 +Create a file with the matlab commands and then create a shell script to submit the job.
 +
 +It would look like
 +
 +<code>
 +
 +#!/bin/bash
 +# submit via 'bsub < run.serial'
 +
 +#BSUB -q matlab
 +
 +#BSUB -J test
 +#BSUB -o test.stdout
 +#BSUB -e test.stderr
 +
 +
 +
 +matlab -no display < my_code.m > /dev/null
 +
 +</code>
 +
 +==== Matlab 2013a ====
 +
 +Is now the default matlab version, just change the paths in scripts below
 + --- //[[hmeij@wesleyan.edu|Meij, Henk]] 2013/03/14 14:57//
  
 ==== Matlab 2010b ==== ==== Matlab 2010b ====
cluster/96.txt ยท Last modified: 2015/03/13 13:52 by hmeij