forked from hanabi1224/Programming-Language-Benchmarks
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathbench_chapel.yaml
55 lines (55 loc) · 1.04 KB
/
bench_chapel.yaml
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
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
lang: chapel
problems:
- name: helloworld
source:
- 1.chpl
- name: binarytrees
source:
- 3.chpl
- 4.chpl
- name: nbody
source:
- 2.chpl
- name: spectral-norm
source:
- 1.chpl
- 1-m.chpl
- name: pidigits
source:
- 2.chpl
- name: edigits
source:
- 1.chpl
- name: fasta
source:
- 5.chpl
- name: knucleotide
source:
- 3.chpl
- name: regex-redux
source:
- 3.chpl
- name: coro-prime-sieve
source:
- 1.chpl
- name: secp256k1
source:
- 1.chpl
compiler_version_command:
compiler_version_regex:
runtime_version_parameter:
runtime_version_regex:
source_rename_to: app.chpl
environments:
- os: linux
compiler: chpl
compiler_version_command: chpl --version
version: latest
docker: chapel/chapel:1.27.0
include: chapel
include_sub_dir: src
build: mason build --release --show -- --static --ccflags -march=broadwell
after_build:
- cp target/release/app out
out_dir: out
run_cmd: app --n