Skip to content

Commit 526851a

Browse files
phyy-nxnksauter
authored andcommitted
Move OpenMP required tests to tst_list_parallel_slow
1 parent e660c73 commit 526851a

File tree

1 file changed

+4
-2
lines changed

1 file changed

+4
-2
lines changed

run_tests.py

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,10 +25,12 @@
2525
["$D/tests/tst_cpu_add_spots_double_precision.py","poly"], #OpenMP (required)
2626
]
2727
tst_list_parallel = []
28+
tst_list_parallel_slow = []
2829
if libtbx.env.build_options.enable_openmp_if_possible:
29-
tst_list_parallel = tst_list_parallel + OpenMP_optional + OpenMP_required
30+
tst_list_parallel += OpenMP_optional
31+
tst_list_parallel_slow += OpenMP_required
3032
else:
31-
tst_list = tst_list + OpenMP_optional
33+
tst_list += OpenMP_optional
3234

3335
prepend = []
3436
OPT = libtbx.env.build_options

0 commit comments

Comments
 (0)