Gitlab Community Edition Instance

Skip to content
Snippets Groups Projects
Commit 69115d2d authored by Hauke Kirchner's avatar Hauke Kirchner
Browse files

Update submit_train.sh to fit kisski training platform

parent 21d4142a
Branches
No related tags found
No related merge requests found
#!/bin/bash
#SBATCH --job-name=train-nn-gpu
#SBATCH -t 05:00:00 # estimated time # TODO: adapt to your needs
#SBATCH -p grete:shared # the partition you are training on (i.e., which nodes), for nodes see sinfo -p grete:shared --format=%N,%G
#SBATCH -G 1g.5gb:1 #A100:1 # requesting GPU slices, see https://docs.hpc.gwdg.de/usage_guide/slurm/gpu_usage/index.html for more options
#SBATCH -t 00:20:00 # estimated time # TODO: adapt to your needs/ the full training run will take approx. 5 h on an A100
#SBATCH -p grete:shared # the partition you are training on (i.e., which nodes), for nodes see sinfo -o "%25N %5c %10m %32f %10G %18P " | grep gpu
#SBATCH -G A100:1 # requesting GPU slices, see https://docs.hpc.gwdg.de/usage_guide/slurm/gpu_usage/index.html for more options
#SBATCH --nodes=1 # total number of nodes
#SBATCH --ntasks=1 # total number of tasks
#SBATCH --cpus-per-task 4 # number of CPU cores per task
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment