Difference between revisions of "Proposed template"
From HPC
(→Application Details) |
|||
Line 8: | Line 8: | ||
{{note}} : news, new versions, upcomming events and if something wrong. | {{note}} : news, new versions, upcomming events and if something wrong. | ||
− | |||
− | + | === Interactive === | |
+ | Interactive with full graphical interface: | ||
+ | <pre style="background-color: #000000; color: white; border: 2px solid black; font-family: monospace, sans-serif;"> | ||
+ | [username@login01 ~]$ interactive | ||
+ | salloc: Granted job allocation 289663 | ||
+ | Job ID 289663 connecting to c170, please wait... | ||
+ | Last login: Thu Jan 26 12:59:11 2017 from 10.254.5.246 | ||
+ | [username@c170 ~]$ module add matlab/2016a | ||
+ | [username@c170 ~]$ matlab | ||
+ | </pre> | ||
− | < | + | Interactive with command line only: |
− | + | <pre style="background-color: #000000; color: white; border: 2px solid black; font-family: monospace, sans-serif;"> | |
+ | [username@c170 ~]$ matlab -nodisplay | ||
+ | |||
+ | < M A T L A B (R) > | ||
+ | Copyright 1984-2016 The MathWorks, Inc. | ||
+ | R2016a (9.0.0.341360) 64-bit (glnxa64) | ||
+ | February 11, 2016 | ||
+ | |||
+ | |||
+ | To get started, type one of these: helpwin, helpdesk, or demo. | ||
+ | For product information, visit www.mathworks.com. | ||
+ | |||
+ | |||
+ | Academic License | ||
+ | |||
+ | >> | ||
+ | </pre> |
Revision as of 14:02, 2 February 2017
Application Details
- Description: Matlab is a numerical computing environment and programming language developed by MathWorks, MATLAB allows matrix manipulations, plotting of functions and data, and implementation of algorithms. A range of toolboxes (see list below) are available to extend functionality.
- Versions: 2016a, 2017a
- Module names: matlab/2016a, matlab/2017a
- License: University of Hull Total Academic Headcount license, available to everyone
- Forum support: https://www.hpc.hull.ac.uk/forum/viewforum.php?f=14
- Further information: https://www.mathworks.com/products/matlab.html
Template:Note : news, new versions, upcomming events and if something wrong.
Interactive
Interactive with full graphical interface:
[username@login01 ~]$ interactive salloc: Granted job allocation 289663 Job ID 289663 connecting to c170, please wait... Last login: Thu Jan 26 12:59:11 2017 from 10.254.5.246 [username@c170 ~]$ module add matlab/2016a [username@c170 ~]$ matlab
Interactive with command line only:
[username@c170 ~]$ matlab -nodisplay < M A T L A B (R) > Copyright 1984-2016 The MathWorks, Inc. R2016a (9.0.0.341360) 64-bit (glnxa64) February 11, 2016 To get started, type one of these: helpwin, helpdesk, or demo. For product information, visit www.mathworks.com. Academic License >>