@@ -20,12 +20,10 @@ program main
20
20
use prif_co_min_test_m, only : prif_co_min_test_t
21
21
use prif_co_reduce_test_m, only : prif_co_reduce_test_t
22
22
use prif_co_sum_test_m, only : prif_co_sum_test_t
23
- ! use prif_error_stop_test_m, only : prif_error_stop_test_t
24
23
use prif_image_index_test_m, only : prif_image_index_test_t
25
24
use prif_init_test_m, only : prif_init_test_t
26
25
use prif_num_images_test_m, only : prif_num_images_test_t
27
26
use prif_rma_test_m, only : prif_rma_test_t
28
- ! use prif_stop_test_m, only : prif_stop_test_t
29
27
use prif_teams_test_m, only : prif_teams_test_t
30
28
use prif_this_image_test_m, only : prif_this_image_test_t
31
29
implicit none
@@ -77,8 +75,6 @@ subroutine run_tests_and_report(passes, tests)
77
75
type (prif_rma_test_t) prif_rma_test
78
76
type (prif_teams_test_t) prif_teams_test
79
77
type (prif_this_image_test_t) prif_this_image_test
80
- ! type(prif_error_stop_test_t) prif_error_stop_test
81
- ! type(prif_stop_test_t) prif_stop_test
82
78
83
79
call prif_init_test% report(passes, tests) ! This test must run first
84
80
call prif_allocate_test% report(passes, tests)
@@ -92,21 +88,6 @@ subroutine run_tests_and_report(passes, tests)
92
88
call prif_teams_test% report(passes, tests)
93
89
call prif_this_image_test% report(passes, tests)
94
90
call prif_rma_test% report(passes, tests)
95
- ! call prif_stop_test%report(passes, tests)
96
- ! call prif_error_stop_test%report(passes, tests)
97
- ! #ifdef __flang__
98
- ! print *
99
- ! print *,"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
100
- ! print *
101
- ! print *,"LLVM Flang detected. Skipping tests that crash:"
102
- ! print *," - prif_co_max_test"
103
- ! print *," - prif_co_min_test"
104
- ! print *," - prif_co_reduce_test"
105
- ! print *," - prif_co_sum_test"
106
- ! print *," - prif_image_index_test"
107
- ! print *
108
- ! print *,"!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!!"
109
- ! #endif
110
91
111
92
end subroutine run_tests_and_report
112
93
0 commit comments