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

Adjust module part in job file example to look and feel like the others

in the project
parent dd2a3a43
No related branches found
No related tags found
2 merge requests!679Automated merge from preview to main,!659Check ws allocation
...@@ -229,13 +229,14 @@ calling the actual software to do your computation). ...@@ -229,13 +229,14 @@ calling the actual software to do your computation).
#SBATCH --nodes=1 #SBATCH --nodes=1
#SBATCH --ntasks=1 #SBATCH --ntasks=1
## The optional constraint for the filesystem feature depends ## The optional constraint for the filesystem feature depends
## on the Filesystem on which you want to use a Workspace. ## on the filesystem on which you want to use a workspace.
## Documentation here https://doc.zih.tu-dresden.de/jobs_and_resources/slurm/#available-features ## Documentation here https://doc.zih.tu-dresden.de/jobs_and_resources/slurm/#available-features
#SBATCH --constraint=fs_lustre_ssd #SBATCH --constraint=fs_lustre_ssd
#SBATCH --cpus-per-task=24 #SBATCH --cpus-per-task=24
# TODO: Load the software you need here # TODO: Load the software you need here
module load somesoftware/12345678 module purge
module load <modules>
# TODO: Adjust the path to where your input file is located # TODO: Adjust the path to where your input file is located
INPUTFILE="/path/to/my/inputfile.data" INPUTFILE="/path/to/my/inputfile.data"
......
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