Changes between Version 5 and Version 6 of Workshops/HowToRunMatlab2025October
- Timestamp:
- 01/14/26 16:49:35 (5 hours ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Workshops/HowToRunMatlab2025October
v5 v6 8 8 * [https://it.tulane.edu/matlab Matlab Tulane] 9 9 10 11 == Why use a HPC Cluster? == 12 * '''tasks take too long''' 13 * When the task to solve becomes heavy on computations, the operations are typically outsourced from the local laptop or desktop to elsewhere. 14 * Your computation may execute more efficiently if the code supports multithreading or multiprocessing. 15 16 * '''one server is not enough''' 17 * When a single computer can’t handle the required computation or analysis, the work is carried out on larger groups of servers. 18 10 19 === How to run a MATLAB code on Cypress === 11 20 * [[cypress/Matlab| MATLAB on Cypress]]
