diff --git a/PyTorch/Segmentation/nnUNet/run_benchmark_single_node.sh b/PyTorch/Segmentation/nnUNet/run_benchmark_single_node.sh
index ae672ac70f3b72458de61f00fb1c64785296c4fa..cdd419cc438857ea238d30eaf45a106682d8131b 100644
--- a/PyTorch/Segmentation/nnUNet/run_benchmark_single_node.sh
+++ b/PyTorch/Segmentation/nnUNet/run_benchmark_single_node.sh
@@ -17,7 +17,7 @@ cat <<EOT >  $SBATCH_DIR
 #SBATCH --gpus=${3}
 #SBATCH --time=0-0:10:00
 #SBATCH --output=$SBATCH_OUT_DIR
-#SBATCH --reservation=devel
+##SBATCH --reservation=devel
 
 MODULE_NAME=nnunet_for_pytorch
 MODULE_VERSION=21.11.0
@@ -30,4 +30,4 @@ apptainer exec --nv -B ${WORK_DIR}/data:/data -B ${WORK_DIR}/results:/results $C
 
 EOT
 
-sbatch $SBATCH_DIR
\ No newline at end of file
+#sbatch $SBATCH_DIR
\ No newline at end of file
diff --git a/PyTorch/Segmentation/nnUNet/run_benchmark.sh b/PyTorch/Segmentation/nnUNet/submit_benchmark_sbatch.sh
similarity index 100%
rename from PyTorch/Segmentation/nnUNet/run_benchmark.sh
rename to PyTorch/Segmentation/nnUNet/submit_benchmark_sbatch.sh