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
en:services:application_services:high_performance_computing:software:mathematical_numerical [2023/02/27 10:24] – [MATLAB] venden:services:application_services:high_performance_computing:software:mathematical_numerical [2024/06/14 09:55] (current) – [Command] phoehn
Line 4: Line 4:
  
 ====  MATLAB ==== ====  MATLAB ====
-MATLAB is a universal interactive numerical application system with advanced graphical user interface. You can find some documentation of the provider [[https://de.mathworks.com/support/learn-with-matlab-tutorials.html|here]]. +MATLAB is a universal interactive numerical application system with advanced graphical user interface. MathWorks offers many online beginners tutorials (onramps) to get you started with MATLAB [[https://matlabacademy.mathworks.com/#getting-started|here]]. This also includes onramps to different, more dedicated topics:
- +
-MathWorks also offers many online beginners tutorials (onramps) to get you started with MATLAB [[https://matlabacademy.mathworks.com/#getting-started|here]]. This also includes onramps to different, more dedicated topics:+
  
   *  MATLAB Onramp   *  MATLAB Onramp
Line 13: Line 11:
   * Deep Learning Onramp   * Deep Learning Onramp
   * Image Processing Onramp   * Image Processing Onramp
-  * Signal processing Onramp 
  
-=== Licence === +=== License === 
-On the HPC resources at GWDG there are 5 network licences available for Matlab. Also we have following extensions: Simulink, Optimization Toolbox, Parallel Computing Toolbox and Statistics and Machine Learning Toolbox.+On the HPC resources at GWDG there are 5 network licenses available for Matlab. Also we have the following extensions: Simulink, Optimization Toolbox, Parallel Computing Toolbox and Statistics and Machine Learning Toolbox.
  
-For users from MPG we offer the flat rate [[https://www.soli.mpdl.mpg.de/en/software/matlab/|License from MPG ]], which covers all toolboxes including MATLAB Parallel Server (formerly Distributed computing). However, you need to apply for the access to the license. You can do it by writing to  [[mailto:hpc-support@gwdg.de|hpc-support@gwdg.de]]. +For users from MPG we offer the flat rate [[https://www.soli.mpdl.mpg.de/en/software/matlab/|License from MPG ]], which covers all toolboxes including MATLAB Parallel Server (formerly Distributed computing). However, you need to apply for the access to the license. You can do it by writing to  [[mailto:hpc-support@gwdg.de|hpc-support@gwdg.de]]. With this license you also have access to additional trainings, e.g.: 
 + 
 +   * [[https://matlabacademy.mathworks.com/details/matlab-fundamentals/mlbe|MATLAB Fundamentals (16.5 h)]]  
 +   * [[https://matlabacademy.mathworks.com/details/simulink-fundamentals/slbe|Simulink Fundamentals (8 h)]] 
 +   * [[https://matlabacademy.mathworks.com/details/matlab-for-data-processing-and-visualization/mlvi|MATLAB for Data Processing and Visualization (8 h)]] 
 +   * [[https://matlabacademy.mathworks.com/details/machine-learning-with-matlab/mlml|Machine Learning with MATLAB (12 h)]] 
 +   * [[https://matlabacademy.mathworks.com/details/deep-learning-with-matlab/mldl|Deep Learning with MATLAB (8 h)]] 
 + 
 + 
  
 === Command === === Command ===
Line 35: Line 40:
  
 The current version can be found on the main matlab screen under 'Help - About Matlab'. The current version can be found on the main matlab screen under 'Help - About Matlab'.
 +
 +:!: Note that this example command does not set a time limit, so your job will have the default limit of 1 hour. After that time is up, your session will be killed by the batch system. Make sure to familiarize yourself with the ''srun'' command and its parameters and set a higher time limit by specifying the switch ''-t'', see [[en:services:application_services:high_performance_computing:running_jobs_slurm|here]].
 +
  
 === Parallelization === === Parallelization ===
 +
 The cluster currently has only Parallel Computing Toolbox for Matlab (without Matlab Distributed Computing Server), it means that the opportunities of parallelization are limited in one node. You can only use multiple processors of a **single** computing node. The cluster currently has only Parallel Computing Toolbox for Matlab (without Matlab Distributed Computing Server), it means that the opportunities of parallelization are limited in one node. You can only use multiple processors of a **single** computing node.
  
Line 46: Line 55:
   * tall arrays   * tall arrays
  
 +MPG users can also use the MATLAB Parallel Server to parallelize your application across multiple nodes. Find all information necessary to get started [[https://docs.gwdg.de/doku.php?id=en:services:application_services:high_performance_computing:software:mathematical_numerical:matlab_parallel_server_scc|here]].
 ===== Computer Algebra ===== ===== Computer Algebra =====
  
-Computer algebra is a part of computer science, where algebraic algorithms are designed, analysed, implemented und applied. GWDG provides the following computer algebra systems with different highlights in mathematics and graphics to its users+Computer algebra is a part of computer science, where algebraic algorithms are designed, analyzed, implemented and applied. GWDG provides the following computer algebra systems with different highlights in mathematics and graphics to its users.
  
 ==== Maple ==== ==== Maple ====
Line 71: Line 81:
  
 The current version is printed as the first line of the output. The current version is printed as the first line of the output.
 +
 +:!: Note that this example command does not set a time limit, so your job will have the default limit of 1 hour. After that time is up, your session will be killed by the batch system. Make sure to familiarize yourself with the ''srun'' command and its parameters and set a higher time limit by specifying the switch ''-t'', see [[en:services:application_services:high_performance_computing:running_jobs_slurm|here]].
 ==== Mathematica ==== ==== Mathematica ====
 Mathematica is a universal interactive computer algebra application system with advanced graphical user interface. Mathematica is a universal interactive computer algebra application system with advanced graphical user interface.
  
-=== Lizence ===+=== License ===
 On the HPC ressources at GWDG there are four network licences available for Mathematica. On the HPC ressources at GWDG there are four network licences available for Mathematica.
  
Line 80: Line 92:
  
 First prepare the necessary environment with: First prepare the necessary environment with:
 +
 +''module load rev/21.12''
  
 ''module load mathematica'' ''module load mathematica''
Line 93: Line 107:
 The current version is printed as the first line of the output. The current version is printed as the first line of the output.
  
 +:!: Note that this example command does not set a time limit, so your job will have the default limit of 1 hour. After that time is up, your session will be killed by the batch system. Make sure to familiarize yourself with the ''srun'' command and its parameters and set a higher time limit by specifying the switch ''-t'', see [[en:services:application_services:high_performance_computing:running_jobs_slurm|here]].