-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathrun_ocs.sh
More file actions
executable file
·32 lines (25 loc) · 1.23 KB
/
run_ocs.sh
File metadata and controls
executable file
·32 lines (25 loc) · 1.23 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
28
29
30
31
32
#!/bin/bash
# GCC
# python src/ocs_ortools.py --system gcc --optimize_type both -t 12
# python src/ocs_ortools_cv.py --system gcc --optimize_type both -t 12
# # NodeJS
# python src/ocs_ortools.py --system nodejs --optimize_type both -t 12
# python src/ocs_ortools_cv.py --system nodejs --optimize_type both -t 12
# # Poppler
# python src/ocs_ortools.py --system poppler --optimize_type both -t 12
# python src/ocs_ortools_cv.py --system poppler --optimize_type both -t 12
# # SQLite
# python src/ocs_ortools.py --system sqlite --optimize_type both -t 12
# python src/ocs_ortools_cv.py --system sqlite --optimize_type both -t 12
# # x264
# python src/ocs_ortools.py --system x264 --optimize_type both -t 12
# python src/ocs_ortools_cv.py --system x264 --optimize_type both -t 12
# # XZ
# python src/ocs_ortools.py --system xz --optimize_type both -t 12
# python src/ocs_ortools_cv.py --system xz --optimize_type both -t 12
# # Lingeling
python src/ocs_ortools.py --system lingeling --optimize_type both -t 12
python src/ocs_ortools_cv.py --system lingeling --optimize_type both -t 12
# ImageMagick
# python src/ocs_ortools.py --system imagemagick --optimize_type both -t 12
# python src/ocs_ortools_cv.py --system imagemagick --optimize_type both -t 12