Changes between Version 13 and Version 14 of cypress/Matlab
- Timestamp:
- 08/24/16 12:28:21 (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/Matlab
v13 v14 115 115 This will compile files that my_script.m depends upon provided they are in /home/tulaneID/myMatlab 116 116 117 To see help, 118 {{{ 119 mcc -? 120 }}} 121 117 122 === Executing Compiled scripts === 118 123 The above will create a binary executable named my_script. To run the executable as a SLRUM Job, just include the matlab module in your SLURM script. This will provide all the necessary libraries. For example,