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
bea4085e
Commit
bea4085e
authored
2 years ago
by
Daniel Manja
Browse files
Options
Downloads
Patches
Plain Diff
Include newer slurm job generator
Closes #374
parent
538be2f3
No related branches found
No related tags found
2 merge requests
!673
Automated merge from preview to main
,
!672
Include newer slurm job generator
Changes
2
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_generator.md
+468
-438
468 additions, 438 deletions
....tu-dresden.de/docs/jobs_and_resources/slurm_generator.md
doc.zih.tu-dresden.de/tud_theme/stylesheets/extra.css
+14
-8
14 additions, 8 deletions
doc.zih.tu-dresden.de/tud_theme/stylesheets/extra.css
with
482 additions
and
446 deletions
doc.zih.tu-dresden.de/docs/jobs_and_resources/slurm_generator.md
+
468
−
438
View file @
bea4085e
This diff is collapsed.
Click to expand it.
doc.zih.tu-dresden.de/tud_theme/stylesheets/extra.css
+
14
−
8
View file @
bea4085e
...
@@ -261,6 +261,9 @@ body {
...
@@ -261,6 +261,9 @@ body {
img {
img {
display: block;
display: block;
}
}
label {
font-size: .7rem;
}
pre {
pre {
background-color: lightgrey;
background-color: lightgrey;
border-color: black;
border-color: black;
...
@@ -284,11 +287,13 @@ body {
...
@@ -284,11 +287,13 @@ body {
.info-pre {
.info-pre {
display: flex;
display: flex;
padding: 5px;
padding: 5px;
width: 275px;
font-size: .7rem;
}
}
.limits {
.limits {
color: rgb(255, 121, 121);
color: rgb(255, 121, 121);
display: none;
display: none;
margin-left:
10
px;
margin-left:
7
px;
}
}
button.output {
button.output {
padding: 8px;
padding: 8px;
...
@@ -302,7 +307,7 @@ body {
...
@@ -302,7 +307,7 @@ body {
div.output {
div.output {
margin: 15px 0px;
margin: 15px 0px;
}
}
/* tablelike layout */
/* tablelike layout */
.input {
.input {
display: block;
display: block;
...
@@ -317,7 +322,8 @@ body {
...
@@ -317,7 +322,8 @@ body {
display: flex;
display: flex;
height: 25px;
height: 25px;
align-items: center;
align-items: center;
width: 125px;
width: 300px;
font-size: .7rem;
}
}
.cell-tooltip {
.cell-tooltip {
align-items: center;
align-items: center;
...
@@ -331,21 +337,21 @@ body {
...
@@ -331,21 +337,21 @@ body {
vertical-align: middle;
vertical-align: middle;
}
}
.executable {
.executable {
width: 5
0
0px;
width:
6
50px;
}
}
.mail {
.mail {
width: 350px;
width: 350px;
}
}
.partition-input {
.partition-input {
float: left;
float: left;
width:
650px
;
width:
72.5
;
}
}
.partition-info {
.partition-info {
display: flex;
display: flex;
float:
lef
t;
float:
righ
t;
width: calc(
30
%);
width: calc(
27.5
%);
}
}
/* collapsible */
/* collapsible */
.active {
.active {
background-color: #5a7094 !important;
background-color: #5a7094 !important;
...
...
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