Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Last revisionBoth sides next revision
en:services:application_services:high_performance_computing:workshops:matlab-on-scc-2023 [2023/01/30 20:47] – styling and layout venden:services:application_services:high_performance_computing:workshops:matlab-on-scc-2023 [2023/01/30 21:06] – [INSTALLATION and CONFIGURATION – MATLAB client on the desktop] vend
Line 13: Line 13:
 Jobs will now default to the cluster rather than submit to the local machine. Jobs will now default to the cluster rather than submit to the local machine.
  
-==== INSTALLATION and CONFIGURATION – MATLAB client on the desktop =====+===== INSTALLATION and CONFIGURATION – MATLAB client on the desktop =====
  
 The SCC MATLAB support package can be found at {{ :en:services:application_services:high_performance_computing:workshops:gwdg.nonshared.r2022b.zip |here}}. The SCC MATLAB support package can be found at {{ :en:services:application_services:high_performance_computing:workshops:gwdg.nonshared.r2022b.zip |here}}.
Line 253: Line 253:
 The job now runs in 4.73 seconds using eight workers.  Run code with different number of workers to determine the ideal number to use. The job now runs in 4.73 seconds using eight workers.  Run code with different number of workers to determine the ideal number to use.
 Alternatively, to retrieve job results via a graphical user interface, use the Job Monitor (Parallel > Monitor Jobs). Alternatively, to retrieve job results via a graphical user interface, use the Job Monitor (Parallel > Monitor Jobs).
 +
 +{{ :en:services:application_services:high_performance_computing:workshops:matlab_gui.png?nolink&400 |}}
  
 ===== DEBUGGING ===== ===== DEBUGGING =====
Line 273: Line 275:
 </code> </code>
  
 +===== HELPER FUNCTIONS =====
 +^ Function           ^ Description                                            | Desktop-only  |
 +| clusterFeatures    | List of scheduler features/constraints                               |
 +| clusterGpuCards    | List of cluster GPU cards                              |               |
 +| clusterQueueNames  | List of scheduler queue names                          |               |
 +| disableArchiving   | Modify file archiving to resolve file mirroring issue  | true          |
 +| fixConnection      | Reestablish cluster connection                         | true          |
 +| willRun            | Explain, why job is not running                        |               |
  
-HELPER FUNCTIONS +===== TO LEARN MORE =====
-Function +
-Description +
-Desktop-only +
-clusterFeatures +
-List of scheduler features/constraints +
- +
-clusterGpuCards +
-List of cluster GPU cards +
- +
-clusterQueueNames +
-List of scheduler queue names +
- +
-disableArchiving +
-Modify file archiving to resolve file mirroring issue +
-true +
-fixConnection +
-Reestablish cluster connection +
-true +
-willRun +
-Explain why job is not running+
  
-TO LEARN MORE 
 To learn more about the MATLAB Parallel Computing Toolbox, check out these resources: To learn more about the MATLAB Parallel Computing Toolbox, check out these resources:
-    • Parallel Computing Coding Examples +  * [[https://www.mathworks.com/help/parallel-computing/examples.html|Parallel Computing Coding Examples]] 
-    • Parallel Computing Documentation +  * [[http://www.mathworks.com/help/distcomp/index.html|Parallel Computing Documentation]] 
-    • Parallel Computing Overview +  * [[http://www.mathworks.com/products/parallel-computing/index.html|Parallel Computing Overview]] 
-    • Parallel Computing Tutorials +  * [[http://www.mathworks.com/products/parallel-computing/tutorials.html|Parallel Computing Tutorials]] 
-    • Parallel Computing Videos +  * [[http://www.mathworks.com/products/parallel-computing/videos.html|Parallel Computing Videos]] 
-    • Parallel Computing Webinars+  * [[http://www.mathworks.com/products/parallel-computing/webinars.html|Parallel Computing Webinars]]