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

Rename to Job File Generator and add some prosa

parent bea4085e
No related branches found
No related tags found
2 merge requests!673Automated merge from preview to main,!672Include newer slurm job generator
# Slurm Job Generator
# Slurm Job File Generator
This page provides a generator for Slurm job files covering
- basic Slurm options for resource specification and job management,
- data life cycle handling using workspaces,
- and a skeleton for setting up the computational environment using modules.
It is intended as a starting point for beginners and thus, does not covers all available Slurm
options.
If you are interested in providing this job file generator for your HPC users, you can find the
project at
[https://gitlab.hrz.tu-chemnitz.de/zih/hpcsupport/slurm-jobfile-generator](https://gitlab.hrz.tu-chemnitz.de/zih/hpcsupport/slurm-jobfile-generator).
<html lang="en-us">
<head>
<meta charset="utf-8">
<!-- <meta name="viewport" content="width=device-width, initial-scale=1.0"> -->
<title>Slurm-Job-Generator</title>
<title>Slurm-Job-File-Generator</title>
<!-- <link type="text/css" href="../misc/style.css" rel="stylesheet"> -->
<!-- <script src="jquery-3.6.0.min.js"> </script> -->
</head>
......
......@@ -102,8 +102,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
......
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