-
Notifications
You must be signed in to change notification settings - Fork 4
/
myJob_evaluation.sbatch
26 lines (16 loc) · 1.19 KB
/
myJob_evaluation.sbatch
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
#!/bin/bash -login
#SBATCH --constraint=[intel16|intel18|amd20]
#SBATCH --job-name=myJobName # specify a job name
#SBATCH --nodes=1 --ntasks=1 --cpus-per-task=1 --time=12:59:00 --mem=8G # specify the resources needed
#SBATCH --licenses=matlab@27000@lm-01.i:1 # specify the license request
cd $SLURM_SUBMIT_DIR # go to the directory where this job is submitted
#symbol
# matlab -nodisplay -r "addpath(genpath('./.'));cd 3_deployment/symbol_emulation;eva_16a"
# matlab -nodisplay -r "addpath(genpath('./.'));cd 3_deployment/symbol_emulation;eva_16b"
# matlab -nodisplay -r "addpath(genpath('./.'));cd 3_deployment/symbol_emulation;clear;clc;SF = 7:12;eva_17"
# matlab -nodisplay -r "addpath(genpath('./.'));cd 3_deployment/symbol_emulation;clear;clc; SF = 7:12; eva_18"
matlab -nodisplay -r "addpath(genpath('./.'));cd 3_deployment/outdoor_emulation;main_outdoor"
# matlab -nodisplay -r "addpath(genpath('./.'));cd 3_deployment/outdoor_emulation;outdoor_mixing"
# matlab -nodisplay -r "addpath(genpath('./.'));cd 3_deployment/rfid_noise;eva_rfid"
# matlab -nodisplay -r "addpath(genpath('./.'));cd 3_deployment/rfid_noise;eva_8a"
scontrol show job ${SLURM_JOBID}