Skip to content
Snippets Groups Projects
Commit f5a6f90c authored by Guilherme Pantoja Calandrini de Azevedo Junior's avatar Guilherme Pantoja Calandrini de Azevedo Junior
Browse files

Merge branch 'gupa977e_MATLAB' into 'preview'

add instructions for starting MATLAB container

See merge request !1017
parents d891cb89 c8cfdbbb
No related branches found
No related tags found
2 merge requests!1018Automated merge from preview to main,!1017add instructions for starting MATLAB container
...@@ -126,16 +126,27 @@ marie@login$ module load MATLAB ...@@ -126,16 +126,27 @@ marie@login$ module load MATLAB
(then you will get the most recent MATLAB version. (then you will get the most recent MATLAB version.
[Refer to the modules section for details.](../software/modules.md#modules)) [Refer to the modules section for details.](../software/modules.md#modules))
### Interactive ### Interactive MATLAB-GUI
If X-server is running and you logged in at ZIH systems, you should allocate a CPU for your work If you have a connection with X11 forwarding enabled.
with command
#### Interactive
You should allocate a CPU for your working with command:
```console ```console
marie@login$ srun --pty --x11=first bash marie@login$ srun --time=01:00:00 --pty --x11=first bash
``` ```
- now you can call "matlab" (you have 8h time to work with the MATLAB-GUI) - now you can call "matlab" (you have 1h to work with the MATLAB-GUI)
#### MATLAB container
We provide MATLAB containers that can be started as following:
```console
marie@login$ start_matlab.sh
```
### Non-interactive ### Non-interactive
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment