File size: 347 Bytes
178d33b | 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 | #!/bin/bash
#SBATCH --job-name=OOD_post_method
#SBATCH --output=output_OOD_post_method.txt
#SBATCH --error=error_OOD_post_method.txt
#SBATCH --cpus-per-task=5
#SBATCH --ntasks=4
#SBATCH --gres=gpu:1
#SBATCH --mem=100000
#SBATCH -N 1
python batch_file_deal_post_method_Ours_Notline.py
# 取消当前作业以释放节点
scancel $SLURM_JOB_ID |