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
b5454194
Commit
b5454194
authored
3 years ago
by
Jan Frenzel
Browse files
Options
Downloads
Patches
Plain Diff
Corrected spelling mistake in custom_easy_build_environment.md.
parent
e1aefd3a
No related branches found
No related tags found
3 merge requests
!446
docs: Add Jupyter Teaching Example
,
!428
Automated merge from preview to main
,
!425
Reduce number of spelling mistakes
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/docs/software/custom_easy_build_environment.md
+1
-1
1 addition, 1 deletion
...dresden.de/docs/software/custom_easy_build_environment.md
with
1 addition
and
1 deletion
doc.zih.tu-dresden.de/docs/software/custom_easy_build_environment.md
+
1
−
1
View file @
b5454194
...
...
@@ -61,7 +61,7 @@ using the command `sbatch` instead of `srun`. For the sake of illustration, we u
interactive job as an example. Depending on the partitions that you want the module to be usable on
later, you need to select nodes with the same architecture. Thus, use nodes from partition ml for
building, if you want to use the module on nodes of that partition. In this example, we assume
that we want to use the module on nodes with x86 architecture
u
nd thus, Haswell nodes
will be used
.
that we want to use the module on nodes with x86 architecture
a
nd thus,
we use
Haswell nodes.
```
console
marie@login$
srun
--partition
=
haswell
--nodes
=
1
--cpus-per-task
=
4
--time
=
08:00:00
--pty
/bin/bash
-l
...
...
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