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

Merge branch 'shebang' into 'preview'

Resolve #370

Closes #370

See merge request !665
parents ec80ba18 d25f1cf8
No related branches found
No related tags found
2 merge requests!673Automated merge from preview to main,!665Resolve #370
......@@ -242,7 +242,8 @@ has multiple advantages:
Job files have to be written with the following structure.
```bash
#!/bin/bash # Batch script starts with shebang line
#!/bin/bash
# ^Batch script starts with shebang line
#SBATCH --ntasks=24 # All #SBATCH lines have to follow uninterrupted
#SBATCH --time=01:00:00 # after the shebang line
......
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