-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdozkan_submit_gpu.sh
42 lines (38 loc) · 1.52 KB
/
dozkan_submit_gpu.sh
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
#!/bin/bash
#
#
# You should only work under the /scratch/users/<username> directory.
#
# Example job submission script
#
# TODO:
# - Set name of the job below changing "Test" value.
# - Set the requested number of tasks (cpu cores) with --ntasks parameter.
# - Select the partition (queue) you want to run the job in:
# - short : For jobs that have maximum run time of 120 mins. Has higher priority.
# - long : For jobs that have maximum run time of 7 days. Lower priority than short.
# - longer: For testing purposes, queue has 31 days limit but only 3 nodes.
# - Set the required time limit for the job with --time parameter.
# - Acceptable time formats include "minutes", "minutes:seconds", "hours:minutes:seconds", "days-hours", "days-hours:minutes" and "days-hours:minutes:seconds"
# - Put this script and all the input file under the same directory.
# - Set the required parameters, input and output file names below.
# - If you do not want mail please remove the line that has --mail-type
# - Put this script and all the input file under the same directory.
# - Submit this file using:
# sbatch examle_submit.sh
# -= Resources =-
#
#SBATCH --job-name=Unet_train_v2
#SBATCH --nodes=1
#SBATCH --ntasks-per-node=1
#SBATCH --partition=ai
#SBATCH --qos=ai
#SBATCH --account=ai
#SBATCH --gres=gpu:tesla_v100:1
#SBATCH --mem-per-cpu=16000
#SBATCH --time=2:00:00
#SBATCH --output=%j.out
#SBATCH --error=%j.err
#SBATCH --mail-type=ALL
#SBATCH [email protected]
python copytestmc4_regule.py config.yml