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
cab8f757
Commit
cab8f757
authored
2 years ago
by
Martin Schroschk
Browse files
Options
Downloads
Patches
Plain Diff
Adjust module part in job file example to look and feel like the others
in the project
parent
dd2a3a43
No related branches found
Branches containing commit
No related tags found
2 merge requests
!679
Automated merge from preview to main
,
!659
Check ws allocation
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+3
-2
3 additions, 2 deletions
doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
with
3 additions
and
2 deletions
doc.zih.tu-dresden.de/docs/data_lifecycle/workspaces.md
+
3
−
2
View file @
cab8f757
...
@@ -229,13 +229,14 @@ calling the actual software to do your computation).
...
@@ -229,13 +229,14 @@ calling the actual software to do your computation).
#SBATCH --nodes=1
#SBATCH --nodes=1
#SBATCH --ntasks=1
#SBATCH --ntasks=1
## The optional constraint for the filesystem feature depends
## The optional constraint for the filesystem feature depends
## on the
F
ilesystem on which you want to use a
W
orkspace.
## on the
f
ilesystem on which you want to use a
w
orkspace.
## Documentation here https://doc.zih.tu-dresden.de/jobs_and_resources/slurm/#available-features
## Documentation here https://doc.zih.tu-dresden.de/jobs_and_resources/slurm/#available-features
#SBATCH --constraint=fs_lustre_ssd
#SBATCH --constraint=fs_lustre_ssd
#SBATCH --cpus-per-task=24
#SBATCH --cpus-per-task=24
# TODO: Load the software you need here
# TODO: Load the software you need here
module load somesoftware/12345678
module purge
module load <modules>
# TODO: Adjust the path to where your input file is located
# TODO: Adjust the path to where your input file is located
INPUTFILE="/path/to/my/inputfile.data"
INPUTFILE="/path/to/my/inputfile.data"
...
...
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