diff --git a/zenity-whisper.sh b/zenity-whisper.sh index 35c41e37..12eb995c 100755 --- a/zenity-whisper.sh +++ b/zenity-whisper.sh @@ -94,7 +94,7 @@ else c_type="#SBATCH -C gpu" else node_type="core" - n_node= "16" + n_node="16" c_type="" fi echo "more than $login_node_limit_time" @@ -105,7 +105,7 @@ else #!/bin/bash -l #SBATCH -A $proj_name #SBATCH -p $node_type -#SBATCH -n $n_nodes +#SBATCH -n $n_node #SBATCH -t $job_time #SBATCH -J $job_name $c_type