Skip to content
Snippets Groups Projects
Commit 8ad7519c authored by Martin Schroschk's avatar Martin Schroschk
Browse files

Merge branch 'slurm-generator' into 'preview'

Include newer slurm job generator

Closes #374

See merge request !672
parents aebe1095 1229a7f8
No related branches found
No related tags found
2 merge requests!673Automated merge from preview to main,!672Include newer slurm job generator
......@@ -103,8 +103,8 @@ nav:
- Running Jobs:
- Batch System Slurm: jobs_and_resources/slurm.md
- Job Examples: jobs_and_resources/slurm_examples.md
- Partitions and Limits : jobs_and_resources/partitions_and_limits.md
- Slurm Job Generator : jobs_and_resources/slurm_generator.md
- Partitions and Limits: jobs_and_resources/partitions_and_limits.md
- Slurm Job File Generator: jobs_and_resources/slurm_generator.md
- Checkpoint/Restart: jobs_and_resources/checkpoint_restart.md
- Job Profiling: jobs_and_resources/slurm_profiling.md
- Binding And Distribution Of Tasks: jobs_and_resources/binding_and_distribution_of_tasks.md
......
......@@ -261,6 +261,9 @@ body {
img {
display: block;
}
label {
font-size: .7rem;
}
pre {
background-color: lightgrey;
border-color: black;
......@@ -284,11 +287,13 @@ body {
.info-pre {
display: flex;
padding: 5px;
width: 275px;
font-size: .7rem;
}
.limits {
color: rgb(255, 121, 121);
display: none;
margin-left: 10px;
margin-left: 7px;
}
button.output {
padding: 8px;
......@@ -302,7 +307,7 @@ body {
div.output {
margin: 15px 0px;
}
/* tablelike layout */
.input {
display: block;
......@@ -317,7 +322,8 @@ body {
display: flex;
height: 25px;
align-items: center;
width: 125px;
width: 300px;
font-size: .7rem;
}
.cell-tooltip {
align-items: center;
......@@ -331,21 +337,21 @@ body {
vertical-align: middle;
}
.executable {
width: 500px;
width: 650px;
}
.mail {
width: 350px;
}
.partition-input {
float: left;
width: 650px;
width: 72.5;
}
.partition-info {
display: flex;
float: left;
width: calc(30%);
float: right;
width: calc(27.5%);
}
/* collapsible */
.active {
background-color: #5a7094 !important;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment