Skip to content

Commit

Permalink
Fix slurm.conf
Browse files Browse the repository at this point in the history
  • Loading branch information
atharva253 committed Mar 25, 2024
1 parent cf1a9c4 commit 51d28ca
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions egs2/wsj_kinect/enh1/conf/slurm.conf
Original file line number Diff line number Diff line change
@@ -1,16 +1,14 @@
# Default configuration
command sbatch --export=PATH
option name=* --job-name $0
default time=48:00:00
option time=* --time $0
option mem=* --mem-per-cpu $0
option mem=0
option num_threads=* --cpus-per-task $0
option num_threads=1 --cpus-per-task 1
option num_nodes=* --nodes $0
default gpu=0
option gpu=0 -p RM-shared
#option gpu=* -p GPU-shared --gpus=v100-32:$0 -c $0
option gpu=* -p GPU-shared --gres=gpu:$0 -c 5 # Recommend allocating more CPU than, or equal to the number of GPU
option gpu=0 -p cpu
option gpu=* -p gpu --gres=gpu:$0 -c $0 # Recommend allocating more CPU than, or equal to the number of GPU
# note: the --max-jobs-run option is supported as a special case
# by slurm.pl and you don't have to handle it in the config file.

0 comments on commit 51d28ca

Please sign in to comment.