Skip to content

Commit 9a52ed6

Browse files
committed
Add further tests for ordered construct.
1 parent 5f3014f commit 9a52ed6

25 files changed

Lines changed: 760 additions & 1 deletion

tests/Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ DRIVER_FILES = $(wildcard $(DRIVER_DIR)/Driver**.hpp)
7979
DRIVERS ?= $(patsubst $(DRIVER_DIR)/Driver%.hpp,%,$(DRIVER_FILES))
8080

8181
# without surrounding parallel directives, privatized variables are not recognized as shared and sections are considered orphaned; hence, they need to be filtered out
82-
getDriverTests = $(if $(filter FirstOrderReverseNoParallel, $1), $(filter-out ParallelSections ForReduction ForReductionNowait ForReductionMultiple ForFirstprivate ForLastprivate SectionsReduction SectionsReductionMultiple SectionsFirstprivate SectionsLastprivate ReductionNested SingleFirstprivate, $(TESTS)), $(TESTS))
82+
getDriverTests = $(if $(filter FirstOrderReverseNoParallel, $1), $(filter-out ParallelSections ForReduction ForReductionNowait ForReductionMultiple ForFirstprivate ForLastprivate OrderedReduction SectionsReduction SectionsReductionMultiple SectionsFirstprivate SectionsLastprivate ReductionNested SingleFirstprivate, $(TESTS)), $(TESTS))
8383

8484
DRIVER_TESTS =
8585

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Point 0 :
2+
1122.95
3+
1131.29
4+
921.237
5+
27082.9
6+
7009.4
7+
Point 1 :
8+
1092.78
9+
25136.7
10+
11568.7
11+
-5241.95
12+
4100.76
13+
Point 2 :
14+
584.44
15+
9331.68
16+
25714.4
17+
22086.6
18+
259415
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Point 0 :
2+
595.487
3+
177.011
4+
392.217
5+
13697.3
6+
3466.68
7+
Point 1 :
8+
579.603
9+
12167.2
10+
5538.64
11+
-2783.46
12+
1269.94
13+
Point 2 :
14+
309.709
15+
4216.91
16+
13059.9
17+
11645.2
18+
135468
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Point 0 :
2+
284.648
3+
67.4236
4+
2287.84
5+
1024.19
6+
1103.57
7+
Point 1 :
8+
281.379
9+
10683.2
10+
8105.08
11+
1775.5
12+
2889.52
13+
Point 2 :
14+
271.24
15+
3300.12
16+
7635.88
17+
7563.86
18+
111812
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Point 0 :
2+
1122.95
3+
1131.29
4+
921.237
5+
27082.9
6+
7009.4
7+
Point 1 :
8+
1092.78
9+
25136.7
10+
11568.7
11+
-5241.95
12+
4100.76
13+
Point 2 :
14+
584.44
15+
9331.68
16+
25714.4
17+
22086.6
18+
259415
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Point 0 :
2+
595.487
3+
177.011
4+
392.217
5+
13697.3
6+
3466.68
7+
Point 1 :
8+
579.603
9+
12167.2
10+
5538.64
11+
-2783.46
12+
1269.94
13+
Point 2 :
14+
309.709
15+
4216.91
16+
13059.9
17+
11645.2
18+
135468
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Point 0 :
2+
284.648
3+
67.4236
4+
2287.84
5+
1024.19
6+
1103.57
7+
Point 1 :
8+
281.379
9+
10683.2
10+
8105.08
11+
1775.5
12+
2889.52
13+
Point 2 :
14+
271.24
15+
3300.12
16+
7635.88
17+
7563.86
18+
111812
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Point 0 :
2+
1122.95
3+
1131.29
4+
921.237
5+
27082.9
6+
7009.4
7+
Point 1 :
8+
1092.78
9+
25136.7
10+
11568.7
11+
-5241.95
12+
4100.76
13+
Point 2 :
14+
584.44
15+
9331.68
16+
25714.4
17+
22086.6
18+
259415
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Point 0 :
2+
595.487
3+
177.011
4+
392.217
5+
13697.3
6+
3466.68
7+
Point 1 :
8+
579.603
9+
12167.2
10+
5538.64
11+
-2783.46
12+
1269.94
13+
Point 2 :
14+
309.709
15+
4216.91
16+
13059.9
17+
11645.2
18+
135468
Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,18 @@
1+
Point 0 :
2+
284.648
3+
67.4236
4+
2287.84
5+
1024.19
6+
1103.57
7+
Point 1 :
8+
281.379
9+
10683.2
10+
8105.08
11+
1775.5
12+
2889.52
13+
Point 2 :
14+
271.24
15+
3300.12
16+
7635.88
17+
7563.86
18+
111812

0 commit comments

Comments
 (0)