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
c85fd821
Commit
c85fd821
authored
1 year ago
by
Jan Siwiec
Browse files
Options
Downloads
Plain Diff
Merge branch 'mm-changelog' into 'master'
Mm changelog See merge request
!446
parents
38076ef6
b4c2c57b
Branches
Branches containing commit
No related tags found
1 merge request
!446
Mm changelog
Pipeline
#35047
passed with warnings
1 year ago
Stage: test
Stage: build
Stage: deploy
Stage: after_test
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
scripts/modules_matrix.py
+16
-0
16 additions, 0 deletions
scripts/modules_matrix.py
with
16 additions
and
0 deletions
scripts/modules_matrix.py
+
16
−
0
View file @
c85fd821
...
...
@@ -119,6 +119,20 @@ def print_hint():
'
padding-left: .2rem;
"
></form> | Versions | Clusters |
'
))
print
(
"
| ------ | -------- | -------- |
"
)
def
print_changelog
():
"""
print_changelog
"""
print
(
'
**Modules Changelog**<br>
'
)
print
(
'
You can see the modules changelog for each supercomputer here:<br>
'
)
print
(
'
[DGX modules changelog][1]<br>
'
)
print
(
'
[Barbora modules changelog][2]<br>
'
)
print
(
'
[Karolina modules changelog][3]<br>
'
)
def
print_links
():
"""
print_links
"""
print
(
'
[1]: https://code.it4i.cz/sccs/it4i-modules/-/blob/master/dgx-changelog.md
'
)
print
(
'
[2]: https://code.it4i.cz/sccs/it4i-modules/-/blob/master/barbora-changelog.md
'
)
print
(
'
[3]: https://code.it4i.cz/sccs/it4i-modules/-/blob/master/karolina-changelog.md
'
)
def
main
():
"""
main function
...
...
@@ -130,8 +144,10 @@ def main():
if
arg
.
json
:
print
(
json
.
dumps
(
packages_json
(
software
)))
else
:
print_changelog
()
print_hint
()
print_software
(
software
)
print_links
()
if
__name__
==
"
__main__
"
:
main
()
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