-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_inf_test_2.sh
More file actions
executable file
·28 lines (22 loc) · 1.35 KB
/
run_inf_test_2.sh
File metadata and controls
executable file
·28 lines (22 loc) · 1.35 KB
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 -ex
#SBATCH --job-name=inf_test # Job name
#SBATCH -p Cascade # Run on a Cascade Lake
#SBATCH --nodes 2 # Run on a single CPU
#SBATCH -c 88 # Run using 4 cores
#source /etc/profile
make
#OMP_PROC_BIND=true OMP_PLACES=cores ./inference_test 2 2 120 1024 2 2
#OMP_PROC_BIND=true OMP_PLACES=cores ./inference_test 2 2 120 4096 2 2
#OMP_PROC_BIND=true OMP_PLACES=cores ./inference_test 2 2 120 16384 2 2
#OMP_PROC_BIND=true OMP_PLACES=cores ./inference_test 2 2 120 65536 2 2 0 5
#OMP_PROC_BIND=true OMP_PLACES=cores ./inference_bench 2 2 120 1024 44 2 60000
#OMP_PROC_BIND=true OMP_PLACES=cores ./inference_bench 2 2 120 16384 1 2 60000 6
#OMP_PROC_BIND=true OMP_PLACES=cores ./inference_bench 2 2 120 16384 1 4 60000 6
#OMP_PROC_BIND=true OMP_PLACES=cores ./inference_bench 2 2 120 16384 1 8 60000 6
# Previous experiment
#OMP_PROC_BIND=true OMP_PLACES=cores ./inference_bench 2 2 120 65536 1 2 60000 6
#OMP_PROC_BIND=true OMP_PLACES=cores ./inference_bench 2 2 120 65536 1 4 60000 6
#OMP_PROC_BIND=true OMP_PLACES=cores ./inference_bench 2 2 120 65536 1 8 60000 6
OMP_PROC_BIND=true OMP_PLACES=cores ./inference_bench 2 2 120 65536 1 2 60000 6
OMP_PROC_BIND=true OMP_PLACES=cores ./inference_bench 2 2 120 65536 1 4 60000 6
OMP_PROC_BIND=true OMP_PLACES=cores ./inference_bench 2 2 120 65536 1 8 60000 6