Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
hpc-compendium
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Deploy
Releases
Package registry
Container Registry
Model registry
Operate
Terraform modules
Monitor
Incidents
Service Desk
Analyze
Value stream analytics
Contributor analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
ZIH
hpcsupport
hpc-compendium
Commits
29d8111b
Commit
29d8111b
authored
2 years ago
by
Martin Schroschk
Browse files
Options
Downloads
Patches
Plain Diff
Remove x11-forwarding example using matlab
parent
9b9d284a
No related branches found
No related tags found
2 merge requests
!707
Automated merge from preview to main
,
!680
I tried the example with MATLAB however it took some time to open the MATLAB.
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
+1
-11
1 addition, 11 deletions
doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
with
1 addition
and
11 deletions
doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm.md
+
1
−
11
View file @
29d8111b
...
...
@@ -202,16 +202,6 @@ Slurm will forward your X11 credentials to the first (or even all) node for a jo
marie@login$
srun
--ntasks
=
1
--pty
--x11
=
first xeyes
```
??? note "Interactive MATLAB"
For example, an interactive session for one hour with Matlab using
eight cores can be started with:
```console
marie@login$ module load MATLAB
marie@login$ srun --ntasks=1 --cpus-per-task=8 --time=1:00:00 --pty --x11=first matlab
```
!!! hint "X11 error"
If you are getting the error:
...
...
@@ -477,7 +467,7 @@ marie@login$ scontrol show res=<reservation name>
```
If you want to use your reservation, you have to add the parameter
`--reservation=<reservation name>`
either in your
sbatch
script or to your
`srun`
or
`salloc`
command.
`--reservation=<reservation name>`
either in your
job
script or to your
`srun`
or
`salloc`
command.
## Node Features for Selective Job Submission
...
...
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