Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
docs.it4i.cz
Manage
Activity
Members
Labels
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
SCS
docs.it4i.cz
Commits
a193b7c5
Commit
a193b7c5
authored
8 months ago
by
Jan Siwiec
Browse files
Options
Downloads
Patches
Plain Diff
Update matlab.md
parent
2c005269
No related branches found
No related tags found
No related merge requests found
Pipeline
#39701
failed
8 months ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
docs.it4i/software/numerical-languages/matlab.md
+2
-2
2 additions, 2 deletions
docs.it4i/software/numerical-languages/matlab.md
with
2 additions
and
2 deletions
docs.it4i/software/numerical-languages/matlab.md
+
2
−
2
View file @
a193b7c5
...
@@ -22,7 +22,7 @@ However, for all computations, use MATLAB on the compute nodes via Slurm workloa
...
@@ -22,7 +22,7 @@ However, for all computations, use MATLAB on the compute nodes via Slurm workloa
If you require the MATLAB GUI, follow the general information about
[
running graphical applications
][
1
]
.
If you require the MATLAB GUI, follow the general information about
[
running graphical applications
][
1
]
.
MATLAB GUI is quite slow using the X forwarding built in the
PBS (
`qsub -X
`
),
MATLAB GUI is quite slow using the X forwarding built in the
Slurm (
`srun --x11
`
),
so using X11 display redirection either via SSH or directly by
`xauth`
so using X11 display redirection either via SSH or directly by
`xauth`
(see the
[
GUI Applications on Compute Nodes over VNC
][
1
]
section) is recommended.
(see the
[
GUI Applications on Compute Nodes over VNC
][
1
]
section) is recommended.
...
@@ -188,7 +188,7 @@ Retrieve and view the list of jobs as shown below.
...
@@ -188,7 +188,7 @@ Retrieve and view the list of jobs as shown below.
Once the job has been selected, fetch the results as previously done.
Once the job has been selected, fetch the results as previously done.
`fetchOutputs`
is used to retrieve function output arguments; if calling
`batch`
with a script, use
`load`
instead.
`fetchOutputs`
is used to retrieve function output arguments; if calling
`batch`
with a script, use
`load`
instead.
Data that has been written to files on the cluster needs be retrieved directly from the file system (e.g., via
sftp
).
Data that has been written to files on the cluster needs be retrieved directly from the file system (e.g., via
SFTP
).
```
```
>> % Fetch all results from the second job in the list
>> % Fetch all results from the second job in the list
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment