-
Notifications
You must be signed in to change notification settings - Fork 6
Expand file tree
/
Copy pathexecute.sh
More file actions
27 lines (25 loc) · 725 Bytes
/
execute.sh
File metadata and controls
27 lines (25 loc) · 725 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
25
26
27
#!/bin/bash
# set the number of nodes
#SBATCH --nodes=1
# set max wallclock time
#SBATCH --time=4:00:00
# set name of job
#SBATCH --job-name=strf
# partition
#SBATCH --partition=short
# set gpu
#SBATCH --gres=gpu:1
# qos
#SBATCH --qos=standard
#SBATCH --account=ndcn-computational-neuroscience
# change the location of the .out file
#SBATCH --output=/data/ndcn-computational-neuroscience/scro4155/temporal-pc/output/%j.out
# mail alert at start, end and abortion of execution
#SBATCH --mail-type=ALL
# send mail to this address
#SBATCH --mail-user=mufeng.tang@bndu.ox.ac.uk
# Specifying virtual envs
module load Anaconda3
source activate $DATA/temporalenv
# run the application
python scripts/strf.py @configs/nat_data.txt