File size: 291 Bytes
178d33b
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
#!/bin/bash
#SBATCH --job-name=zzzz2
#SBATCH --output=output2.txt
#SBATCH --error=error2.txt
#SBATCH --cpus-per-task=5
#SBATCH --ntasks=4
#SBATCH --gres=gpu:1
#SBATCH --mem=100000  
#SBATCH -N 1


./batch_file_deal3_train_method.sh


# 取消当前作业以释放节点
scancel $SLURM_JOB_ID