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
f7d530d7
Commit
f7d530d7
authored
3 years ago
by
Martin Schroschk
Browse files
Options
Downloads
Patches
Plain Diff
Resolve linter issues
parent
c4600bb4
No related branches found
No related tags found
3 merge requests
!322
Merge preview into main
,
!319
Merge preview into main
,
!221
Update readme
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
doc.zih.tu-dresden.de/README.md
+5
-4
5 additions, 4 deletions
doc.zih.tu-dresden.de/README.md
with
5 additions
and
4 deletions
doc.zih.tu-dresden.de/README.md
+
5
−
4
View file @
f7d530d7
...
...
@@ -139,9 +139,9 @@ whereas *upstream-zih* points to the original documentation repository at GitLab
```
Shell Session
$ git remote -v
origin git@gitlab.hrz.tu-chemnitz.de:LOGIN/hpc-compendium.git (fetch)
origin
git@gitlab.hrz.tu-chemnitz.de:LOGIN/hpc-compendium.git (push)
origin
git@gitlab.hrz.tu-chemnitz.de:LOGIN/hpc-compendium.git (push)
upstream-zih git@gitlab.hrz.tu-chemnitz.de:zih/hpc-compendium/hpc-compendium.git (fetch)
upstream-zih
git@gitlab.hrz.tu-chemnitz.de:zih/hpc-compendium/hpc-compendium.git (push)
upstream-zih
git@gitlab.hrz.tu-chemnitz.de:zih/hpc-compendium/hpc-compendium.git (push)
```
Next, you should synchronize your
`main`
branch with the upstream.
...
...
@@ -401,7 +401,8 @@ be followed.
1.
Use ticks to mark code blocks and commands, not italic font.
1.
Specify language for code blocks (
[
see below
](
#code-blocks-and-syntax-highlighting
)
).
1.
All code blocks and commands should be runnable from a login node or a node within a specific partition (e.g.,
`ml`
).
1.
All code blocks and commands should be runnable from a login node or a node within a specific
partition (e.g.,
`ml`
).
1.
It should be clear from the prompt, where the command is run (e.g. local machine, login node or
specific partition).
...
...
@@ -412,7 +413,7 @@ We follow this rules regarding prompts:
| Host/Partition | Prompt |
|------------------------|------------------|
| Login nodes |
`marie@login$`
|
| Arbi
r
tray compute node |
`marie@compute$`
|
| Arbitra
r
y compute node |
`marie@compute$`
|
|
`haswell`
partition |
`marie@haswell$`
|
|
`ml`
partition |
`marie@ml$`
|
|
`alpha`
partition |
`marie@alpha$`
|
...
...
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