-
Notifications
You must be signed in to change notification settings - Fork 7
Expand file tree
/
Copy pathrun_neuro_reg_gbm.sh
More file actions
25 lines (23 loc) · 938 Bytes
/
Copy pathrun_neuro_reg_gbm.sh
File metadata and controls
25 lines (23 loc) · 938 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
#!/bin/bash
###################################################
#
# Run neruo reg
#
###################################################
#
#SBATCH -J NeuroRegGBM1 # sensible name for the job
#SBATCH -p normal # partition, sinfo to see available
#SBATCH -N 1 # allocate N nodes for the job
#SBATCH -n 40 # n tasks total
#SBATCH --mem=62000 # Memory per node in MegaBytes
#SBATCH --exclusive # no other jobs on the nodes while job is running
#SBATCH -t 4-00:00 # upper time limit [D-HH:MM] for the job
#SBATCH --output=logs/output_%j.file
#SBATCH --error=logs/error_%j.file
#SBATCH --mail-type=ALL # Type of email notification- BEGIN,END,FAIL,ALL
#SBATCH --mail-user=dahoiv@gmail.com # Email to which notifications will be sent
#
#
#
source /home/danieli/NeuroImageRegistration/venv2/bin/activate
python /home/danieli/NeuroImageRegistration/do_img_registration.py