From 51d28ca6dba51227fb87acfae61029cbc4e33958 Mon Sep 17 00:00:00 2001 From: Atharva Anand Joshi Date: Mon, 25 Mar 2024 12:37:56 -0400 Subject: [PATCH] Fix slurm.conf --- egs2/wsj_kinect/enh1/conf/slurm.conf | 6 ++---- 1 file changed, 2 insertions(+), 4 deletions(-) diff --git a/egs2/wsj_kinect/enh1/conf/slurm.conf b/egs2/wsj_kinect/enh1/conf/slurm.conf index 53a359add90..3b229673638 100644 --- a/egs2/wsj_kinect/enh1/conf/slurm.conf +++ b/egs2/wsj_kinect/enh1/conf/slurm.conf @@ -1,7 +1,6 @@ # 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 @@ -9,8 +8,7 @@ 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.