Changes between Version 19 and Version 20 of cypress/Matlab
- Timestamp:
- 08/27/2026 04:32:29 PM (8 days ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
cypress/Matlab
v19 v20 4 4 plotting of functions and data, implementation of algorithms, and creation of user interfaces. 5 5 6 You can run your MATLAB code son Cypress clusters, but you can't use the GUI(Graphical User Interface) on computing nodes.6 You can run your MATLAB code on Cypress clusters, but you can't use the GUI(Graphical User Interface) on computing nodes. 7 7 8 8 … … 18 18 matlab/r2022b matlab/r2023a 19 19 }}} 20 == Running MATLAB interactively in Jupyter Notebook == 21 See [wiki:RunningMATLABonJupyterNoteBook here]. 20 22 21 23 22 == Running MATLAB interactively == … … 60 59 >> 61 60 }}} 62 You will get to the MATLAB command -line and can run MATLAB code here, but '''no graphics'''.61 You will get to the MATLAB command line and can run MATLAB code here, but '''no graphics'''. 63 62 64 63 === Running MATLAB interactively with GUI === … … 296 295 }}} 297 296 297 == Running MATLAB interactively in Jupyter Notebook == 298 See [wiki:RunningMATLABonJupyterNoteBook here]. 299 298 300 === Running MATLAB with Automatic Offload === 301 This feature is no longer available since MATLAB R2020a. See [wiki:RunningMATLABwithXeonPhi here] to run MATLAB with Intel Xeon Phi. 302 299 303 Internally, MATLAB uses Intel MKL Basic Linear Algebra Subroutines (BLAS) and Linear Algebra package (LAPACK) routines to perform the underlying computations when running on Intel processors. 300 304 301 Intel MKL includes Automatic Offload (AO) feature that enables computationally intensive Intel MKL functions to offload partial workload to attached '''Intel Xeon Phi''' coprocessors automatically and transparently.305 Intel MKL includes the Automatic Offload (AO) feature that enables computationally intensive Intel MKL functions to offload partial workload to attached '''Intel Xeon Phi''' coprocessors automatically and transparently. 302 306 303 307 As a result, MATLAB performance can benefit from Intel Xeon Phi coprocessors via the Intel MKL AO feature when problem sizes are large enough to amortize the cost of transferring data to the coprocessors.
